:root {
  --ivory: #f6f2eb;
  --sand: #d8ccbe;
  --taupe: #9a8776;
  --charcoal: #4a4540;
  --gutter: 64px;
}
* { box-sizing: border-box; }
body { margin: 0; overflow-x: clip; background: var(--ivory); color: var(--charcoal); font-family: Manrope, sans-serif; }
main { display: flex; flex-direction: column; }
.hero { order: 1; }
.production { order: 2; }
.category-scroll { order: 3; }
.fabrics { order: 4; }
.benefits { order: 5; }
.process { order: 6; }
.instagram { order: 7; }
a { color: inherit; text-decoration: none; }
a:focus-visible, summary:focus-visible { outline: 2px solid var(--charcoal); outline-offset: 6px; }
.header { position: relative; z-index: 3; height: 88px; margin-inline: var(--gutter); display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid rgba(154, 135, 118, .28); }
.wordmark { font-family: 'Wix Madefor Display', sans-serif; font-size: 43px; font-weight: 500; letter-spacing: -.07em; line-height: 1; }
.wordmark span { display: inline-block; vertical-align: top; font-family: Manrope, sans-serif; font-size: 11px; letter-spacing: 0; padding: 5px 0 0 5px; }
.header-links { display: flex; align-items: center; gap: 36px; }
.navigation { display: flex; gap: 32px; font-size: 14px; font-weight: 500; }
.navigation a { position: relative; padding-block: 10px; }
.navigation a::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 4px; height: 1px; background: currentColor; transition: right 240ms ease; }
.navigation a:hover::after { right: 0; }
.header-phone { flex: none; padding-block: 10px 7px; border-bottom: 1px solid rgba(74, 69, 64, .48); font-size: 13px; font-weight: 500; white-space: nowrap; }
.header-phone-short { display: none; }
.mobile-menu a:hover { text-decoration: underline; text-underline-offset: 6px; }
.mobile-menu { display: none; }
.hero { position: relative; isolation: isolate; min-height: 832px; overflow: hidden; }
.hero h1 { position: relative; z-index: 2; max-width: 790px; margin: 24px 0 0 var(--gutter); font-family: 'Wix Madefor Display', sans-serif; font-size: clamp(58px, 5.1vw, 76px); font-weight: 500; line-height: .98; letter-spacing: -.047em; text-wrap: balance; pointer-events: none; }
.hero h1 .hero-lead, .hero h1 .hero-subline { display: block; }
.hero h1 .hero-subline { margin-top: .16em; font-size: .5em; line-height: 1.08; letter-spacing: -.025em; }
.hero-product { position: absolute; z-index: 1; width: 100%; max-width: none; top: 0; left: 0; margin: 0; }
.hero-product img { display: block; width: 100%; height: auto; }
.hero-intro { position: absolute; z-index: 2; top: 48px; right: var(--gutter); width: 232px; }
.hero-intro p { margin: 0 0 32px; font-size: 18px; line-height: 1.45; }
.project-link { min-height: 52px; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-block: 12px; border-bottom: 1px solid var(--charcoal); font-size: 14px; font-weight: 600; text-transform: uppercase; }
.project-link span { font-size: 25px; font-weight: 400; transition: transform 180ms ease; }
.project-link:hover span { transform: translate(3px, -3px); }
.hero-project-link { position: relative; overflow: hidden; border-bottom-color: rgba(74, 69, 64, .34); }
.hero-project-link::after { content: ''; position: absolute; left: -64px; bottom: -1px; width: 56px; height: 2px; background: var(--charcoal); opacity: 0; animation: hero-cta-trace 5.8s cubic-bezier(.4, 0, .2, 1) infinite; pointer-events: none; }
.hero-project-link span { animation: hero-cta-arrow 5.8s cubic-bezier(.22, .61, .36, 1) infinite; }
@keyframes hero-cta-trace {
  0%, 62% { left: -64px; opacity: 0; }
  66% { opacity: .72; }
  84% { left: 100%; opacity: .72; }
  88%, 100% { left: 100%; opacity: 0; }
}
@keyframes hero-cta-arrow {
  0%, 80%, 100% { transform: translate(0, 0); }
  85% { transform: translate(2px, -2px); }
  91% { transform: translate(0, 0); }
}
@media (min-width: 1600px) {
  .header, .hero { max-width: 1472px; margin-inline: auto; }
  .header { padding-inline: 64px; }
}
@media (max-width: 1100px) {
  :root { --gutter: 32px; }
  .hero { min-height: 812px; }
  .hero h1 { max-width: 700px; margin-right: var(--gutter); font-size: 68px; }
  .hero-product { width: 1060px; left: calc(50% - 530px); top: 100px; }
  .hero-intro { position: relative; top: auto; right: auto; margin: 470px var(--gutter) 32px; width: auto; display: flex; align-items: center; justify-content: space-between; gap: 32px; }
  .hero-intro p { margin: 0; }
  .project-link { min-width: 224px; }
}
@media (max-width: 700px) {
  :root { --gutter: 20px; }
  .header { height: 72px; }
  .wordmark { font-size: 36px; }
  .header-links { gap: 16px; }
  .navigation { display: none; }
  .header-phone { padding-block: 10px 5px; font-size: 11px; letter-spacing: .06em; text-transform: uppercase; }
  .header-phone-full { display: none; }
  .header-phone-short { display: inline; }
  .mobile-menu { display: block; font-size: 14px; }
  .mobile-menu summary { list-style: none; cursor: pointer; padding: 14px 0 14px 14px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { margin-left: 16px; }
  .mobile-menu[open] summary span { display: inline-block; transform: rotate(45deg); }
  .mobile-menu nav { position: absolute; top: 71px; left: -20px; right: -20px; background: var(--ivory); border-bottom: 1px solid var(--sand); padding: 20px; display: grid; gap: 0; }
  .mobile-menu nav a { padding-block: 12px; }
  .hero { min-height: 760px; }
  .hero h1 { margin-top: 20px; margin-right: var(--gutter); max-width: 480px; font-size: clamp(42px, 9.2vw, 56px); line-height: 1.02; letter-spacing: -.04em; }
  .hero-product { width: 690px; top: 150px; left: calc(50% - 322px); }
  .hero-intro { margin: 430px var(--gutter) 32px; width: auto; display: block; }
  .hero-intro p { font-size: 16px; margin-bottom: 20px; }
  .hero-intro p br::after { content: ' '; }
  .project-link { max-width: 350px; }
}
@media (prefers-reduced-motion: reduce) { .project-link span { transition: none; } .hero-project-link::after, .hero-project-link span { animation: none; } }

/* Production: a compact editorial spread following the product-led hero. */
.production { max-width: 1472px; margin-inline: auto; padding: 80px var(--gutter); scroll-margin-top: 24px; }
.production-heading { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: end; margin-bottom: 40px; }
.production h2 { grid-column: 1 / 8; max-width: 650px; margin: 0; font-family: 'Wix Madefor Display', sans-serif; font-size: 60px; font-weight: 500; line-height: 1.02; letter-spacing: -.04em; }
.production-heading p { grid-column: 9 / 13; margin: 0 0 3px; font-size: 17px; line-height: 1.55; }
.production-images { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: start; }
.production figure { min-width: 0; margin: 0; }
.production-space { grid-column: 1 / 8; }
.production-detail { grid-column: 9 / 13; padding-top: 64px; }
.production img { display: block; width: 100%; object-fit: cover; border-radius: 4px; }
.production-space img { aspect-ratio: 3 / 2; height: auto; }
.production-detail img { aspect-ratio: 4 / 3; height: auto; }
.production figcaption { margin-top: 12px; color: rgba(74, 69, 64, .78); font-size: 12px; line-height: 1.4; }
@media (max-width: 1100px) {
  .production h2 { font-size: 54px; grid-column: 1 / 8; }
  .production-heading p { grid-column: 8 / 13; font-size: 16px; }
  .production-detail { grid-column: 8 / 13; padding-top: 48px; }
}
@media (max-width: 700px) {
  .production { padding-block: 48px; }
  .production-heading { display: block; margin-bottom: 28px; }
  .production h2 { max-width: 420px; font-size: 40px; }
  .production-heading p { max-width: 440px; margin-top: 24px; }
  .production-images { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 28px 16px; }
  .production-space { grid-column: 1 / -1; }
  .production-detail { grid-column: 2 / -1; padding-top: 0; }
}

/* Four advantages share one surface, with editable inline SVG icons. */
.benefits { background: var(--sand); }
.benefits-inner { max-width: 1472px; margin-inline: auto; padding: 64px var(--gutter) 72px; }
.benefits h2 { margin: 0 0 48px; font-family: 'Wix Madefor Display', sans-serif; font-size: 52px; font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.benefits-list { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); list-style: none; margin: 0; padding: 0; }
.benefits-list li { min-width: 0; padding-inline: 32px; border-left: 1px solid rgba(74, 69, 64, .2); }
.benefits-list li:first-child { padding-left: 0; border-left: 0; }
.benefits-list li:last-child { padding-right: 0; }
.benefit-icon { display: block; width: 64px; height: 64px; margin-bottom: 24px; stroke: var(--charcoal); stroke-width: 1.55; stroke-linecap: round; stroke-linejoin: round; }
.benefit-icon .icon-accent { stroke: var(--taupe); stroke-width: 2.6; }
.benefits h3 { margin: 0 0 14px; min-height: 60px; font-family: 'Wix Madefor Display', sans-serif; font-size: 27px; font-weight: 500; line-height: 1.12; letter-spacing: -.025em; }
.benefits p { max-width: 255px; margin: 0; color: rgba(74, 69, 64, .82); font-size: 15px; line-height: 1.55; }
@media (max-width: 1100px) {
  .benefits-list { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 40px; }
  .benefits-list li:nth-child(odd) { padding-left: 0; border-left: 0; }
  .benefits-list li:nth-child(even) { padding-right: 0; }
  .benefits h3 { min-height: 0; }
}
@media (max-width: 700px) {
  .benefits-inner { padding-block: 40px 48px; }
  .benefits h2 { font-size: 38px; margin-bottom: 32px; }
  .benefits-list { grid-template-columns: minmax(0, 1fr); gap: 0; }
  .benefits-list li { display: grid; grid-template-columns: 56px minmax(0, 1fr); gap: 0 20px; padding: 24px 0; border-left: 0; border-top: 1px solid var(--taupe); }
  .benefits-list li:last-child { padding-bottom: 0; }
  .benefit-icon { grid-row: 1 / 3; width: 56px; height: 56px; margin: 0; }
  .benefits h3 { font-size: 24px; margin-bottom: 12px; }
  .benefits p { font-size: 15px; line-height: 1.45; }
}

/* Native disclosure controls: mouse, touch, keyboard, and no-JS support. */
.process { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; max-width: 1472px; margin-inline: auto; padding: 80px var(--gutter); }
.process-intro { grid-column: 1 / 5; }
.process h2 { margin: 0 0 24px; font-family: 'Wix Madefor Display', sans-serif; font-size: 52px; font-weight: 500; line-height: 1.05; letter-spacing: -.04em; }
.process-intro p { max-width: 280px; margin: 0; font-size: 17px; line-height: 1.5; }
.process-steps { grid-column: 5 / 13; }
.process-step { border-top: 1px solid rgba(154, 135, 118, .36); }
.process-step:last-child { border-bottom: 1px solid rgba(154, 135, 118, .36); }
.process-step summary { display: grid; grid-template-columns: 40px minmax(0, 1fr) 24px; gap: 24px; align-items: start; padding: 28px 0; list-style: none; cursor: pointer; }
.process-step summary::-webkit-details-marker { display: none; }
.step-number { padding-top: 5px; font-size: 13px; font-variant-numeric: tabular-nums; }
.step-title { font-family: 'Wix Madefor Display', sans-serif; font-size: 28px; line-height: 1.15; font-weight: 500; letter-spacing: -.025em; }
.step-toggle { position: relative; width: 24px; height: 24px; margin-top: 4px; }
.step-toggle::before, .step-toggle::after { content: ''; position: absolute; background: var(--charcoal); }
.step-toggle::before { height: 1px; width: 18px; top: 11px; left: 3px; }
.step-toggle::after { width: 1px; height: 18px; left: 11px; top: 3px; }
.process-step[open] .step-toggle::after { display: none; }
.process-step summary:hover .step-title { color: var(--taupe); }
.step-content { padding: 0 48px 28px 64px; }
.step-content p { max-width: 610px; margin: 0; font-size: 17px; line-height: 1.55; }
@media (max-width: 1100px) {
  .process { grid-template-columns: 1fr; gap: 40px; }
  .process-intro, .process-steps { grid-column: 1; }
  .process-intro p { max-width: 420px; }
}
@media (max-width: 700px) {
  .process { padding-block: 48px; gap: 32px; }
  .process h2 { font-size: 40px; margin-bottom: 20px; }
  .process-intro p, .step-content p { font-size: 16px; }
  .process-step summary { grid-template-columns: 24px minmax(0, 1fr) 20px; gap: 12px; padding-block: 24px; }
  .step-title { font-size: 23px; line-height: 1.2; }
  .step-number { padding-top: 4px; }
  .step-toggle { width: 20px; }
  .step-content { padding: 0 16px 24px 36px; }
}

/* Material selection: tactile photography and an invitation to choose at home. */
.fabrics { max-width: 1472px; margin-inline: auto; padding: 32px var(--gutter) 64px; display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; align-items: center; }
.fabrics-copy { grid-column: 1 / 5; }
.fabrics h2 { margin: 0 0 28px; font-family: 'Wix Madefor Display', sans-serif; font-size: 56px; font-weight: 500; line-height: 1.05; letter-spacing: -.035em; }
.fabrics-copy > p { max-width: 370px; margin: 0 0 24px; font-size: 17px; line-height: 1.55; }
.fabrics-copy > .fabrics-note { margin-bottom: 24px; font-size: 14px; }
.fabrics .project-link { max-width: 320px; }
.fabric-carousel { grid-column: 6 / 13; width: 100%; max-width: 660px; justify-self: center; container-type: inline-size; }
.fabric-wheel { position: relative; width: 100%; aspect-ratio: 1; --radius: 34cqw; }
.fabric-swatch { position: absolute; top: 50%; left: 50%; width: 22%; aspect-ratio: 1; padding: 0; border: 0; background: transparent; color: var(--charcoal); cursor: pointer; transform: translate(-50%, -50%) rotate(var(--angle)) translateY(calc(-1 * var(--radius))) rotate(calc(-1 * var(--angle))); transition: transform 900ms cubic-bezier(.4, 0, .2, 1); font: inherit; }
.swatch-photo { display: block; width: 100%; height: 100%; border-radius: 50%; background-image: url('assets/fabric-atlas.png'); background-size: 300% 200%; background-position: var(--tile-x) var(--tile-y); }
.swatch-label { position: absolute; top: calc(100% + 10px); left: -15%; width: 130%; text-align: center; font-size: 14px; }
.fabric-swatch[aria-pressed="true"] .swatch-photo { outline: 1px solid var(--taupe); outline-offset: 5px; }
.fabric-swatch:hover .swatch-label { text-decoration: underline; text-underline-offset: 4px; }
.fabric-swatch:focus-visible { outline: 2px solid var(--charcoal); outline-offset: 7px; border-radius: 50%; }
.fabric-current { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 38%; text-align: center; pointer-events: none; }
.fabric-count { font-size: 12px; font-variant-numeric: tabular-nums; }
.fabric-current h3 { margin: 12px 0; font-family: 'Wix Madefor Display', sans-serif; font-size: 36px; font-weight: 500; letter-spacing: -.03em; }
.fabric-current p { margin: 0; font-size: 13px; }
.fabric-controls { display: flex; justify-content: center; align-items: center; gap: 24px; margin-top: 16px; }
.fabric-controls[hidden] { display: none; }
.fabric-controls button { min-width: 48px; min-height: 48px; padding: 8px; border: 0; background: transparent; color: var(--charcoal); font: inherit; cursor: pointer; }
.fabric-controls button[data-direction] { font-size: 26px; }
.fabric-controls button:hover { background: var(--sand); }
.fabric-controls button:focus-visible { outline: 2px solid var(--charcoal); outline-offset: 3px; }
.fabric-controls .fabric-play { min-width: 88px; font-size: 14px; }
@media (max-width: 1100px) {
  .fabrics-copy { grid-column: 1 / 5; }
  .fabrics h2 { font-size: 44px; }
  .fabric-carousel { grid-column: 5 / 13; }
  .fabric-current h3 { font-size: 28px; }
}
@media (max-width: 700px) {
  .fabrics { grid-template-columns: 1fr; gap: 28px; padding-block: 24px 48px; }
  .fabrics-copy, .fabric-carousel { grid-column: 1; }
  .fabrics h2 { font-size: 40px; margin-bottom: 24px; }
  .fabrics-copy > p { font-size: 16px; }
  .fabrics-copy > .fabrics-note { font-size: 14px; }
  .fabric-current h3 { font-size: 24px; margin-block: 8px; }
  .fabric-current p { font-size: 12px; }
  .swatch-label { font-size: 12px; top: calc(100% + 8px); }
}
@media (prefers-reduced-motion: reduce) { .fabric-swatch { transition: none; } }

/* Scroll-linked furniture sequence. No wheel/touch interception or scroll lock. */
.category-scroll { background: var(--sand); }
.category-stage { position: relative; background: var(--sand); }
.category-panels, .category-panel { background: transparent; }
.category-panel { position: relative; min-height: 640px; overflow: hidden; }
.category-photo { display: block; width: min(1080px, 82%); height: 100%; max-height: 700px; object-fit: contain; margin-left: auto; }
.category-name { position: absolute; left: var(--gutter); top: 28px; z-index: 1; margin: 0; font-family: 'Wix Madefor Display', sans-serif; font-size: clamp(54px, 6.4vw, 92px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.category-scroll-cue { display: none; }
.category-scroll.is-scroll-driven { height: 420svh; }
.is-scroll-driven .category-stage { position: sticky; top: 0; height: 100svh; max-height: 1000px; overflow: hidden; }
.is-scroll-driven .category-panels { position: absolute; inset: 0; }
.is-scroll-driven .category-panel { position: absolute; inset: 0; min-height: 0; overflow: visible; }
.is-scroll-driven .category-photo { position: absolute; right: 0; top: 5%; width: 92%; height: 91%; max-height: none; object-fit: contain; object-position: center; filter: drop-shadow(0 16px 18px rgba(74,69,64,.08)); will-change: transform, opacity; }
.is-scroll-driven .category-name { top: 10%; width: calc(100% - 2 * var(--gutter)); will-change: transform, opacity; }
.is-scroll-driven .category-scroll-cue { position: absolute; bottom: 24px; left: var(--gutter); right: var(--gutter); display: flex; align-items: center; justify-content: space-between; gap: 24px; font-size: 13px; }
.category-counter { font-variant-numeric: tabular-nums; }
.scroll-cue-arrow { display: inline-block; margin-left: 16px; }
.category-progress { width: 120px; height: 1px; background: var(--sand); }
.category-progress > span { display: block; width: 100%; height: 100%; background: var(--charcoal); transform-origin: left; }
@media (max-width: 700px) {
  .category-panel { min-height: 390px; }
  .category-name { font-size: 48px; }
  .category-photo { width: 100%; height: 390px; }
  .category-scroll.is-scroll-driven { height: 380svh; }
  .is-scroll-driven .category-name { top: 12%; font-size: clamp(42px, 10.5vw, 64px); }
  .is-scroll-driven .category-photo { width: 115%; max-width: none; height: 70%; top: 23%; right: -7.5%; }
  .category-progress { width: 56px; }
  .is-scroll-driven .category-scroll-cue { gap: 12px; font-size: 12px; }
}

/* A small moving window onto the supplied Instagram posts. */
.instagram { max-width: 1344px; margin: 0 auto; padding: 48px 0; border-top: 1px solid var(--sand); display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); align-items: center; gap: 80px; width: calc(100% - 2 * var(--gutter)); }
.instagram-profile { display: block; }
.instagram-profile[href] { cursor: pointer; }
.instagram-icon { display: block; width: 36px; height: 36px; stroke: currentColor; stroke-width: 1.6; margin-bottom: 24px; }
.instagram h2 { max-width: 520px; margin: 0; font-family: 'Wix Madefor Display', sans-serif; font-size: 40px; line-height: 1.12; letter-spacing: -.03em; font-weight: 500; }
.instagram-profile[href]:hover h2 { text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 6px; }
.instagram-preview { position: relative; min-width: 0; padding-top: 10px; --ig-play-state: paused; }
.instagram-window { overflow: hidden; padding-block: 6px; }
.instagram-track { display: flex; width: max-content; animation: instagram-drift 42s linear infinite; animation-play-state: var(--ig-play-state); }
.instagram-set { display: flex; gap: 16px; padding-right: 16px; flex-shrink: 0; }
.instagram-set img { display: block; width: 160px; height: 200px; object-fit: contain; flex-shrink: 0; }
.instagram-post-frame { position: absolute; z-index: 2; top: 4px; left: 50%; display: grid; grid-template-rows: 30px 1fr 30px; width: 192px; height: 244px; transform: translateX(-50%); background: transparent; border: 1px solid var(--charcoal); outline: 6px solid var(--ivory); pointer-events: none; }
.instagram-postbar, .instagram-frame-actions { display: flex; align-items: center; background: var(--ivory); color: var(--charcoal); font: 600 10px/1 Manrope, sans-serif; letter-spacing: -.01em; }
.instagram-postbar { gap: 7px; padding: 0 9px; border-bottom: 1px solid var(--sand); }
.instagram-avatar { width: 14px; height: 14px; border: 1px solid var(--charcoal); border-radius: 50%; }
.instagram-more { margin-left: auto; font-size: 12px; letter-spacing: 1px; transform: translateY(-2px); }
.instagram-frame-actions { grid-row: 3; gap: 12px; padding: 0 9px; border-top: 1px solid var(--sand); }
.instagram-frame-actions svg { width: 14px; height: 14px; stroke: currentColor; stroke-width: 1.6; stroke-linecap: round; stroke-linejoin: round; }
.instagram-frame-actions .instagram-bookmark { margin-left: auto; }
.instagram-preview:hover .instagram-track, .instagram-preview:focus-within .instagram-track { animation-play-state: paused; }
.instagram-pause { display: flex; align-items: center; gap: 12px; margin: 12px 0 0 auto; padding: 8px 0 8px 16px; min-height: 44px; background: none; border: 0; color: var(--charcoal); font: 13px Manrope, sans-serif; cursor: pointer; }
.instagram-pause[hidden] { display: none; }
.instagram-pause:focus-visible { outline: 2px solid var(--charcoal); outline-offset: 3px; }
.instagram-pause:hover { text-decoration: underline; text-underline-offset: 4px; }
@keyframes instagram-drift { from { transform: translateX(0); } to { transform: translateX(-50%); } }
@media (max-width: 1100px) { .instagram { gap: 40px; } .instagram h2 { font-size: 34px; } }
@media (max-width: 700px) {
  .instagram { grid-template-columns: 1fr; gap: 28px; padding-block: 40px; }
  .instagram-icon { width: 32px; height: 32px; margin-bottom: 20px; }
  .instagram h2 { max-width: 370px; font-size: 32px; }
  .instagram-set img { width: 128px; height: 160px; }
  .instagram-set { gap: 12px; padding-right: 12px; }
  .instagram-preview { padding-top: 8px; }
  .instagram-post-frame { top: 3px; grid-template-rows: 24px 1fr 24px; width: 150px; height: 196px; outline-width: 5px; }
  .instagram-postbar, .instagram-frame-actions { font-size: 8px; }
  .instagram-postbar { gap: 5px; padding-inline: 7px; }
  .instagram-avatar { width: 11px; height: 11px; }
  .instagram-frame-actions { gap: 9px; padding-inline: 7px; }
  .instagram-frame-actions svg { width: 12px; height: 12px; }
}
@media (prefers-reduced-motion: reduce) { .instagram-track { animation: none; } .instagram-window { overflow-x: auto; } .instagram-set[aria-hidden="true"] { display: none; } .instagram-pause { display: none; } }

.contact-form { order: 8; width: 100%; max-width: none; margin: 0; padding: 96px var(--gutter); display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; background: var(--sand); scroll-margin-top: 24px; }
.contact-form-intro { grid-column: 1 / 7; align-self: start; }
.contact-form h2 { max-width: 620px; margin: 0 0 28px; font-family: 'Wix Madefor Display', sans-serif; font-size: clamp(48px, 4.6vw, 66px); font-weight: 500; line-height: 1; letter-spacing: -.04em; }
.contact-form-intro > p:last-child { max-width: 430px; margin: 0; font-size: 18px; line-height: 1.5; }
.lead-form-main { grid-column: 8 / 13; display: grid; gap: 16px; align-self: start; padding-top: 4px; }
.lead-form-main label { display: grid; gap: 7px; color: var(--charcoal); font-size: 12px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.lead-form-main input, .lead-form-main textarea { width: 100%; border: 1px solid rgba(74,69,64,.3); border-radius: 0; background: rgba(246,242,235,.58); color: var(--charcoal); font: inherit; font-size: 16px; letter-spacing: 0; text-transform: none; padding: 14px; outline: none; transition: border-color .2s ease, background .2s ease; }
.lead-form-main textarea { min-height: 108px; resize: vertical; }
.lead-form-main input:focus, .lead-form-main textarea:focus { border-color: var(--charcoal); background: var(--ivory); }
.website-field-main { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; pointer-events: none; }
.contact-submit { display: inline-flex; align-items: center; justify-content: space-between; gap: 24px; min-height: 52px; margin-top: 4px; padding: 0 24px; border: 0; border-radius: 8px; background: var(--charcoal); color: var(--ivory); font: inherit; font-size: 14px; font-weight: 600; letter-spacing: .07em; text-transform: uppercase; cursor: pointer; }
.contact-submit span { font-size: 20px; transition: transform 180ms ease; }
.contact-submit:hover span { transform: translate(3px, -3px); }
.contact-form-note, .contact-form-status { margin: 0; color: var(--taupe); font-size: 13px; line-height: 1.45; }
.contact-form-status { color: var(--charcoal); min-height: 1.45em; }
.site-footer { max-width: 1472px; margin: 0 auto; padding: 64px var(--gutter) 32px; border-top: 1px solid var(--sand); scroll-margin-top: 24px; }
.site-footer-top { display: flex; align-items: flex-start; justify-content: space-between; gap: 32px; margin-bottom: 64px; }
.site-footer-top p { margin: 4px 0 0; font-size: 15px; }
.site-footer-contact { display: flex; flex-direction: column; align-items: flex-end; gap: 12px; }
.site-footer-phone { font-family: 'Wix Madefor Display', sans-serif; font-size: clamp(28px, 3.4vw, 48px); line-height: 1; letter-spacing: -.035em; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 8px; }
.site-footer-legal { margin: 0 !important; color: var(--taupe); font-size: 13px !important; line-height: 1.45; text-align: right; }
.footer-wordmark { display: block; font-family: 'Wix Madefor Display', sans-serif; font-size: clamp(140px, 22vw, 320px); font-weight: 500; line-height: .76; letter-spacing: -.075em; }
.site-footer-privacy { display: block; width: max-content; margin-top: 24px; color: var(--taupe); font-size: 10px; line-height: 1.4; opacity: .72; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
.site-credit { margin: 8px 0 0; color: var(--taupe); font-size: 10px; line-height: 1.4; opacity: .72; }
.site-credit a { color: inherit; text-decoration: underline; text-decoration-thickness: 1px; text-underline-offset: 3px; }
@media (max-width: 700px) {
  .site-footer { padding-block: 48px 24px; }
  .site-footer-top { display: block; margin-bottom: 52px; }
  .site-footer-contact { align-items: flex-start; }
  .site-footer-phone { display: inline-block; margin-top: 20px; font-size: 30px; }
  .site-footer-legal { text-align: left; }
  .footer-wordmark { font-size: 31vw; }
}
@media (max-width: 1100px) {
  .contact-form { padding-block: 80px; }
  .contact-form-intro { grid-column: 1 / 7; }
  .lead-form-main { grid-column: 8 / 13; }
}
@media (max-width: 700px) {
  .contact-form { display: block; padding-block: 64px; }
  .contact-form h2 { font-size: clamp(42px, 11vw, 56px); }
  .contact-form-intro > p:last-child { font-size: 16px; }
  .lead-form-main { margin-top: 44px; }
  .contact-submit { width: 100%; }
}
