:root {
--ink: #10252e;
--muted: #66737a;
--gold: #c7862f;
--gold-dark: #9b611b;
--paper: #f7f3eb;
--line: #eadfce;
--white: #fff;
--shadow: 0 18px 40px rgba(16, 37, 46, .08);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; color: var(--ink); background: var(--white); line-height: 1.65; overflow-x: hidden; }
img { max-width: 100%; display: block; }
a { color: inherit; }
.wrap { width: min(1140px, calc(100% - 32px)); margin: 0 auto; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--ink); color: var(--white); padding: 10px 14px; z-index: 20; }
.skip-link:focus { left: 8px; }
.topbar { background: var(--ink); color: var(--white); font-size: 14px; }
.topbar-inner { min-height: 42px; display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.topbar a { text-decoration: none; }
.site-header { position: sticky; top: 0; z-index: 10; background: var(--white); box-shadow: 0 8px 26px rgba(16,37,46,.07); }
.nav-row { min-height: 82px; display: flex; align-items: center; gap: 22px; }
.brand { display: flex; align-items: center; gap: 12px; text-decoration: none; font-weight: 800; min-width: 0; }
.brand img { width: 58px; height: 58px; object-fit: contain; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 24px; }
.site-nav a { text-decoration: none; font-weight: 700; font-size: 15px; }
.site-nav a:hover, .site-nav a[aria-current="page"] { color: var(--gold-dark); }
.menu-toggle { display: none; margin-left: auto; border: 1px solid var(--line); background: var(--white); padding: 10px 14px; font-weight: 700; }
.btn { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 11px 19px; border-radius: 4px; text-decoration: none; border: 1px solid var(--gold); color: var(--ink); font-weight: 800; cursor: pointer; background: var(--white); }
.btn.primary, .btn.small { background: var(--gold); color: var(--white); }
.btn.small { min-height: 38px; padding: 8px 14px; }
.btn.light { color: var(--white); border-color: rgba(255,255,255,.65); background: rgba(255,255,255,.12); }
.btn.ghost { color: var(--gold-dark); background: transparent; }
.hero { min-height: 560px; display: grid; align-items: center; color: var(--white); position: relative; overflow: hidden; background: var(--ink); }
.hero::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(16,37,46,.78), rgba(16,37,46,.26)); z-index: 0; }
.hero-bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; z-index: 0; }
.hero-inner { position: relative; z-index: 1; padding: 90px 0; max-width: 820px; margin-left: max(16px, calc((100vw - 1140px)/2)); }
.hero h1 { font-size: clamp(38px, 6vw, 72px); line-height: 1.05; margin: 10px 0 18px; letter-spacing: 0; }
.hero p { max-width: 700px; font-size: 19px; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }
.eyebrow { color: var(--gold); font-size: 13px; font-weight: 900; letter-spacing: 1px; text-transform: uppercase; overflow-wrap: anywhere; }
.section { padding: 74px 0; }
.section.soft { background: linear-gradient(180deg, var(--paper), #fff); }
.section-head { max-width: 760px; margin: 0 auto 32px; text-align: center; }
.section h2, .quote-band h2 { font-size: clamp(28px, 4vw, 44px); line-height: 1.15; margin: 8px 0 10px; letter-spacing: 0; }
.lead { font-size: 20px; color: var(--muted); max-width: 900px; }
.center { text-align: center; }
.muted { color: var(--muted); }
.work-phrase { color: var(--gold-dark); font-weight: 800; margin-top: -10px; }
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 42px; align-items: center; }
.split img { border-radius: 8px; box-shadow: var(--shadow); width: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.card-grid { display: grid; gap: 24px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card, .portfolio-card, .price-card, .contact-panel, .case-card { background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); overflow: hidden; }
.card img, .portfolio-card img, .case-card img { width: 100%; height: 220px; object-fit: cover; }
.card-body { padding: 24px; }
.card h3, .portfolio-card h3, .price-card h3, .policy h3 { margin: 0 0 10px; font-size: 22px; line-height: 1.25; }
.banner-showcase { padding: 26px 0 0; background: var(--white); }
.banner-showcase-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.banner-showcase img { width: 100%; aspect-ratio: 16 / 5; object-fit: cover; border-radius: 8px; box-shadow: var(--shadow); }
ul { padding-left: 20px; }
.meta-row { display: flex; justify-content: space-between; gap: 12px; color: var(--muted); font-size: 13px; margin-bottom: 10px; }
.status { padding: 4px 10px; border-radius: 999px; background: rgba(199,134,47,.14); color: var(--gold-dark); font-weight: 800; }
.text-link { display: inline-block; margin-top: 8px; color: var(--gold-dark); font-weight: 800; text-decoration: none; }
.number-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.number-grid article { padding: 24px; background: var(--paper); border: 1px solid var(--line); border-radius: 8px; }
.number-grid span { color: var(--gold); font-size: 26px; font-weight: 900; }
.portfolio-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.portfolio-card div { padding: 20px; }
.portfolio-card a { display: block; color: var(--gold-dark); text-decoration: none; font-weight: 800; overflow-wrap: anywhere; }
.price-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.price-card { padding: 24px; }
.price-card strong { display: block; color: var(--gold-dark); font-size: 20px; margin: 8px 0; }
.price-card span { display: block; color: var(--muted); margin-bottom: 12px; }
.quote-band { padding: 74px 0; background: var(--ink); color: var(--white); }
.quote-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 36px; align-items: start; }
.quote-form { display: grid; grid-template-columns: repeat(2, 1fr); gap: 14px; background: var(--white); color: var(--ink); padding: 24px; border-radius: 8px; }
.quote-form.boxed { box-shadow: var(--shadow); border: 1px solid var(--line); }
.quote-form label { display: grid; gap: 6px; font-weight: 800; font-size: 14px; }
.quote-form .full { grid-column: 1 / -1; }
input, select, textarea { width: 100%; border: 1px solid #d7dfe3; border-radius: 4px; padding: 12px; font: inherit; }
textarea { resize: vertical; }
.consent { display: flex !important; grid-template-columns: auto 1fr; align-items: center; font-weight: 400 !important; }
.consent input { width: auto; }
.hp { position: absolute; left: -9999px; opacity: 0; }
.contact-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 28px; align-items: start; }
.contact-panel { padding: 26px; }
.policy { display: grid; gap: 18px; }
.policy article { border-bottom: 1px solid var(--line); padding-bottom: 18px; }
.case-layout { display: grid; grid-template-columns: 360px 1fr; gap: 30px; align-items: start; }
.case-card { padding-bottom: 20px; }
.case-card p, .case-card .btn { margin-left: 20px; margin-right: 20px; }
.site-footer { background: #0c1c22; color: #dce5e8; padding-top: 54px; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 30px; }
.footer-logo-wrap { display: inline-flex; background: var(--white); padding: 10px; border-radius: 6px; margin-bottom: 14px; }
.footer-logo { width: 110px; height: auto; }
.site-footer h2 { color: var(--white); font-size: 18px; margin-top: 0; }
.site-footer a { display: block; color: #dce5e8; text-decoration: none; margin: 8px 0; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); text-align: center; padding: 18px; margin-top: 34px; }
.whatsapp { position: fixed; right: 24px; bottom: 24px; width: 58px; height: 58px; border-radius: 50%; display: grid; place-items: center; background: #25d366; color: var(--white); font-weight: 900; text-decoration: none; box-shadow: var(--shadow); z-index: 9; }
.side-enquiry { position: fixed; right: 0; top: 45%; transform: translateY(-50%) rotate(-90deg); transform-origin: right bottom; z-index: 9; background: var(--gold); color: var(--white); text-decoration: none; font-weight: 900; letter-spacing: .5px; padding: 12px 18px; border-radius: 6px 6px 0 0; box-shadow: var(--shadow); }
.modal-open { overflow: hidden; }
.modal-backdrop { position: fixed; inset: 0; z-index: 30; display: none; align-items: center; justify-content: center; padding: 18px; background: rgba(16,37,46,.72); }
.modal-backdrop.is-open, .modal-backdrop:target { display: flex; }
.modal-panel { width: min(680px, 100%); max-height: calc(100vh - 36px); overflow: auto; background: var(--white); border-radius: 8px; padding: 26px; position: relative; box-shadow: 0 24px 70px rgba(0,0,0,.28); }
.modal-panel h2 { margin: 0 42px 18px 0; font-size: 30px; line-height: 1.15; }
.modal-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 1px solid var(--line); border-radius: 50%; background: var(--white); font-size: 26px; line-height: 1; cursor: pointer; }
.modal-form { box-shadow: none; padding: 0; }
@media (max-width: 900px) {
.nav-row { flex-wrap: wrap; padding: 12px 0; }
.menu-toggle { display: inline-flex; }
.site-nav { display: none; width: 100%; order: 3; flex-direction: column; align-items: flex-start; gap: 10px; padding: 14px 0; }
.site-nav.is-open { display: flex; }
.nav-row .btn.small { display: none; }
.hero { min-height: 500px; }
.split, .quote-grid, .contact-grid, .case-layout { grid-template-columns: 1fr; }
.card-grid.three, .portfolio-grid, .banner-showcase-grid { grid-template-columns: repeat(2, 1fr); }
.number-grid, .price-grid { grid-template-columns: repeat(2, 1fr); }
.footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 620px) {
.topbar-inner { gap: 10px; padding: 8px 0; }
.topbar-inner span { width: 100%; overflow-wrap: anywhere; }
.brand img { width: 50px; height: 50px; }
.brand span { font-size: 16px; }
.menu-toggle { padding: 8px 10px; }
.hero .hero-inner { width: 100%; max-width: 100%; margin: 0; padding: 70px 24px; }
.hero p { max-width: 300px; font-size: 16px; overflow-wrap: anywhere; }
.hero-actions { display: grid; grid-template-columns: 1fr; }
.hero-actions, .hero-actions .btn { width: 100%; max-width: 300px; }
.card-grid.three, .portfolio-grid, .banner-showcase-grid, .number-grid, .price-grid, .quote-form, .footer-grid { grid-template-columns: 1fr; }
.section, .quote-band { padding: 52px 0; }
.hero h1 { font-size: 38px; }
.side-enquiry { top: auto; right: 88px; bottom: 16px; transform: none; border-radius: 6px; padding: 10px 12px; font-size: 13px; }
.whatsapp { right: 16px; bottom: 16px; }
}
