:root {
  --paper: #F7F6F2;
  --ink: #2C2C2C;
  --clay: #2A4B3C;
  --clay-deep: #2A4B3C;
  --sage: #5A5A5A;
  --line: #E5DFD3;
  --pedestal: #EFECE6;
  --font-display: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
  --font-sans: 'Outfit', Arial, Helvetica, sans-serif;
  --shell: min(1160px, calc(100% - 40px));
  --ease-in-out: ease-in-out;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--font-sans); font-size: 16px; line-height: 1.5; }
body::before { content: ''; position: fixed; inset: 0; z-index: 20; pointer-events: none; opacity: .05; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E"); mix-blend-mode: multiply; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--clay); outline-offset: 4px; }
.shell { width: var(--shell); margin-inline: auto; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 100; padding: 10px 14px; color: var(--paper); background: var(--ink); transform: translateY(-150%); transition: transform 300ms var(--ease-in-out); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: relative; z-index: 10; border-bottom: 1px solid var(--line); background: var(--paper); }
.site-header__inner { display: flex; align-items: center; justify-content: space-between; min-height: 82px; }
.brand { display: inline-flex; align-items: center; gap: clamp(8px, 1.2vw, 12px); color: var(--ink); text-decoration: none; }
.brand__mark { width: clamp(38px, 4vw, 48px); height: auto; aspect-ratio: 48 / 53; object-fit: cover; mix-blend-mode: multiply; }
.brand__name { color: #2C2C2C; font-family: var(--font-display); font-weight: 400; line-height: 1; letter-spacing: -.04em; white-space: nowrap; }
.brand__name:not(.text-2xl) { font-size: clamp(1.3rem, 2vw, 1.55rem); }
.brand__name em { font-size: .92em; font-style: italic; font-weight: 400; }
.menu-toggle { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 8px 0 8px 8px; color: var(--ink); border: 0; background: transparent; font: inherit; cursor: pointer; }
.menu-toggle__label { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.menu-toggle__icon { display: grid; gap: 5px; width: 20px; }
.menu-toggle__icon i { display: block; height: 1px; background: currentColor; transition: transform 300ms var(--ease-in-out); }
.menu-toggle[aria-expanded='true'] .menu-toggle__icon i:first-child { transform: translateY(3px) rotate(45deg); }
.menu-toggle[aria-expanded='true'] .menu-toggle__icon i:last-child { transform: translateY(-3px) rotate(-45deg); }
.site-nav { position: absolute; top: calc(100% + 1px); right: 20px; left: 20px; display: grid; gap: 3px; padding: 16px; border: 1px solid var(--line); background: var(--paper); }
.js-enabled .site-nav { visibility: hidden; opacity: 0; transform: translateY(-8px); transition: opacity 300ms var(--ease-in-out), transform 300ms var(--ease-in-out), visibility 300ms var(--ease-in-out); }
.js-enabled .site-nav[data-open='true'] { visibility: visible; opacity: 1; transform: translateY(0); }
.site-nav a { min-height: 44px; padding: 12px 4px; text-decoration: none; letter-spacing: .14em; text-transform: uppercase; }
.site-nav a:not(.text-sm) { font-size: 13px; }
.site-nav__contact { border-top: 1px solid var(--line); color: var(--ink); }

.eyebrow { display: flex; align-items: center; gap: 10px; margin: 0 0 22px; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .15em; text-transform: uppercase; }
.eyebrow__line { display: inline-block; width: 28px; height: 1px; background: var(--clay-deep); }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--font-display); font-weight: 400; }
h2 { letter-spacing: -.065em; }
h1 em, h2 em { color: var(--clay-deep); font-weight: 400; }
.button:active, .floating-contact:active, .menu-toggle:active, .site-nav a:active, .text-link:active, .contact-links a:active, .site-footer a:active { transform: scale(.97); }
.text-link { display: inline-flex; align-items: center; gap: 9px; min-height: 44px; padding: 8px 0; color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: none; }
.text-link span { font-size: 16px; transition: transform 300ms var(--ease-in-out); }

.hero-fallback { display: grid; width: 100%; max-width: none; margin-inline: 0; padding: 0; text-align: left; }
.hero-fallback__copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; gap: clamp(1.2rem, 2.2vw, 1.8rem); min-width: 0; padding: clamp(4.5rem, 11vw, 8rem) clamp(1.5rem, 8vw, 7rem); }
.hero-fallback__eyebrow, .hero-fallback__title, .hero-fallback__description, .hero-cta { animation-name: hero-copy-enter; animation-timing-function: cubic-bezier(0.16, 1, 0.3, 1); animation-fill-mode: both; }
.hero-fallback__eyebrow { margin: 0; color: #8B8878; font-family: var(--font-sans); font-size: clamp(.68rem, .9vw, .82rem); font-weight: 400; letter-spacing: clamp(.18em, .3vw, .3em); line-height: 1.4; animation-duration: 680ms; animation-delay: 80ms; }
.hero-fallback__title { max-width: 56rem; margin: 0; color: #2A3B32; font-family: var(--font-display); font-size: clamp(3.4rem, 9vw, 6rem); font-weight: 300; letter-spacing: -.055em; line-height: .88; animation-duration: 860ms; animation-delay: 180ms; }
.hero-fallback__description { max-width: 34rem; margin: 0; color: #2A3B32; font-family: var(--font-sans); font-size: clamp(1rem, 1.45vw, 1.2rem); font-weight: 300; line-height: 1.65; }
.hero-cta { position: relative; isolation: isolate; display: inline-flex; align-items: center; justify-content: center; gap: .75rem; min-height: 3rem; margin-top: .35rem; overflow: hidden; padding: .8rem clamp(1.45rem, 3vw, 2rem); color: #2A3B32; border: 1px solid #2A3B32; border-radius: 999px; background: transparent; font-family: var(--font-sans); font-size: clamp(.72rem, .9vw, .82rem); font-weight: 500; letter-spacing: .12em; text-decoration: none; transition: color 260ms cubic-bezier(0.16, 1, 0.3, 1), border-color 260ms cubic-bezier(0.16, 1, 0.3, 1), transform 160ms ease-out; animation-duration: 720ms; animation-delay: 420ms; }
.hero-cta::before { position: absolute; z-index: 0; right: 0; bottom: 0; left: 0; height: 100%; content: ''; background: #2A3B32; transform: translateY(101%); transition: transform 500ms cubic-bezier(0.16, 1, 0.3, 1); }
.hero-cta > * { position: relative; z-index: 1; }
.hero-cta__icon { flex: 0 0 auto; transition: transform 260ms cubic-bezier(0.16, 1, 0.3, 1); }
.hero-cta:active { transform: translateY(1px) scale(.98); }
.hero-fallback__visual { position: relative; display: grid; place-items: center; width: 100%; min-height: clamp(390px, 105vw, 560px); overflow: hidden; border-radius: 50% 50% 1rem 1rem; background: #E3E7E0; animation: hero-visual-in 1300ms cubic-bezier(0.16, 1, 0.3, 1) 560ms both; }
.hero-fallback__visual::before { position: absolute; z-index: 0; inset: clamp(1.25rem, 5vw, 4.5rem); content: ''; border-radius: 50% 50% 1rem 1rem; background: #F2EFE9; }
.hero-fallback__pedestal { transform: translateY(12%); }
.hero-fallback__pot { z-index: 1; filter: drop-shadow(0 18px 16px rgba(44, 44, 44, .08)); }
.hero-fallback__pedestal, .hero-fallback__caption { z-index: 2; }
.hero-fallback__caption { line-height: 1.4; }

@keyframes hero-copy-enter {
  from { opacity: 0; transform: translateY(12px) scale(.98); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes hero-visual-in {
  from { opacity: 0; transform: scale(.98); }
  to { opacity: 1; transform: scale(1); }
}

.marquee { overflow: hidden; padding: 1rem 0; color: #F7F6F2; background: #8A7969; }
.marquee__track { display: flex; align-items: center; justify-content: space-around; gap: 26px; min-width: max-content; font-family: Georgia, 'Times New Roman', serif; font-size: 17px; font-style: italic; white-space: nowrap; }
.marquee__track b { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-style: normal; }
.section { padding-top: clamp(80px, 12vw, 150px); padding-bottom: clamp(80px, 12vw, 150px); }
.section-heading { display: flex; flex-direction: column; gap: 24px; margin-bottom: 48px; }
h2 { margin-bottom: 0; font-size: clamp(3rem, 10vw, 6.8rem); line-height: .87; }
.section-heading__note { max-width: 240px; margin: 0; color: var(--sage); font-size: 13px; }
.sample-grid { display: grid; gap: 48px 20px; }
.sample-card__visual { position: relative; min-height: 0; overflow: hidden; }
.sample-card--tall .sample-card__visual { min-height: 0; }
.sample-card__visual::before, .sample-card__visual::after, .sample-card__visual i { content: ''; position: absolute; display: block; }
.sample-card__visual > span { position: absolute; z-index: 2; top: 12px; left: 12px; padding: 5px 7px; color: var(--ink); background: rgba(249, 248, 246, .82); font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }
.sample-card__visual i { left: 20%; bottom: 12%; width: 58%; aspect-ratio: .75; border-radius: 49% 51% 38% 62% / 43% 37% 63% 57%; transform: rotate(-21deg); transition: transform 300ms var(--ease-in-out); }
.sample-card__visual--clay { background: var(--clay); }
.sample-card__visual--clay::before { width: 140%; height: 52%; top: -10%; left: -25%; border: 1px solid rgba(249, 248, 246, .5); border-radius: 50%; transform: rotate(-22deg); }
.sample-card__visual--clay::after { width: 42%; aspect-ratio: 1; right: -4%; top: 14%; border-radius: 50%; background: var(--line); }
.sample-card__visual--clay i { background: var(--paper); box-shadow: inset -14px -18px 18px rgba(166, 102, 80, .28); }
.sample-card__visual--mineral { background: var(--sage); }
.sample-card__visual--mineral::before { left: 14%; bottom: -13%; width: 80%; height: 46%; background: var(--line); border-radius: 50%; transform: rotate(-9deg); }
.sample-card__visual--mineral::after { top: 23%; right: 15%; width: 60px; height: 60px; border: 1px solid var(--paper); border-radius: 50%; }
.sample-card__visual--mineral i { left: 23%; bottom: 10%; background: var(--clay-deep); box-shadow: inset 17px 10px 20px rgba(249, 248, 246, .24); }
.sample-card__visual--night { background: var(--ink); }
.sample-card__visual--night::before { top: 15%; right: 16%; width: 36%; aspect-ratio: 1; border: 1px solid var(--clay); border-radius: 50%; }
.sample-card__visual--night::after { left: 12%; bottom: 15%; width: 55%; height: 1px; background: var(--paper); box-shadow: 10px -8px 0 -0.2px var(--paper), 20px 4px 0 -0.2px var(--paper); }
.sample-card__visual--night i { left: 23%; bottom: 10%; background: var(--clay); box-shadow: inset 15px 12px 17px rgba(249, 248, 246, .25); }
.sample-card__meta { padding-top: 15px; border-top: 1px solid var(--line); }
.sample-card__meta > span { color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.sample-card h3 { margin: 8px 0 4px; font-size: 25px; letter-spacing: -.04em; }
.sample-card p { margin: 0; color: var(--sage); }
.sample-card p:not(.text-base) { font-size: 13px; }
.gallery-note { display: flex; align-items: flex-start; gap: 10px; margin: 40px 0 0; color: var(--sage); font-size: 11px; }
.gallery-note span { color: var(--ink); }

.process-band { color: var(--ink); background: var(--paper); }
.contact-section { color: var(--ink); background: var(--paper); }
.process-band__inner { display: grid; gap: 58px; padding-top: clamp(76px, 11vw, 130px); padding-bottom: clamp(76px, 11vw, 130px); }
.eyebrow--light { color: var(--ink); }
.process-band h2 { color: #2A3B32; }
.contact-section h2 { color: #2A3B32; }
.process-band h2 em, .contact-section h2 em { color: var(--clay); }
.process-band__intro > p:last-child { max-width: 250px; margin: 22px 0 0; color: var(--sage); font-size: 14px; }
.process-list { display: grid; gap: 14px; margin: 0; padding: 0; list-style: none; }
.process-step { display: grid; grid-template-columns: 68px 1fr; gap: 20px; padding: 28px 24px; border: 1px solid var(--line); background: #fff; box-shadow: 0 10px 28px rgba(43, 48, 42, .05); }
.process-step__number { color: var(--clay); font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2.1rem, 5vw, 3.4rem); line-height: .9; }
.process-step h3 { margin: 0 0 6px; color: var(--ink); font-size: 23px; letter-spacing: -.04em; }
.process-step p { max-width: 330px; margin: 0; color: var(--sage); font-size: 13px; }

.story { display: grid; align-items: center; gap: 56px; }
.story__visual { position: relative; min-height: 330px; overflow: hidden; background: var(--line); }
.story__visual::before { content: ''; position: absolute; width: 115%; height: 80%; bottom: -30%; left: -8%; border: 1px solid var(--sage); border-radius: 50%; transform: rotate(-14deg); }
.story__sun { position: absolute; top: 22%; left: 31%; width: 42%; aspect-ratio: 1; border-radius: 50%; background: var(--clay); box-shadow: 26px 22px 0 -8px var(--paper); }
.story__line { position: absolute; top: 10%; left: 48%; height: 112%; border-left: 1px solid var(--ink); transform: rotate(28deg); }
.story__visual span { position: absolute; right: 13px; bottom: 12px; color: var(--ink); font-size: 9px; letter-spacing: .12em; line-height: 1.4; text-align: right; text-transform: uppercase; }
.story__copy > p:not(.eyebrow) { max-width: 435px; color: var(--sage); font-size: 15px; }
.story__copy .story-note { margin-top: 24px; padding-top: 12px; border-top: 1px solid var(--line); font-size: 11px; }
.text-link--dark { margin-top: 12px; color: var(--ink); }

.contact-section__inner { display: grid; gap: 48px; padding-top: clamp(72px, 11vw, 130px); padding-bottom: clamp(78px, 11vw, 130px); }
.contact-section__heading > p:last-child { max-width: 360px; margin: 24px 0 0; }
.contact-section .eyebrow__line { background: var(--clay-deep); }
.contact-links { display: grid; gap: 0; margin-top: 5px; border-top: 1px solid var(--line); }
.contact-link { display: flex; align-items: center; gap: 13px; min-height: 58px; padding: 14px 0; color: var(--ink); border-bottom: 1px solid var(--line); font-size: 13px; font-weight: 500; letter-spacing: .04em; text-decoration: none; text-transform: uppercase; transition: color 200ms var(--ease-in-out), transform 200ms var(--ease-in-out); }
.contact-link__icon { flex: 0 0 auto; color: var(--clay-deep); }
.contact-link__arrow { margin-left: auto; color: var(--clay-deep); font-size: 18px; }
.contact-meta { margin-top: 38px; padding-top: 16px; color: var(--sage); border-top: 1px solid var(--line); font-size: 11px; }
.contact-meta p { margin: 5px 0; }
.contact-meta strong { color: var(--ink); font-weight: 400; }
.site-footer { padding: 22px 0 95px; color: var(--paper); background: #2C2926; font-size: 10px; letter-spacing: .05em; text-transform: uppercase; }
.site-footer__inner { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 12px 18px; }
.site-footer a { min-height: 44px; padding: 12px 0; color: var(--paper); text-decoration: none; transition: transform 300ms var(--ease-in-out), color 300ms var(--ease-in-out); }
.floating-contact { color: var(--paper); text-decoration: none; }
.floating-contact svg { display: block; }

.reveal { opacity: 1; transform: none; }
.js-enabled .reveal { opacity: 0; transform: translateY(14px); transition: opacity 300ms var(--ease-in-out), transform 300ms var(--ease-in-out); }
.js-enabled .reveal.is-visible { opacity: 1; transform: translateY(0); }
.js-enabled .reveal--delay-short { transition-delay: 60ms; }
.js-enabled .reveal--delay { transition-delay: 120ms; }

@media (hover: hover) and (pointer: fine) {
  .hero-cta:hover { color: #F2EFE9; border-color: #2A3B32; }
  .hero-cta:hover::before { transform: translateY(0); }
  .hero-cta:hover .hero-cta__icon { transform: translateY(3px); }
  .button--solid:hover { color: var(--ink); background: var(--clay); transform: translateY(-1px); }
  .text-link:hover span { transform: translateY(-1px); }
  .sample-card__visual:hover i { transform: rotate(-16deg) translateY(-1px); }
  .contact-link:hover { color: var(--clay-deep); transform: translateY(-1px); }
  .site-footer a:hover { color: #fff; transform: translateY(-1px); }
}

.hero-cta:focus-visible { color: #F2EFE9; border-color: #2A3B32; }
.hero-cta:focus-visible::before { transform: translateY(0); }
.hero-cta:focus-visible .hero-cta__icon { transform: translateY(3px); }

@media (min-width: 720px) {
  .hero-fallback { grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); min-height: clamp(580px, calc(100vh - 96px), 760px); }
  .hero-fallback__copy { padding-inline: clamp(2.5rem, 7vw, 7rem); }
  .hero-fallback__visual { min-height: 0; }
}

@media (min-width: 768px) {
  :root { --shell: min(1160px, calc(100% - 80px)); }
  .menu-toggle { display: none; }
  .site-nav { position: static; display: flex; align-items: center; gap: 25px; padding: 0; visibility: visible; opacity: 1; border: 0; background: transparent; transform: none; }
  .js-enabled .site-nav { visibility: visible; opacity: 1; transform: none; }
  .site-nav a { padding: 8px 0; }
  .site-nav a:not(.text-sm) { font-size: 10px; }
  .site-nav__contact { padding-left: 20px !important; border-top: 0; border-left: 1px solid var(--line); color: var(--ink); }
  .section-heading { flex-direction: row; align-items: flex-end; justify-content: space-between; }
  .sample-grid { grid-template-columns: 1.1fr .9fr; align-items: start; }
  .sample-card--tall { grid-row: span 2; }
  .sample-card--tall .sample-card__visual { min-height: 0; }
  .sample-card--offset { margin-top: 56px; }
  .process-band__inner { grid-template-columns: .8fr 1.2fr; align-items: start; gap: clamp(50px, 9vw, 150px); }
  .story { grid-template-columns: 1fr 1fr; gap: clamp(60px, 10vw, 150px); }
  .story__visual { min-height: 500px; }
  .contact-section__inner { grid-template-columns: .8fr 1.2fr; align-items: end; gap: clamp(50px, 9vw, 150px); }
}

@media (min-width: 1050px) {
  .site-header__inner { min-height: 96px; }
  .sample-grid { grid-template-columns: 1.15fr .85fr; gap: 65px 28px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
  .hero-fallback__eyebrow, .hero-fallback__title, .hero-fallback__description, .hero-cta, .hero-fallback__visual { animation-name: hero-fade-in; animation-duration: 260ms !important; animation-delay: 0s !important; }
  .hero-cta::before { transition-duration: 160ms; }
  .js-enabled .reveal { opacity: 1; transform: none; }
}

@keyframes hero-fade-in {
  from { opacity: .45; transform: none; }
  to { opacity: 1; transform: none; }
}
