:root {
  --ink: #2b2320;
  --plum: #3d2418;
  --wine: #b5563c;
  --berry: #c9704a;
  --blush: #f2d9d0;
  --gold: #d7b675;
  --ivory: #fbf5eb;
  --paper: #f6eee4;
  --muted: #8a7568;
  --line: rgba(43,35,32,.16);
  --shell: min(100% - 72px, 1320px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--ivory); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
img { width: 100%; display: block; }
button, input, select, textarea { font: inherit; }
.site-shell { width: var(--shell); margin-inline: auto; }
.section-space { padding-block: 130px; }

.site-header { position: absolute; z-index: 20; top: 0; left: 0; width: 100%; min-height: 104px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 0 4.5vw; color: var(--ivory); background: linear-gradient(180deg, rgba(31,23,18,.78) 0%, rgba(31,23,18,.45) 60%, rgba(31,23,18,0) 100%); border-bottom: 1px solid rgba(255,255,255,.16); }
.logo-link { justify-self: start; }
.logo-text { font-family: "Playfair Display", Georgia, serif; font-style: italic; font-weight: 600; font-size: 28px; letter-spacing: .01em; white-space: nowrap; color: var(--ivory); }
.desktop-nav { display: flex; align-items: center; gap: 34px; }
.desktop-nav a { position: relative; padding: 12px 0; font-size: 9px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 3px; height: 1px; background: var(--gold); transition: right .25s; }
.desktop-nav a:hover::after, .desktop-nav a[aria-current="page"]::after { right: 0; }
.header-cta { justify-self: end; display: inline-flex; align-items: center; gap: 10px; min-height: 42px; padding: 0 20px; background: var(--gold); color: var(--ink); font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s, background .2s; }
.header-cta:hover { background: var(--ivory); transform: translateY(-2px); }
.header-cta span { font-size: 14px; font-weight: 400; }
.mobile-nav { display: none; }

.button { min-height: 57px; display: inline-flex; justify-content: space-between; align-items: center; gap: 40px; padding: 0 20px; border: 1px solid transparent; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button span { font-size: 18px; font-weight: 400; }
.button-gold { background: var(--gold); color: var(--ink); }
.button-dark { background: var(--ink); color: var(--ivory); }
.button-outline { border-color: rgba(255,255,255,.5); color: var(--ivory); }
.button-outline:hover { background: var(--ivory); color: var(--ink); }
.text-action, .text-link { padding-bottom: 7px; border-bottom: 1px solid currentColor; font-size: 9px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.text-action { color: var(--ivory); }

.section-label { display: flex; align-items: center; gap: 9px; margin: 0; color: var(--wine); font-size: 8px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.section-label span { color: var(--gold); font-size: 11px; }
.label-inverse { color: var(--blush); }

.home-hero { position: relative; min-height: 900px; display: grid; grid-template-columns: 53% 47%; overflow: hidden; background: radial-gradient(circle at 23% 35%, #6b3220 0, var(--plum) 34%, var(--ink) 78%); color: var(--ivory); }
.home-hero::before { content: ""; position: absolute; width: 520px; height: 520px; left: -240px; bottom: -270px; border: 1px solid rgba(215,182,117,.23); border-radius: 50%; box-shadow: 0 0 0 58px rgba(215,182,117,.025), 0 0 0 116px rgba(215,182,117,.018); }
.hero-copy { position: relative; z-index: 3; width: auto; margin: 0; padding: 185px 5vw 105px 7vw; display: flex; flex-direction: column; justify-content: center; }
.hero-copy h1 { margin: 55px 0 32px; font: 700 clamp(73px, 8vw, 126px)/.8 Georgia, serif; letter-spacing: -.07em; }
.hero-copy h1 em { color: var(--gold); font-weight: 400; }
.hero-copy > p { max-width: 590px; margin: 0; color: #d9c7ba; font-size: 16px; line-height: 1.75; }
.hero-actions { display: flex; align-items: center; gap: 30px; margin-top: 40px; }
.hero-gallery { position: relative; min-height: 900px; background: #1f1712; }
.hero-main { position: absolute; inset: 0; margin: 0; overflow: hidden; }
.hero-main img { height: 100%; object-fit: cover; object-position: center 32%; filter: saturate(.9) contrast(1.03); transform: scale(1.05); }
.hero-main::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(31,23,18,.58), transparent 30%), linear-gradient(0deg, rgba(31,23,18,.55), transparent 35%); }
.hero-inset { position: absolute; z-index: 3; left: -55px; bottom: 60px; width: 215px; height: 255px; margin: 0; padding: 7px; background: var(--ivory); box-shadow: 0 20px 60px rgba(0,0,0,.25); transform: rotate(-3deg); }
.hero-inset img { height: 100%; object-fit: cover; }
.hero-script { position: absolute; z-index: 5; right: 33%; bottom: 40px; color: rgba(255,255,255,.15); font: italic 86px/1 Georgia, serif; transform: rotate(-7deg); }

.proof-strip { background: var(--ivory); border-bottom: 1px solid var(--line); }
.proof-grid { display: grid; grid-template-columns: repeat(3, 1fr) 1.55fr; }
.proof-grid > div { min-height: 130px; display: flex; align-items: center; gap: 15px; padding: 27px; border-right: 1px solid var(--line); }
.proof-grid > div:first-child { padding-left: 0; }
.proof-grid strong { color: var(--gold); font: italic 22px/1 Georgia, serif; }
.proof-grid span { color: #6b5d51; font-size: 9px; font-weight: 800; letter-spacing: .1em; line-height: 1.5; text-transform: uppercase; }
.proof-grid .proof-call { flex-direction: column; align-items: flex-end; justify-content: center; border: 0; }
.proof-call a { color: var(--wine); font: 700 18px/1 Georgia, serif; border-bottom: 1px solid var(--gold); padding-bottom: 6px; }

.section-intro { display: grid; grid-template-columns: .75fr 2.2fr 1fr; gap: 55px; align-items: start; margin-bottom: 75px; }
.section-intro h2, .collection-grid h2, .consultation-grid h2, .about-headline h2, .about-area h2, .form-panel h2 { margin: 0; font: 700 clamp(54px, 6vw, 89px)/.89 Georgia, serif; letter-spacing: -.055em; }
.section-intro h2 em, .collection-grid h2 em, .about-headline h2 em, .about-area h2 em, .form-panel h2 em { color: var(--berry); font-weight: 400; }
.section-intro > p:last-child { margin: 0; color: #7a6d60; font-size: 14px; line-height: 1.75; }
.service-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 215px; padding: 20px; display: flex; flex-direction: column; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); overflow: hidden; transition: color .3s, background .3s; }
.service-card::before { content: "S"; position: absolute; right: -8px; bottom: -32px; color: rgba(181,86,60,.035); font: italic 130px/1 Georgia, serif; }
.service-card > div { display: flex; justify-content: space-between; color: #8f8073; font-size: 8px; font-weight: 900; letter-spacing: .15em; }
.service-card h3 { margin: auto 0 10px; max-width: 330px; font: 700 clamp(20px, 2vw, 28px)/.95 Georgia, serif; letter-spacing: -.04em; }
.service-card p { max-width: 340px; margin: 0; color: #7c6d5f; font-size: 12px; line-height: 1.6; }
.service-card > b { position: absolute; top: 40px; right: 20px; color: var(--gold); opacity: 0; font-size: 20px; transition: opacity .2s, transform .2s; }
.service-card:hover { background: var(--plum); color: var(--ivory); }
.service-card:hover p, .service-card:hover > div { color: #d6c4b2; }
.service-card:hover > b { opacity: 1; transform: translate(3px,-3px); }

.story-feature { display: grid; grid-template-columns: 1.05fr .95fr; min-height: 800px; background: var(--plum); color: var(--ivory); }
.story-image { overflow: hidden; }
.story-image img { height: 100%; object-fit: cover; }
.story-copy { padding: 100px 8vw; display: flex; flex-direction: column; justify-content: center; }
.story-copy h2 { margin: 43px 0 28px; font: 700 clamp(55px, 6vw, 91px)/.86 Georgia, serif; letter-spacing: -.06em; }
.story-copy h2 em { color: var(--gold); font-weight: 400; }
.story-copy > p { max-width: 590px; margin: 0 0 30px; color: #d0bfae; font-size: 14px; line-height: 1.8; }
.story-copy blockquote { margin: 0 0 40px; padding: 20px 0; border-block: 1px solid rgba(255,255,255,.15); color: var(--blush); font: italic 22px/1.4 Georgia, serif; }
.story-copy .button { align-self: flex-start; }

.collection-section { background: var(--paper); }
.collection-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 70px; }
.collection-kicker { color: var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .18em; }
.collection-grid h2 { margin: 22px 0 30px; }
.collection-grid > div > p:not(.collection-kicker) { max-width: 660px; color: #756a5c; font-size: 15px; line-height: 1.75; }
.collection-grid .text-link { display: inline-block; margin-top: 18px; color: var(--wine); }

.consultation-band { padding: 105px 0; background: var(--gold); }
.consultation-grid { display: grid; grid-template-columns: .7fr 2.3fr .9fr; gap: 55px; align-items: end; }
.consultation-grid .section-label { color: var(--ink); }
.consultation-grid .section-label span { color: var(--wine); }
.consultation-grid h2 { font-size: clamp(53px, 6vw, 87px); }
.consultation-grid h2 em { color: var(--wine); font-weight: 400; }
.consultation-actions { display: flex; flex-direction: column; gap: 17px; }
.plain-call { padding-bottom: 8px; border-bottom: 1px solid var(--ink); font-weight: 900; }

.site-footer { padding: 85px 0 24px; background: var(--ink); color: var(--ivory); }
.footer-top { display: grid; grid-template-columns: 1fr 1.2fr 1fr; gap: 50px; align-items: center; padding-bottom: 62px; border-bottom: 1px solid rgba(255,255,255,.15); }
.footer-top > p { margin: 0; color: #ab9c8c; font-size: 13px; line-height: 1.65; }
.footer-date { justify-self: end; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: .13em; }
.footer-links { display: grid; grid-template-columns: 1fr 1fr 1.5fr; gap: 70px; padding: 55px 0 65px; }
.footer-links > div { display: flex; flex-direction: column; align-items: flex-start; gap: 13px; font-size: 12px; }
.footer-links span { margin-bottom: 8px; color: #7a6d5f; font-size: 8px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.footer-links a:hover { color: var(--gold); }
.footer-links p { margin: 0; color: #a1948a; line-height: 1.6; }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.15); color: #786c5f; font-size: 7px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }

.interior-hero { position: relative; padding-top: 104px; overflow: hidden; background: radial-gradient(circle at 25% 45%, #6b3220 0, var(--plum) 36%, var(--ink) 80%); color: var(--ivory); }
.interior-orb { position: absolute; border: 1px solid rgba(215,182,117,.16); border-radius: 50%; }
.orb-one { width: 480px; height: 480px; right: -210px; top: 120px; }
.orb-two { width: 300px; height: 300px; right: -120px; top: 210px; }
.interior-grid { position: relative; z-index: 2; min-height: 600px; display: grid; grid-template-columns: .55fr 2.45fr 1fr; gap: 55px; padding-block: 100px 75px; align-items: end; }
.page-number { align-self: start; color: var(--gold); font: italic 18px/1 Georgia, serif; }
.interior-heading .section-label { margin-bottom: 70px; }
.interior-heading h1 { margin: 0; max-width: 980px; font: 700 clamp(70px, 8vw, 122px)/.83 Georgia, serif; letter-spacing: -.065em; }
.interior-copy { margin: 0; max-width: 410px; color: #cfbdac; font-size: 15px; line-height: 1.75; }

.service-detail-grid { display: grid; grid-template-columns: 1fr 3fr; gap: 70px; align-items: start; }
.service-detail-grid aside { position: sticky; top: 35px; }
.service-detail-grid aside > p { max-width: 290px; margin: 35px 0; color: #7a6d60; font-size: 13px; line-height: 1.75; }
.aside-phone { border-bottom: 1px solid var(--gold); padding-bottom: 8px; font-weight: 900; }
.detail-list { border-top: 1px solid var(--line); }
.detail-row { min-height: 285px; display: grid; grid-template-columns: 55px 1fr 48px; gap: 20px; padding: 35px 0; border-bottom: 1px solid var(--line); }
.detail-number { color: var(--gold); font: italic 21px/1 Georgia, serif; }
.detail-row h2 { margin: -6px 0 20px; font: 700 clamp(38px, 4.4vw, 63px)/.92 Georgia, serif; letter-spacing: -.05em; }
.detail-row p { max-width: 730px; margin: 0 0 30px; color: #776a5c; font-size: 14px; line-height: 1.7; }
.detail-tags { display: flex; flex-wrap: wrap; gap: 7px; }
.detail-tags span { padding: 8px 10px; border: 1px solid var(--line); color: var(--wine); font-size: 7px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.detail-row > a { width: 45px; height: 45px; display: grid; place-items: center; border: 1px solid var(--line); font-size: 21px; }
.detail-row > a:hover { background: var(--gold); }
.process-section { padding-block: 120px; background: var(--plum); color: var(--ivory); }
.inverse-intro { grid-template-columns: 1fr 3fr; }
.inverse-intro h2 { color: var(--ivory); }
.inverse-intro h2 em { color: var(--gold); }
.process-cards { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.process-cards article { min-height: 340px; display: flex; flex-direction: column; padding: 28px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.process-cards span { color: var(--gold); font: italic 22px/1 Georgia, serif; }
.process-cards h3 { margin: auto 0 18px; font: 700 35px/.95 Georgia, serif; }
.process-cards p { margin: 0; color: #b8a696; font-size: 12px; line-height: 1.7; }

.compact-intro { grid-template-columns: 1fr 3fr; }
.portfolio-grid { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 510px 410px; gap: 24px; }
.portfolio-grid figure { position: relative; margin: 0; overflow: hidden; background: var(--plum); }
.portfolio-grid img { height: 100%; object-fit: cover; transition: transform .55s; }
.portfolio-grid figure:hover img { transform: scale(1.035); }
.portfolio-trigger { display: block; width: 100%; height: 100%; padding: 0; border: 0; background: none; cursor: zoom-in; }
.portfolio-trigger:focus-visible { outline: 2px solid var(--gold); outline-offset: -4px; }
.portfolio-a { grid-row: span 1; }
.portfolio-b { grid-row: span 1; }
.portfolio-c { grid-column: 2; grid-row: 2; }
.portfolio-d { grid-column: 1; grid-row: 2; }
.portfolio-grid figcaption { position: absolute; left: 18px; right: 18px; bottom: 18px; display: flex; justify-content: space-between; align-items: center; padding: 13px 15px; background: rgba(31,23,18,.82); color: var(--ivory); backdrop-filter: blur(7px); pointer-events: none; }
.portfolio-grid figcaption b { font-size: 8px; letter-spacing: .14em; }
.portfolio-grid figcaption span { color: var(--blush); font: italic 13px/1 Georgia, serif; }
.image-note { margin: 24px 0 0; color: #8d7d6e; font-size: 8px; letter-spacing: .1em; }
.portfolio-quote { padding: 120px 0; background: var(--plum); color: var(--ivory); }
.portfolio-quote p { margin: 45px 0; font: 700 clamp(58px, 7vw, 105px)/.87 Georgia, serif; letter-spacing: -.06em; }
.portfolio-quote p em { color: var(--gold); font-weight: 400; }

.about-grid { display: grid; grid-template-columns: 1fr 2fr 1fr; gap: 60px; align-items: start; }
.about-headline { grid-column: 2 / -1; }
.about-headline > p { max-width: 650px; margin: 38px 0 75px; color: #776a5c; font-size: 15px; line-height: 1.75; }
.about-photo { grid-column: 1 / 3; position: relative; height: 650px; overflow: hidden; }
.about-photo img { height: 100%; object-fit: cover; }
.about-photo span { position: absolute; left: 20px; bottom: 20px; padding: 10px 12px; background: var(--gold); font-size: 7px; font-weight: 900; letter-spacing: .15em; }
.about-copy { align-self: end; }
.about-copy p { margin: 0 0 24px; color: #74685a; font-size: 13px; line-height: 1.8; }
.values-section { padding-block: 115px; background: var(--plum); color: var(--ivory); }
.values-head { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; margin-bottom: 75px; }
.values-head h2 { margin: 0; font: 700 clamp(58px, 6.5vw, 98px)/.85 Georgia, serif; letter-spacing: -.06em; }
.values-head h2 em { color: var(--gold); font-weight: 400; }
.values-grid { display: grid; grid-template-columns: repeat(3,1fr); border-top: 1px solid rgba(255,255,255,.16); border-left: 1px solid rgba(255,255,255,.16); }
.values-grid article { min-height: 210px; display: flex; flex-direction: column; padding: 20px; border-right: 1px solid rgba(255,255,255,.16); border-bottom: 1px solid rgba(255,255,255,.16); }
.values-grid b { color: var(--gold); font: italic 16px/1 Georgia, serif; }
.values-grid h3 { margin: auto 0 10px; font: 700 24px/.95 Georgia, serif; }
.values-grid p { margin: 0; color: #bbaa98; font-size: 12px; line-height: 1.6; }
.about-area .site-shell { display: grid; grid-template-columns: 1fr 3fr; gap: 60px; }
.about-area h2 { margin-bottom: 32px; }
.about-area p { max-width: 650px; color: #766a5c; font-size: 14px; line-height: 1.75; }

.contact-layout { display: grid; grid-template-columns: .85fr 1.6fr; gap: 80px; }
.contact-panel { padding-right: 60px; border-right: 1px solid var(--line); }
.big-phone { display: inline-block; margin: 50px 0; color: var(--wine); font: 700 clamp(65px, 7vw, 105px)/.73 Georgia, serif; letter-spacing: -.06em; }
.contact-links { display: grid; grid-template-columns: 1fr 1fr; gap: 12px 20px; }
.contact-links a { display: flex; justify-content: space-between; padding: 14px 0; border-top: 1px solid var(--gold); font-size: 8px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.contact-panel > p { max-width: 350px; margin: 38px 0 0; color: #7a6d60; font-size: 12px; line-height: 1.75; }
.form-panel h2 { margin: 45px 0 58px; }
.project-form { display: grid; grid-template-columns: 1fr 1fr; gap: 30px 24px; }
.project-form label { display: flex; flex-direction: column; gap: 9px; }
.project-form label > span, .service-checks legend { color: #7f7061; font-size: 8px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.project-form input, .project-form select, .project-form textarea { width: 100%; border: 0; border-bottom: 1px solid #b8a999; border-radius: 0; background: transparent; padding: 13px 0; outline: none; color: var(--ink); font-size: 14px; }
.project-form input:focus, .project-form select:focus, .project-form textarea:focus { border-color: var(--berry); }
.project-form textarea { resize: vertical; }
.project-form ::placeholder { color: #a0917e; }
.project-form .form-full { grid-column: 1 / -1; }
.service-checks { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 10px; margin: 0; padding: 0; border: 0; }
.service-checks legend { width: 100%; margin-bottom: 5px; }
.service-checks label { display: flex; flex-direction: row; align-items: center; gap: 7px; padding: 10px 12px; border: 1px solid var(--line); color: #716255; font-size: 9px; font-weight: 800; }
.service-checks input { width: auto; accent-color: var(--berry); }
.form-submit-row { grid-column: 1 / -1; display: flex; justify-content: space-between; align-items: center; gap: 30px; padding-top: 10px; }
.form-submit-row p { max-width: 300px; margin: 0; color: #85786a; font-size: 10px; line-height: 1.55; }
.form-submit-row button { min-height: 62px; border: 0; padding: 0 21px; background: var(--wine); color: var(--ivory); display: flex; align-items: center; gap: 30px; cursor: pointer; font-size: 9px; font-weight: 900; letter-spacing: .13em; }
.form-submit-row button span { font-size: 18px; }
.contact-bottom { padding: 25px 0; overflow: hidden; background: var(--gold); }
.contact-bottom .site-shell { display: flex; justify-content: space-between; gap: 28px; white-space: nowrap; font-size: 8px; font-weight: 900; letter-spacing: .16em; }

@media (max-width: 1050px) {
  :root { --shell: min(100% - 48px, 880px); }
  .site-header { min-height: 88px; padding-inline: 24px; grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-nav { display: block; justify-self: end; }
  .mobile-nav summary { list-style: none; display: flex; align-items: center; gap: 7px; cursor: pointer; font-size: 8px; font-weight: 900; letter-spacing: .13em; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary i { width: 17px; height: 1px; background: var(--gold); }
  .mobile-nav summary i:last-child { margin-left: -24px; transform: translateY(5px); }
  .mobile-nav nav { position: absolute; top: 88px; left: 0; width: 100%; display: flex; flex-direction: column; padding: 25px 24px; background: var(--ink); border-top: 1px solid rgba(255,255,255,.15); }
  .mobile-nav nav a { padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,.12); font: 700 17px/1 Georgia, serif; }
  .home-hero { grid-template-columns: 57% 43%; }
  .hero-copy { padding-left: 24px; }
  .hero-inset { left: -30px; width: 170px; height: 205px; }
  .section-intro { grid-template-columns: 1fr 2.5fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .service-cards { grid-template-columns: 1fr 1fr; }
  .story-feature { grid-template-columns: 1fr; }
  .story-image { height: 620px; }
  .story-copy { padding: 90px max(24px, calc((100vw - 880px) / 2)); }
  .consultation-grid { grid-template-columns: 1fr 3fr; }
  .consultation-actions { grid-column: 2; }
  .interior-grid { grid-template-columns: 80px 1fr; min-height: 540px; padding-top: 75px; }
  .interior-copy { grid-column: 2; }
  .about-grid { grid-template-columns: 1fr 2fr; }
  .about-headline { grid-column: 2; }
  .about-photo { grid-column: 1 / -1; }
  .about-copy { grid-column: 2; }
  .contact-layout { gap: 45px; }
  .contact-panel { padding-right: 35px; }
}

@media (max-width: 700px) {
  :root { --shell: calc(100% - 32px); }
  .section-space { padding-block: 84px; }
  .site-header { padding-inline: 16px; }
  .logo-text { font-size: 21px; }
  .home-hero { min-height: 1080px; display: flex; flex-direction: column; }
  .hero-copy { min-height: 680px; padding: 145px 16px 68px; }
  .hero-copy h1 { margin: 50px 0 28px; font-size: clamp(68px, 23vw, 96px); }
  .hero-copy > p { font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-gallery { min-height: 400px; }
  .hero-inset { display: none; }
  .hero-script { display: none; }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 110px; padding: 18px 12px; }
  .proof-grid > div:first-child { padding-left: 12px; }
  .proof-grid .proof-call { align-items: flex-start; }
  .proof-call a { font-size: 14px; }
  .section-intro, .compact-intro { display: block; }
  .section-intro h2 { margin: 40px 0 28px; font-size: 51px; }
  .service-cards { grid-template-columns: 1fr; }
  .service-card { min-height: 190px; }
  .story-image { height: 430px; }
  .story-copy { padding: 78px 16px; }
  .story-copy h2 { font-size: 53px; }
  .collection-grid, .about-area .site-shell { grid-template-columns: 1fr; gap: 38px; }
  .collection-grid h2, .about-area h2 { font-size: 51px; }
  .consultation-band { padding: 75px 0; }
  .consultation-grid { display: block; }
  .consultation-grid h2 { margin: 40px 0; font-size: 50px; }
  .footer-top, .footer-links { grid-template-columns: 1fr; gap: 34px; }
  .footer-date { justify-self: start; }
  .footer-bottom { gap: 18px; line-height: 1.5; }
  .interior-hero { padding-top: 88px; }
  .interior-grid { display: block; min-height: 600px; padding: 55px 0; }
  .page-number { margin-bottom: 68px; }
  .interior-heading .section-label { margin-bottom: 35px; }
  .interior-heading h1 { font-size: clamp(59px, 18vw, 82px); }
  .interior-copy { margin-top: 42px; }
  .service-detail-grid { grid-template-columns: 1fr; }
  .service-detail-grid aside { position: static; }
  .detail-row { grid-template-columns: 40px 1fr; min-height: 0; }
  .detail-row > a { grid-column: 2; }
  .inverse-intro { display: block; }
  .inverse-intro h2 { margin-top: 40px; }
  .process-cards, .values-grid { grid-template-columns: 1fr; }
  .process-cards article { min-height: 260px; }
  .values-grid article { min-height: 170px; }
  .portfolio-grid { display: block; }
  .portfolio-grid figure { height: 430px; margin-bottom: 18px; }
  .portfolio-quote p { font-size: 54px; }
  .about-grid { display: block; }
  .about-headline h2 { margin: 40px 0 0; font-size: 50px; }
  .about-headline > p { margin-bottom: 55px; }
  .about-photo { height: 470px; margin-bottom: 35px; }
  .values-head { grid-template-columns: 1fr; gap: 40px; }
  .values-head h2 { font-size: 57px; }
  .contact-layout { grid-template-columns: 1fr; }
  .contact-panel { padding: 0 0 65px; border: 0; border-bottom: 1px solid var(--line); }
  .project-form { grid-template-columns: 1fr; }
  .project-form .form-full, .service-checks, .form-submit-row { grid-column: auto; }
  .service-checks { grid-column: 1; }
  .form-submit-row { flex-direction: column; align-items: stretch; }
  .contact-bottom .site-shell { animation: none; flex-wrap: wrap; white-space: normal; }
  .lightbox-close, .lightbox-prev, .lightbox-next { width: 40px; height: 40px; font-size: 17px; }
  .lightbox-close { top: 12px; right: 12px; }
  .lightbox-prev { left: 8px; }
  .lightbox-next { right: 8px; }
}

.lightbox { position: fixed; inset: 0; z-index: 300; display: flex; align-items: center; justify-content: center; padding: 24px; background: rgba(31,23,18,.92); overscroll-behavior: contain; }
.lightbox[hidden] { display: none; }
.lightbox-figure { position: relative; margin: 0; max-width: min(90vw, 1100px); display: flex; flex-direction: column; align-items: center; }
.lightbox-image { width: auto; max-width: 100%; max-height: 78vh; object-fit: contain; box-shadow: 0 30px 80px rgba(0,0,0,.4); }
.lightbox-caption { margin-top: 18px; text-align: center; }
.lightbox-caption b { display: block; color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.lightbox-caption span { display: block; margin-top: 6px; color: var(--blush); font: italic 16px/1 Georgia, serif; }
.lightbox-close, .lightbox-prev, .lightbox-next { position: absolute; display: grid; place-items: center; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,.35); border-radius: 50%; background: rgba(31,23,18,.55); color: var(--ivory); font-size: 20px; line-height: 1; cursor: pointer; transition: background .2s, color .2s; }
.lightbox-close:hover, .lightbox-prev:hover, .lightbox-next:hover { background: var(--gold); color: var(--ink); }
.lightbox-close:focus-visible, .lightbox-prev:focus-visible, .lightbox-next:focus-visible { outline: 2px solid var(--gold); outline-offset: 2px; }
.lightbox-close { top: 24px; right: 24px; }
.lightbox-prev { left: 16px; top: 50%; transform: translateY(-50%); }
.lightbox-next { right: 16px; top: 50%; transform: translateY(-50%); }

@media (prefers-reduced-motion: reduce) {
  .portfolio-grid img { transition: none; }
}
