:root {
  --petrol: #17666a;
  --deep: #0d484c;
  --teal: #4d8587;
  --mist: #eaf2f1;
  --surface: #f7f9f8;
  --white: #fff;
  --ink: #182729;
  --muted: #607073;
  --line: #d7e1df;
  --shadow: 0 18px 50px rgba(13,72,76,.09);
  --radius: 14px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; height: auto; }
a { color: var(--deep); text-underline-offset: .2em; }
a:hover { color: var(--petrol); }
:focus-visible { outline: 3px solid #d09b31; outline-offset: 3px; }
.skip { position: absolute; top: -5rem; left: 1rem; z-index: 99; background: var(--white); padding: .7rem 1rem; }
.skip:focus { top: 1rem; }
.container { width: min(var(--max), calc(100% - 3rem)); margin-inline: auto; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 20; background: rgba(255,255,255,.94); border-bottom: 1px solid rgba(215,225,223,.85); backdrop-filter: blur(14px); }
.header-inner { min-height: 84px; display: flex; align-items: center; gap: 2rem; }
.brand { display: flex; width: 225px; aspect-ratio: 764 / 391; margin-right: auto; overflow: hidden; }
.brand img { display: block; width: 150%; max-width: none; height: 150%; object-fit: contain; transform: translate(-16.666%,-16.666%); }
.nav { display: flex; align-items: center; gap: 1.65rem; }
.nav a { position: relative; color: var(--ink); font-size: .91rem; font-weight: 650; text-decoration: none; }
.nav > a:not(.button)::after { content: ""; position: absolute; right: 0; bottom: -.45rem; left: 0; height: 2px; background: var(--petrol); transform: scaleX(0); transition: transform .2s ease; }
.nav > a:not(.button):hover::after { transform: scaleX(1); }
.nav .button { color: var(--white); margin-left: .35rem; }
.menu-button { display: none; }
.phone-shortcut { color: var(--deep); font-size: .8rem; font-weight: 750; line-height: 1.25; text-align: right; text-decoration: none; }
.phone-shortcut span { display: block; color: var(--muted); font-size: .7rem; font-weight: 650; }

/* Type and controls */
h1, h2, h3 { text-wrap: balance; }
.eyebrow { display: inline-block; color: var(--petrol); font-size: .76rem; letter-spacing: .15em; text-transform: uppercase; font-weight: 800; }
.section h2 { max-width: 700px; margin: .4rem 0 0; font-size: clamp(2rem, 3.3vw, 3.15rem); line-height: 1.08; letter-spacing: -.035em; }
.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: .45rem; padding: .72rem 1.2rem; border: 1px solid var(--petrol); border-radius: 8px; background: var(--petrol); box-shadow: 0 5px 15px rgba(23,102,106,.14); color: var(--white); font: inherit; font-weight: 750; text-decoration: none; cursor: pointer; transition: background .2s, border-color .2s, transform .2s; }
.button:hover { color: var(--white); background: var(--deep); border-color: var(--deep); transform: translateY(-1px); }
.button.secondary { color: var(--deep); background: var(--white); border-color: #a9c1bf; box-shadow: none; }
.button.secondary:hover { background: var(--mist); border-color: var(--petrol); }
.text-link { display: inline-flex; align-items: center; gap: .5rem; color: var(--deep); font-weight: 750; text-decoration: none; }
.text-link span { transition: transform .2s; }
.text-link:hover span { transform: translateX(4px); }
.actions { display: flex; align-items: center; flex-wrap: wrap; gap: 1.35rem; margin: 2rem 0; }

/* Homepage hero */
.hero { padding: 4.75rem 0; background: var(--surface); }
.hero-grid { display: grid; grid-template-columns: minmax(0,1fr) minmax(390px,.88fr); align-items: center; gap: clamp(2.5rem,6vw,5.5rem); }
.hero-copy { position: relative; z-index: 1; }
.hero h1, .page-hero h1 { max-width: 760px; margin: .65rem 0 1.3rem; font-size: clamp(2.65rem,5.4vw,4.8rem); line-height: .99; letter-spacing: -.055em; }
.hero-lead { max-width: 650px; margin: 0; color: #415356; font-size: 1.18rem; line-height: 1.65; }
.hero-points { display: flex; flex-wrap: wrap; gap: .65rem 1.4rem; margin: 2rem 0 0; padding: 1.35rem 0 0; border-top: 1px solid var(--line); list-style: none; color: #415356; font-size: .9rem; font-weight: 650; }
.hero-points li::before { content: "✓"; margin-right: .45rem; color: var(--petrol); }
.hero-urgent { margin: -.65rem 0 0; color: var(--muted); font-size: .93rem; }
.hero-urgent a { font-weight: 750; }
.hero-visual { margin: 0; }
.hero-visual img { display: block; width: 100%; border-radius: var(--radius); }

/* Sections and cards */
.section { padding: 6rem 0; }
.section-head { display: grid; grid-template-columns: 1.15fr .85fr; gap: 4rem; align-items: end; margin-bottom: 2.75rem; }
.section-head > p { max-width: 520px; margin: 0; color: var(--muted); font-size: 1.05rem; }
.priority-section { background: var(--surface); }
.priority-services { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.priority-services article { display: grid; grid-template-columns: 43% 57%; min-height: 390px; overflow: hidden; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 12px 35px rgba(13,72,76,.055); }
.priority-image { position: relative; min-height: 390px; overflow: hidden; }
.priority-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.priority-services article:hover img { transform: scale(1.025); }
.priority-image span { position: absolute; top: 1rem; left: 1rem; display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: var(--white); color: var(--deep); font-size: .75rem; font-weight: 800; }
.priority-services article > div:last-child { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; padding: 2.2rem; }
.card-label { color: var(--petrol); font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.priority-services h3 { margin: .35rem 0 .8rem; font-size: 1.8rem; line-height: 1.1; }
.priority-services p { margin: 0 0 1.4rem; color: var(--muted); }
.services-section { background: var(--white); }
.services { display: grid; grid-template-columns: repeat(2,1fr); gap: .8rem; }
.service { display: grid; grid-template-columns: 2.3rem 1fr auto; gap: 1rem; align-items: start; padding: 1.5rem; border: 1px solid var(--line); border-radius: 10px; color: var(--ink); text-decoration: none; transition: border-color .2s, box-shadow .2s, transform .2s; }
.service:hover { color: var(--ink); border-color: #9bbab7; box-shadow: 0 10px 28px rgba(13,72,76,.07); transform: translateY(-2px); }
.service span:first-child { color: var(--petrol); font-size: .78rem; font-weight: 800; }
.service span:last-child { color: var(--petrol); }
.service h3 { margin: -.15rem 0 .25rem; font-size: 1.08rem; }
.service p { margin: 0; color: var(--muted); font-size: .93rem; }
.about-home { background: var(--deep); color: var(--white); }
.about-profile { display: grid; grid-template-columns: minmax(300px,.85fr) minmax(0,1.15fr); gap: clamp(3rem,7vw,6.5rem); align-items: center; }
.profile-portrait { position: relative; margin: 0; }
.profile-portrait::after { content: ""; position: absolute; inset: 1.25rem -1.25rem -1.25rem 1.25rem; z-index: 0; border: 1px solid rgba(255,255,255,.27); border-radius: var(--radius); }
.profile-portrait img { position: relative; z-index: 1; display: block; width: 100%; height: auto; border-radius: var(--radius); }
.about-profile-content { position: relative; z-index: 1; }
.about-profile-content .eyebrow { color: #9fd0cc; }
.about-profile-content h2 { margin: .5rem 0 1.3rem; }
.about-profile-content p { color: #d4e1df; }
.large-copy { font-size: 1.12rem; }
.check-list { margin: 1.8rem 0 2rem; padding: 0; list-style: none; }
.check-list li { position: relative; padding: .7rem 0 .7rem 1.7rem; border-bottom: 1px solid rgba(255,255,255,.14); }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: #9fd0cc; font-weight: 800; }
.about-home .button.secondary { background: transparent; color: var(--white); border-color: rgba(255,255,255,.45); }
.projects-preview { background: var(--surface); }
.work-strip { display: grid; grid-template-columns: .78fr 1.22fr 1.22fr 1.22fr; gap: 1.15rem; }
.work-strip figure, .portfolio-grid figure { margin: 0; min-width: 0; }
.work-strip img { display: block; width: 100%; height: 285px; border-radius: 10px; object-fit: cover; }
.work-strip figcaption, .portfolio-grid figcaption { padding: .7rem .15rem 0; color: var(--deep); font-size: .9rem; font-weight: 750; }
.section-action { margin-top: 2.25rem; text-align: center; }
.work-strip-editorial { grid-template-columns: .72fr 1.35fr 1fr; align-items: start; }
.work-strip-editorial .work-portrait img { height: 350px; }
.work-strip-editorial .work-feature img { height: auto; aspect-ratio: 2.16/1; }
.work-strip-editorial .work-landscape { margin-top: 3rem; }
.work-strip-editorial .work-landscape img { height: auto; aspect-ratio: 2.16/1; }
.trust-section { background: var(--white); }
.trust-grid { display: grid; grid-template-columns: 1.08fr .92fr; gap: 5rem; align-items: center; }
.trust-grid > div:first-child p { max-width: 620px; color: var(--muted); font-size: 1.05rem; }
.google-review-card { padding: 2.2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: var(--shadow); }
.google-review-card p { color: var(--muted); }

/* Interior pages */
.page-hero { padding: 4.5rem 0; border-bottom: 1px solid var(--line); background: linear-gradient(120deg,var(--mist),#f8fbfa); }
.page-hero h1 { margin-bottom: 1rem; font-size: clamp(2.5rem,5vw,4.35rem); }
.page-hero p { max-width: 760px; margin-bottom: 0; color: #415356; font-size: 1.12rem; }
.content-grid { display: grid; grid-template-columns: minmax(0,1fr) 330px; gap: 4.5rem; }
.content-grid > div > h2:first-child, .prose h2:first-child { margin-top: 0; }
.prose h2, .content-grid > div > h2 { margin-top: 2.5rem; font-size: 1.85rem; line-height: 1.2; }
.prose ul { padding-left: 1.2rem; }
.sidebar { height: max-content; padding: 1.65rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); box-shadow: 0 12px 35px rgba(13,72,76,.06); }
.sidebar img { display: block; width: 100%; margin-bottom: 1.3rem; border-radius: 9px; }
.sidebar h2 { margin-top: .3rem; font-size: 1.25rem; }
.process, .steps { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; counter-reset: step; }
.process article, .step { padding: 1.5rem; border: 1px solid var(--line); border-radius: 10px; background: var(--white); }
.process article > span { color: var(--petrol); font-size: .8rem; font-weight: 800; }
.process h3 { margin: .6rem 0 .3rem; }
.section.alt { background: var(--surface); }
.section.teal { background: var(--mist); }
.section.dark { background: var(--deep); color: var(--white); }
.related { display: flex; flex-wrap: wrap; gap: .6rem; }
.related a { padding: .5rem .75rem; border: 1px solid var(--teal); border-radius: 7px; text-decoration: none; }
.portfolio-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 2rem 1.25rem; }
.portfolio-grid img { display: block; width: 100%; border-radius: 10px; object-fit: cover; background: var(--mist); }
.portfolio-grid .wide img { aspect-ratio: 2.16/1; }
.portfolio-grid .square img { aspect-ratio: 1; object-fit: contain; }
.portfolio-grid .portrait img { height: min(58vw,620px); object-fit: contain; }
.service-photo { margin: 2.25rem 0; overflow: hidden; border-radius: 10px; background: var(--mist); }
.service-photo img { display: block; width: 100%; object-fit: cover; }
.service-photo-wide img, .lighting-pair img { aspect-ratio: 2.16/1; }
.service-photo-portrait { max-width: 430px; }
.lighting-pair { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin: 1.25rem 0 2.5rem; }
.lighting-pair img { width: 100%; border-radius: 10px; object-fit: cover; }
.lighting-layout figure { margin: 0; }
.lighting-layout figcaption { padding-top: .65rem; color: var(--deep); font-size: .9rem; font-weight: 750; }
.lighting-intro { display: grid; grid-template-columns: minmax(250px,.62fr) minmax(0,1.38fr); gap: clamp(2rem,5vw,4.5rem); align-items: center; }
.lighting-intro h2, .lighting-outdoor h2 { margin: .4rem 0 1rem; font-size: clamp(1.85rem,3vw,2.7rem); line-height: 1.12; }
.lighting-main img, .lighting-examples img, .lighting-outdoor img { display: block; width: 100%; aspect-ratio: 2.16/1; border-radius: 10px; object-fit: cover; }
.lighting-examples { display: grid; grid-template-columns: 1.2fr .8fr; gap: 1.25rem; margin: 3.5rem 0; }
.lighting-examples figure:last-child { margin-top: 2.5rem; }
.lighting-outdoor { display: grid; grid-template-columns: minmax(0,1.25fr) minmax(250px,.75fr); gap: clamp(2rem,5vw,4.5rem); align-items: center; padding-top: 3.5rem; border-top: 1px solid var(--line); }

/* Contact and footer */
.form { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; padding: 2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--surface); }
.field { display: grid; gap: .4rem; }
.field.full { grid-column: 1/-1; }
label { font-size: .9rem; font-weight: 700; }
input, select, textarea { width: 100%; padding: .78rem .85rem; border: 1px solid #b8c8c6; border-radius: 7px; background: var(--white); color: var(--ink); font: inherit; transition: border-color .2s, box-shadow .2s; }
input:focus, select:focus, textarea:focus { border-color: var(--petrol); box-shadow: 0 0 0 3px rgba(23,102,106,.1); outline: none; }
textarea { min-height: 150px; resize: vertical; }
.checkbox { display: flex; align-items: flex-start; gap: .65rem; }
.checkbox input { width: auto; margin-top: .38rem; }
.form-status { padding: 1rem; border-left: 3px solid var(--petrol); border-radius: 5px; background: var(--mist); }
.form-status:empty { display: none; }
.urgent-contact { margin-top: 1.5rem; padding-top: 1.35rem; border-top: 1px solid var(--line); }
.urgent-contact h3 { margin: 0 0 .35rem; font-size: 1.05rem; }
.urgent-contact p { margin: 0 0 .6rem; font-size: .92rem; }
.urgent-contact a { font-weight: 750; }
.quote-band { padding: 2.6rem 0; background: var(--ink); color: var(--white); }
.quote-band .container { display: flex; justify-content: space-between; align-items: center; gap: 2rem; }
.quote-band h2 { margin: 0; font-size: 1.65rem; }
.quote-band p { margin: .25rem 0 0; color: #c8d3d2; }
.site-footer { padding: 4rem 0 1.3rem; background: #112426; color: #c7d1d0; }
.footer-grid { display: grid; grid-template-columns: 1.4fr repeat(3,1fr); gap: 3rem; }
.site-footer img { width: 210px; padding: .55rem; border-radius: 7px; background: var(--white); }
.site-footer h2 { margin-top: 0; color: var(--white); font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.site-footer a { color: #eaf3f2; line-height: 2; text-decoration-color: #567273; }
.legal { margin-top: 2.5rem; padding-top: 1rem; border-top: 1px solid #354b4d; color: #93a4a4; font-size: .83rem; }

/* Question widget */
.question-widget { position: fixed; right: 1.25rem; bottom: 1.25rem; z-index: 50; }
.question-toggle { display: grid; width: 54px; height: 54px; margin-left: auto; place-items: center; border: 0; border-radius: 50%; background: var(--petrol); box-shadow: 0 8px 24px rgba(13,72,76,.28); color: var(--white); cursor: pointer; }
.question-panel { position: absolute; right: 0; bottom: 66px; width: min(390px,calc(100vw - 1.5rem)); max-height: calc(100vh - 100px); overflow-y: auto; padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--white); box-shadow: 0 18px 55px rgba(24,39,41,.2); }
.question-panel[hidden] { display: none; }
.question-heading { display: flex; justify-content: space-between; align-items: start; gap: 1rem; }
.question-heading h2 { margin: .1rem 0; font-size: 1.25rem; line-height: 1.2; }
.question-close { padding: .1rem; border: 0; background: transparent; color: var(--ink); font-size: 2rem; line-height: 1; cursor: pointer; }
.question-panel > p { margin: .6rem 0; font-size: .92rem; }
.question-panel form { display: grid; gap: .65rem; }
.question-panel input, .question-panel textarea { padding: .5rem; }
.question-panel textarea { min-height: 78px; }
.question-panel .checkbox label { font-weight: 400; line-height: 1.35; }
.question-actions { display: flex; gap: 1rem; margin-top: .8rem; padding-top: .7rem; border-top: 1px solid var(--line); }
.question-actions a { font-size: .9rem; font-weight: 700; }
.muted { color: var(--muted); }

@media (max-width: 900px) {
  .container { width: min(var(--max),calc(100% - 2.25rem)); }
  .header-inner { min-height: 70px; gap: .65rem; }
  .brand { width: 185px; }
  .menu-button, .phone-shortcut { display: inline-flex; min-height: 40px; align-items: center; padding: .45rem .65rem; border: 1px solid #aac1bf; border-radius: 7px; background: var(--white); color: var(--ink); font-weight: 700; text-decoration: none; }
  .nav { position: absolute; top: 70px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: .25rem; padding: 1rem 1.15rem 1.25rem; border-bottom: 1px solid var(--line); background: var(--white); box-shadow: var(--shadow); }
  .nav.open { display: flex; }
  .nav a { padding: .55rem; }
  .nav .button { margin: .35rem 0 0; }
  .hero { padding: 4rem 0; }
  .hero-grid, .section-head, .trust-grid, .content-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 3rem; }
  .hero-visual { max-width: 650px; }
  .section { padding: 4.5rem 0; }
  .section-head { gap: 1rem; margin-bottom: 2.1rem; }
  .priority-services { grid-template-columns: 1fr; }
  .priority-services article { min-height: 350px; }
  .about-profile { grid-template-columns: 1fr; gap: 3.5rem; }
  .profile-portrait { max-width: 540px; }
  .work-strip { grid-template-columns: repeat(2,1fr); }
  .work-strip-editorial { grid-template-columns: .8fr 1.2fr; }
  .work-strip-editorial .work-landscape { grid-column: 1/-1; margin-top: 0; }
  .lighting-intro, .lighting-outdoor { grid-template-columns: 1fr; }
  .lighting-outdoor figure { order: -1; }
  .content-grid { gap: 2.5rem; }
  .sidebar { order: -1; }
  .process, .steps { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 560px) {
  .container { width: min(100% - 1.35rem,var(--max)); }
  .brand { width: 145px; }
  .phone-shortcut { font-size: .72rem; text-align: center; }
  .phone-shortcut span { display: none; }
  .hero { padding: 3.1rem 0 3.4rem; }
  .hero h1, .page-hero h1 { font-size: 2.55rem; }
  .hero-lead { font-size: 1.05rem; }
  .actions { align-items: stretch; gap: .8rem; }
  .actions .button, .actions .text-link { width: 100%; justify-content: center; }
  .hero-points { flex-direction: column; }
  .hero-grid { gap: 2.25rem; }
  .hero-visual { width: min(100%,430px); }
  .section { padding: 3.6rem 0; }
  .section h2 { font-size: 2.15rem; }
  .priority-services article { grid-template-columns: 1fr; }
  .priority-image { min-height: 270px; height: 270px; }
  .priority-image img { object-position: center 42%; }
  .priority-services article > div:last-child { padding: 1.5rem; }
  .services { grid-template-columns: 1fr; }
  .service { grid-template-columns: 2rem 1fr; padding: 1.2rem; }
  .service > span:last-child { display: none; }
  .profile-portrait::after { inset: .75rem -.4rem -.75rem .75rem; }
  .work-strip { grid-template-columns: 1fr; }
  .work-strip img { height: 230px; }
  .work-strip-editorial .work-portrait img { height: 300px; object-fit: contain; }
  .work-strip-editorial .work-feature img, .work-strip-editorial .work-landscape img { height: auto; }
  .work-strip-editorial .work-landscape { grid-column: auto; }
  .portfolio-grid, .lighting-pair { grid-template-columns: 1fr; }
  .portfolio-grid .portrait img { height: 480px; }
  .lighting-examples { grid-template-columns: 1fr; margin: 2.5rem 0; }
  .lighting-examples figure:last-child { margin-top: 0; }
  .form { grid-template-columns: 1fr; padding: 1.2rem; }
  .quote-band .container { display: block; }
  .quote-band .button { width: 100%; margin-top: 1rem; }
  .footer-grid { grid-template-columns: 1fr; gap: 2rem; }
  .question-widget { right: .7rem; bottom: .7rem; }
  .question-toggle { width: 50px; height: 50px; }
  .question-panel { bottom: 62px; width: calc(100vw - 1.4rem); max-height: calc(100vh - 82px); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}
.review-source { color: var(--ink); font-size: 1.3rem; font-weight: 800; letter-spacing: -.02em; }
.review-source span { color: var(--petrol); font-weight: 650; }
