:root {
  --ink: #171513;
  --ink-soft: #24201d;
  --cream: #e8dfd2;
  --cream-dim: #b9aea1;
  --line: rgba(232, 223, 210, .24);
  --accent: #b87352;
  --accent-light: #d09a79;
  --container: min(1200px, calc(100% - 96px));
  --display: "Cormorant Garamond", Georgia, serif;
  --body: "Manrope", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: var(--cream); font-family: var(--body); font-size: 16px; line-height: 1.55; -webkit-font-smoothing: antialiased; }
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.site-header, .site-footer, .section-shell { width: var(--container); margin-inline: auto; }
.site-header { min-height: 88px; display: flex; align-items: center; justify-content: space-between; border-bottom: 1px solid var(--line); position: relative; z-index: 5; }
.brand { width: 152px; display: block; }
.brand img { width: 100%; height: auto; }
.main-nav { display: flex; align-items: center; gap: clamp(18px, 2.2vw, 38px); font-size: 14px; color: var(--cream-dim); }
.main-nav a { transition: color .25s ease; }
.main-nav a:hover, .main-nav a:focus-visible { color: var(--cream); }
.main-nav .nav-cta { color: var(--cream); border-bottom: 1px solid var(--accent); padding-bottom: 4px; }
.menu-toggle { display: none; color: var(--cream); background: none; border: 0; cursor: pointer; }
.hero { min-height: 690px; display: grid; grid-template-columns: minmax(0, .92fr) minmax(0, 1.08fr); gap: clamp(36px, 6vw, 96px); align-items: center; position: relative; padding-block: 76px 84px; }
.hero-copy { position: relative; z-index: 1; padding-block: 30px; }
.eyebrow, .kicker, .section-marker, .contact-label, figcaption, .material-tags, .process-list span { font-size: 11px; line-height: 1.3; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow { color: var(--cream-dim); margin: 0 0 40px; display: flex; gap: 16px; align-items: center; }
.eyebrow span { color: var(--accent-light); }
.hero h1, h2 { font-family: var(--display); font-weight: 500; letter-spacing: -.045em; line-height: .88; margin: 0; }
.hero h1 { font-size: clamp(62px, 7.4vw, 116px); max-width: 700px; }
em { color: var(--accent-light); font-style: italic; }
.hero-support { max-width: 390px; color: var(--cream-dim); margin: 42px 0 34px; font-size: 16px; }
.outline-button { border: 1px solid var(--cream); border-radius: 999px; display: inline-flex; align-items: center; gap: 24px; padding: 13px 20px; font-size: 14px; transition: background .25s ease, color .25s ease, border-color .25s ease; }
.outline-button span, .text-link span, .contact-instagram span, .footer-phone span { color: var(--accent-light); }
.outline-button:hover, .outline-button:focus-visible { background: var(--cream); color: var(--ink); }
.outline-button--accent { border-color: var(--accent-light); }
.hero-media { margin: 0; position: relative; height: 546px; overflow: hidden; }
.hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 62%, rgba(23,21,19,.72)); pointer-events: none; }
.hero-media img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
figcaption { position: absolute; z-index: 1; bottom: 20px; left: 22px; right: 22px; color: var(--cream); display: flex; justify-content: space-between; gap: 18px; }
figcaption span { color: var(--accent-light); }
.hero-note { position: absolute; right: 2px; bottom: 22px; color: var(--cream-dim); font-family: var(--display); font-size: 19px; font-style: italic; transform: rotate(-90deg); transform-origin: bottom right; }
.intro, .material, .process { border-top: 1px solid var(--line); padding-block: 92px 112px; }
.section-marker { color: var(--accent-light); margin-bottom: 58px; }
.intro-grid, .material-grid, .process-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, .9fr); gap: 8%; align-items: end; }
.kicker { color: var(--cream-dim); margin: 0 0 22px; }
h2 { font-size: clamp(56px, 6.4vw, 100px); }
.intro-text { max-width: 360px; padding-bottom: 7px; }
.intro-text p, .material-copy > p, .process-body > p, .contact-copy > p { color: var(--cream-dim); font-size: 18px; line-height: 1.45; margin: 0 0 28px; }
.text-link, .contact-instagram, .footer-phone { font-size: 14px; border-bottom: 1px solid var(--line); display: inline-flex; gap: 20px; padding-bottom: 8px; }
.gallery--opening { display: grid; grid-template-columns: minmax(0, 1.45fr) minmax(180px, .72fr) minmax(0, .84fr); gap: 16px; align-items: end; margin-top: 76px; }
.gallery figure, .detail-strip figure, .process-image { position: relative; margin: 0; overflow: hidden; }
.gallery-item--wide { height: 420px; }
.gallery-item--tall { height: 330px; }
.gallery-item--small { height: 255px; }
.gallery img, .detail-strip img, .process-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s cubic-bezier(.2,.7,.2,1); }
.gallery figure:hover img, .detail-strip figure:hover img, .process-image:hover img { transform: scale(1.035); }
.material { background: var(--ink-soft); width: 100%; padding-inline: max(48px, calc((100% - 1200px) / 2)); }
.material-grid, .material > .section-marker, .detail-strip { max-width: 1200px; margin-inline: auto; }
.material-title h2 { font-size: clamp(64px, 7vw, 112px); }
.material-copy { padding-bottom: 12px; }
.material-tags { display: flex; gap: 14px; flex-wrap: wrap; color: var(--accent-light); }
.material-tags span { border: 1px solid var(--line); border-radius: 999px; padding: 9px 14px; letter-spacing: .08em; }
.detail-strip { display: grid; grid-template-columns: .82fr 1.2fr .92fr; gap: 16px; margin-top: 76px; align-items: stretch; }
.detail-strip figure { height: 300px; }
.detail-strip figure:nth-child(2) { height: 370px; }
.detail-strip figcaption { bottom: 16px; left: 16px; right: 16px; font-size: 10px; letter-spacing: .1em; }
.process { display: grid; grid-template-columns: minmax(0, 1fr); }
.process-grid { align-items: start; }
.process-lead h2 { font-size: clamp(56px, 6vw, 94px); }
.process-body { padding-top: 8px; }
.process-list { list-style: none; margin: 48px 0 0; padding: 0; border-top: 1px solid var(--line); }
.process-list li { display: flex; justify-content: space-between; gap: 30px; padding: 19px 0; border-bottom: 1px solid var(--line); }
.process-list strong { font-weight: 500; color: var(--cream); font-size: 15px; }
.process-list span { color: var(--accent-light); }
.process-image { height: 380px; max-width: 720px; margin: 78px 0 0 auto; }
.process-image img { object-position: center 58%; }
.process-image figcaption { font-size: 10px; }
.contact { border-top: 1px solid var(--line); background: var(--accent); width: 100%; padding: 88px max(48px, calc((100% - 1200px) / 2)) 96px; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(240px, .8fr); gap: 10%; }
.contact-copy { max-width: 680px; }
.contact-copy .eyebrow { color: var(--ink); margin-bottom: 34px; }
.contact h2 { color: var(--ink); font-size: clamp(62px, 7vw, 108px); }
.contact-copy > p { color: rgba(23,21,19,.72); max-width: 380px; margin-top: 34px; }
.outline-button--light { border-color: var(--ink); color: var(--ink); }
.outline-button--light span { color: var(--ink); }
.contact-data { border-left: 1px solid rgba(23,21,19,.3); padding-left: 30px; color: rgba(23,21,19,.78); font-size: 14px; align-self: end; }
.contact-data p { margin: 0 0 28px; }
.contact-label { color: var(--ink); margin-bottom: 9px !important; }
.contact-instagram { border-color: rgba(23,21,19,.45); margin-top: 10px; }
.contact-instagram span { color: var(--ink); }
.site-footer { min-height: 142px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 30px; color: var(--cream-dim); font-size: 13px; }
.brand--footer { width: 135px; }
.site-footer p { margin: 0; }
.footer-phone { justify-self: end; color: var(--cream); border-color: var(--line); }

@media (max-width: 820px) {
  :root { --container: min(100% - 40px, 620px); }
  .site-header { min-height: 72px; }
  .brand { width: 128px; }
  .menu-toggle { display: block; font-size: 12px; letter-spacing: .12em; text-transform: uppercase; }
  .main-nav { display: none; position: absolute; top: 72px; left: 0; right: 0; padding: 22px 0 28px; background: var(--ink); border-bottom: 1px solid var(--line); flex-direction: column; align-items: flex-start; gap: 18px; }
  .main-nav.is-open { display: flex; }
  .hero { display: flex; flex-direction: column; align-items: stretch; gap: 34px; min-height: 0; padding-block: 54px 66px; }
  .hero-copy { padding: 0; }
  .eyebrow { margin-bottom: 28px; flex-wrap: wrap; gap: 7px 12px; }
  .hero h1 { font-size: clamp(57px, 16vw, 86px); line-height: .9; }
  .hero-support { margin: 28px 0; max-width: 460px; }
  .hero-media { height: min(112vw, 510px); order: -1; }
  .hero-note { display: none; }
  .intro, .material, .process { padding-block: 68px 78px; }
  .section-marker { margin-bottom: 42px; }
  .intro-grid, .material-grid, .process-grid { display: block; }
  h2, .material-title h2, .process-lead h2 { font-size: clamp(55px, 15vw, 82px); }
  .intro-text, .material-copy { max-width: 500px; margin-top: 28px; }
  .gallery--opening { grid-template-columns: 1.25fr .85fr; gap: 12px; margin-top: 48px; }
  .gallery-item--wide { grid-row: span 2; height: 390px; }
  .gallery-item--tall, .gallery-item--small { height: 189px; }
  .material { padding-inline: 20px; }
  .material > .section-marker, .material-grid, .detail-strip { width: var(--container); }
  .detail-strip { grid-template-columns: 1fr 1fr; gap: 12px; margin-top: 48px; }
  .detail-strip figure, .detail-strip figure:nth-child(2) { height: 230px; }
  .detail-strip figure:nth-child(3) { grid-column: span 2; height: 260px; }
  .process-body { margin-top: 30px; }
  .process-image { height: 320px; margin-top: 52px; }
  .contact { width: 100%; padding: 68px 20px 76px; display: block; }
  .contact-copy, .contact-data { width: var(--container); margin-inline: auto; }
  .contact h2 { font-size: clamp(58px, 15vw, 86px); }
  .contact-data { border-left: 0; border-top: 1px solid rgba(23,21,19,.3); padding: 28px 0 0; margin-top: 58px; }
  .site-footer { min-height: 220px; grid-template-columns: 1fr 1fr; align-content: center; row-gap: 28px; }
  .footer-phone { justify-self: start; grid-column: span 2; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

/* prospect-design-safety-kernel */
*, *::before, *::after { box-sizing: border-box; }
html { overflow-x: clip; }
body { margin: 0; min-width: 320px; }
img, svg, video { max-width: 100%; }
img { height: auto; }
figure { margin: 0; }
:where([data-layout-cell], [data-visual-role="hero"] > *, section > *, main > *) { min-width: 0; }
:where(p, li, blockquote, figcaption) { overflow-wrap: anywhere; }
[data-visual-role="hero"] [data-media-slot]:not([data-logo-slot="true"]) {
  max-height: min(68svh, 760px);
  object-fit: cover;
}
@media (max-width: 720px) {
  [data-layout-cell] :where(h1, h2, h3) {
    max-width: 100%;
    overflow-wrap: break-word;
    word-break: normal;
  }
  [data-visual-role="hero"] [data-media-slot]:not([data-logo-slot="true"]) {
    width: 100%;
    max-height: min(58svh, 560px);
  }
}
