:root {
  --ink: #171a19;
  --slate: #242827;
  --slate-light: #343938;
  --paper: #f1eee6;
  --paper-deep: #e5e0d5;
  --copper: #bd7651;
  --cream: #fbf8f0;
  --muted: #747873;
  --serif: "Instrument Serif", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
}
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }

.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 100;
  padding: 10px 16px;
  background: var(--cream);
}
.skip-link:focus { top: 12px; }

.site-header {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 90px;
  padding: 0 4vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  color: var(--cream);
  border-bottom: 1px solid rgba(255,255,255,.16);
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  width: max-content;
  font-family: var(--serif);
  font-size: 22px;
  letter-spacing: .02em;
}
.brand svg { width: 33px; fill: none; stroke: currentColor; stroke-width: 1.4; }
.brand i { color: var(--copper); font-size: .72em; font-weight: 400; letter-spacing: .04em; }
.desktop-nav { display: flex; gap: 36px; font-size: 13px; }
.desktop-nav a { opacity: .78; transition: opacity .2s; }
.desktop-nav a:hover { opacity: 1; }
.header-cta {
  justify-self: end;
  padding-bottom: 4px;
  border-bottom: 1px solid currentColor;
  font-size: 13px;
}
.header-cta span { color: var(--copper); margin-left: 8px; }
.menu-toggle { display: none; }

.hero {
  position: relative;
  min-height: 760px;
  height: 100vh;
  max-height: 980px;
  color: var(--cream);
  overflow: hidden;
}
.hero-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 52% center;
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(11,13,12,.93) 0%, rgba(11,13,12,.66) 34%, rgba(11,13,12,.08) 68%), linear-gradient(0deg, rgba(9,10,9,.35), transparent 50%);
}
.hero-content {
  position: absolute;
  z-index: 2;
  left: 8vw;
  top: 51%;
  width: min(610px, 46vw);
  transform: translateY(-44%);
}
.eyebrow {
  margin: 0 0 22px;
  color: var(--copper);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.eyebrow::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 1px;
  margin: 0 13px 3px 0;
  background: currentColor;
}
.eyebrow.light { color: #d7b098; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: .96;
  letter-spacing: -.025em;
}
h1 { margin-bottom: 26px; font-size: clamp(64px, 7vw, 108px); }
h1 em, h2 em { color: var(--copper); font-weight: 400; }
.hero-copy { max-width: 470px; margin-bottom: 34px; color: rgba(255,255,255,.7); font-size: 15px; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 51px;
  padding: 0 23px;
  border: 0;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: .03em;
  transition: transform .2s, background .2s;
}
.button:hover { transform: translateY(-2px); }
.button-light { background: var(--cream); color: var(--ink); }
.text-link { font-size: 12px; font-weight: 600; }
.text-link span { margin-left: 9px; color: var(--copper); }
.hero-note {
  position: absolute;
  z-index: 2;
  right: 3.6vw;
  bottom: 32px;
  margin: 0;
  color: rgba(255,255,255,.5);
  font-size: 9px;
  line-height: 1.5;
  letter-spacing: .14em;
  text-align: right;
  text-transform: uppercase;
}

.section-pad { padding: 120px 8vw; }
.intro { background: var(--paper); }
.section-heading {
  display: grid;
  grid-template-columns: minmax(180px, .55fr) minmax(500px, 1.45fr);
  align-items: start;
  gap: 60px;
}
.section-heading .eyebrow { padding-top: 12px; }
h2 { margin-bottom: 0; font-size: clamp(48px, 5vw, 74px); }
.section-intro {
  width: min(470px, 100%);
  margin: 34px 0 80px auto;
  color: #61645f;
  font-size: 14px;
}
.product-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.product-card {
  min-height: 550px;
  display: flex;
  flex-direction: column;
  background: var(--paper-deep);
  overflow: hidden;
}
.product-card:nth-child(even) { transform: translateY(42px); }
.slate-piece {
  position: relative;
  width: 76%;
  aspect-ratio: 1.45;
  margin: 60px auto 50px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #c9c5b8;
  background:
    linear-gradient(120deg, rgba(255,255,255,.04), transparent 30%),
    repeating-linear-gradient(176deg, #282c2b 0, #282c2b 3px, #242827 4px, #242827 8px);
  border-radius: 2px 5px 3px 7px;
  box-shadow: 12px 19px 24px rgba(32,31,27,.25);
  transform: rotate(-2deg);
  text-align: center;
  letter-spacing: .14em;
}
.slate-piece::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(213,208,192,.35);
}
.address-slate { font-size: 9px; }
.address-slate strong { font-family: var(--serif); font-size: 16px; letter-spacing: .08em; }
.house-art { font-family: var(--serif); font-size: 48px; line-height: 1; }
.wedding-slate { transform: rotate(2deg); border-radius: 50%; aspect-ratio: 1; width: 61%; }
.wedding-slate::after { border-radius: 50%; }
.script { font-family: var(--serif); font-size: 37px; font-style: italic; letter-spacing: 0; }
.wedding-slate span:last-child { font-size: 7px; }
.memorial-slate { transform: rotate(-1deg); }
.memorial-slate strong { font-family: var(--serif); font-size: 19px; font-weight: 400; }
.memorial-slate > span:last-child { font-size: 7px; }
.botanical { color: var(--copper); font-size: 28px; }
.coaster-display {
  width: 68%;
  margin: 42px auto 36px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  transform: rotate(2deg);
}
.coaster {
  position: relative;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: #c9c5b8;
  background:
    linear-gradient(120deg, rgba(255,255,255,.04), transparent 30%),
    repeating-linear-gradient(176deg, #282c2b 0, #282c2b 3px, #242827 4px, #242827 8px);
  border-radius: 2px 5px 3px 6px;
  box-shadow: 8px 10px 15px rgba(32,31,27,.22);
}
.coaster::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(213,208,192,.35);
}
.coaster span { font-family: var(--serif); font-size: 24px; }
.card-copy { margin-top: auto; padding: 0 34px 34px; }
.card-number { margin-bottom: 8px; color: var(--copper); font-size: 9px; letter-spacing: .14em; }
.card-copy h3 { margin-bottom: 10px; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.product-size {
  margin-bottom: 10px;
  color: var(--copper);
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.card-copy p:last-child { color: #6f716d; font-size: 12px; line-height: 1.65; }

.stock-shop {
  color: var(--cream);
  background: #191c1b;
}
.shop-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 60px;
  margin-bottom: 70px;
}
.shop-heading > p {
  width: min(410px, 40%);
  margin-bottom: 5px;
  color: rgba(255,255,255,.52);
  font-size: 13px;
}
.stock-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}
.stock-card {
  display: flex;
  flex-direction: column;
  min-height: 555px;
  background: #262a29;
  border: 1px solid rgba(255,255,255,.08);
}
.stock-art {
  min-height: 310px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    radial-gradient(circle at 70% 15%, rgba(189,118,81,.18), transparent 30%),
    #ded8cc;
}
.stock-coasters { position: relative; }
.mini-coaster {
  position: absolute;
  width: 132px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  color: #d1ccbf;
  background: repeating-linear-gradient(177deg, #292d2c 0, #292d2c 3px, #222625 4px, #222625 8px);
  box-shadow: 10px 14px 18px rgba(25,27,26,.25);
  transform: translate(-38px, 20px) rotate(-10deg);
}
.mini-coaster:nth-child(2) { transform: translate(35px, -25px) rotate(8deg); }
.mini-coaster:nth-child(3) { transform: translate(62px, 48px) rotate(2deg); }
.mini-coaster::after, .portrait-slate::after {
  content: "";
  position: absolute;
  inset: 7px;
  border: 1px solid rgba(213,208,192,.35);
}
.mini-coaster span { position: relative; z-index: 1; font-family: var(--serif); font-size: 20px; }
.portrait-art.alt { background: radial-gradient(circle at 30% 15%, rgba(189,118,81,.2), transparent 32%), #d8d2c5; }
.portrait-slate {
  position: relative;
  width: 70%;
  aspect-ratio: 1.15;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #d1ccbf;
  background: repeating-linear-gradient(177deg, #292d2c 0, #292d2c 3px, #222625 4px, #222625 8px);
  box-shadow: 13px 18px 24px rgba(25,27,26,.28);
  transform: rotate(-3deg);
}
.alt .portrait-slate { transform: rotate(3deg); }
.portrait-face { font-family: var(--serif); font-size: 48px; line-height: 1.2; }
.portrait-slate strong { font-family: var(--serif); font-size: 21px; font-weight: 400; letter-spacing: .08em; }
.portrait-slate small { font-size: 6px; letter-spacing: .15em; }
.stock-details { margin-top: auto; padding: 28px 30px 30px; }
.stock-status { color: #d7b098; font-size: 9px; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.stock-details h3 { margin: 8px 0 10px; font-family: var(--serif); font-size: 27px; font-weight: 400; line-height: 1.1; }
.stock-size { min-height: 0 !important; margin: 0 0 8px; color: #d7b098 !important; font-size: 9px !important; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.stock-details p { min-height: 58px; color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.6; }
.stock-link {
  padding: 0 0 3px;
  color: var(--cream);
  background: none;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.35);
  cursor: pointer;
  font-size: 11px;
  font-weight: 600;
}
.stock-link span { margin-left: 8px; color: var(--copper); }
.shop-note { margin: 62px 0 0; color: rgba(255,255,255,.38); font-size: 10px; letter-spacing: .08em; text-align: center; text-transform: uppercase; }

.process { color: var(--cream); background: var(--slate); }
.process-top { display: flex; justify-content: space-between; align-items: flex-end; gap: 60px; }
.process-top > p { width: 360px; margin-bottom: 5px; color: rgba(255,255,255,.55); font-size: 13px; }
.steps {
  margin: 90px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  border-top: 1px solid rgba(255,255,255,.16);
}
.steps li { position: relative; padding: 40px 45px 0 0; }
.steps li + li { padding-left: 45px; border-left: 1px solid rgba(255,255,255,.16); }
.step-number { color: var(--copper); font-size: 9px; letter-spacing: .2em; }
.step-icon {
  margin: 48px 0 32px;
  color: #d9d3c6;
  font-family: var(--serif);
  font-size: 45px;
  font-weight: 400;
}
.steps h3 { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.steps p { color: rgba(255,255,255,.48); font-size: 12px; }

.story {
  display: grid;
  grid-template-columns: 1fr .9fr;
  align-items: center;
  gap: 10vw;
  min-height: 750px;
}
.story-visual { position: relative; min-height: 470px; }
.stone-sample {
  position: absolute;
  width: 340px;
  aspect-ratio: 1.15;
  color: #d9d3c6;
  background: repeating-linear-gradient(178deg, #292d2c 0, #292d2c 3px, #242827 4px, #242827 9px);
  box-shadow: 20px 25px 35px rgba(30,31,29,.25);
}
.stone-sample.back { top: 25px; left: 22%; transform: rotate(9deg); opacity: .86; }
.stone-sample.front {
  top: 110px;
  left: 8%;
  padding: 55px;
  transform: rotate(-4deg);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stone-sample.front span { color: var(--copper); font-family: var(--serif); font-size: 45px; line-height: .5; }
.stone-sample.front p { margin: 20px 0 0; font-family: var(--serif); font-size: 25px; line-height: 1.2; }
.material-note {
  position: absolute;
  left: 52%;
  top: 410px;
  padding-left: 35px;
  color: #777972;
  font-size: 9px;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.material-note::before { content: ""; position: absolute; left: -15px; top: 7px; width: 38px; height: 1px; background: var(--copper); }
.story-copy > p:not(.eyebrow) { margin: 35px 0 45px; color: #63665f; font-size: 14px; }
.stats { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid #cbc5b9; padding-top: 24px; }
.stats strong { display: block; font-family: var(--serif); font-size: 28px; font-weight: 400; }
.stats span { color: #81827d; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }

.testimonial {
  padding: 100px 16vw;
  background: var(--paper-deep);
  text-align: center;
}
.testimonial .eyebrow::before { display: none; }
blockquote {
  max-width: 930px;
  margin: 20px auto 35px;
  font-family: var(--serif);
  font-size: clamp(35px, 4vw, 55px);
  line-height: 1.15;
}
.attribution { margin: 0; font-size: 11px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.attribution span { margin-left: 8px; color: #898b84; font-weight: 400; }

.quote {
  display: grid;
  grid-template-columns: .85fr 1fr;
  gap: 11vw;
  color: var(--cream);
  background: var(--ink);
}
.quote-copy > p:not(.eyebrow) { max-width: 400px; margin: 28px 0; color: rgba(255,255,255,.52); font-size: 13px; }
.quote-copy > a { color: #d8b49f; font-size: 12px; border-bottom: 1px solid rgba(216,180,159,.5); }
.quote-form { display: grid; grid-template-columns: 1fr 1fr; gap: 25px 20px; }
.form-honeypot { position: absolute !important; left: -9999px !important; }
.quote-form label { display: flex; flex-direction: column; gap: 7px; color: rgba(255,255,255,.7); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.quote-form label:nth-child(n+3) { grid-column: 1 / -1; }
.quote-form input, .quote-form select, .quote-form textarea {
  width: 100%;
  padding: 12px 0;
  color: var(--cream);
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255,255,255,.2);
  border-radius: 0;
  outline: none;
  resize: vertical;
}
.quote-form input:focus, .quote-form select:focus, .quote-form textarea:focus { border-color: var(--copper); }
.quote-form option { color: var(--ink); }
.quote-form ::placeholder { color: rgba(255,255,255,.27); }
.button-copper { grid-column: 1 / -1; width: max-content; margin-top: 10px; color: #fff; background: var(--copper); }
.button-copper span { margin-left: 12px; }
.form-status { grid-column: 1 / -1; color: #d8b49f; font-size: 12px; }

footer {
  padding: 55px 8vw 35px;
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  align-items: start;
  gap: 40px;
  color: #b8bbb5;
  background: #101211;
  border-top: 1px solid rgba(255,255,255,.1);
  font-size: 11px;
}
.footer-brand { color: var(--cream); }
.footer-links { display: grid; grid-template-columns: 1fr 1fr; gap: 7px 25px; }
.copyright { grid-column: 1 / -1; margin: 35px 0 0; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); color: #5f625e; font-size: 9px; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .desktop-nav, .header-cta { display: none; }
  .menu-toggle { display: flex; flex-direction: column; gap: 6px; width: 36px; padding: 8px; background: none; border: 0; }
  .menu-toggle span { width: 100%; height: 1px; background: white; }
  .site-header.menu-open .desktop-nav {
    position: absolute;
    top: 90px;
    left: 0;
    width: 100%;
    padding: 30px 8vw;
    display: flex;
    flex-direction: column;
    gap: 20px;
    color: var(--cream);
    background: rgba(18,20,19,.97);
  }
  .hero { min-height: 700px; }
  .hero-image { object-position: 61% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(11,13,12,.94), rgba(11,13,12,.35) 80%); }
  .hero-content { left: 7vw; width: 75vw; }
  .section-pad { padding: 90px 7vw; }
  .section-heading { display: block; }
  .section-heading .eyebrow { padding-top: 0; }
  .section-intro { width: 70%; margin: 35px 0 60px; }
  .product-grid { grid-template-columns: 1fr; max-width: 600px; margin: auto; }
  .product-card:nth-child(even) { transform: none; }
  .shop-heading { display: block; }
  .shop-heading > p { width: 70%; margin: 35px 0 0; }
  .stock-grid { grid-template-columns: 1fr; max-width: 600px; margin: auto; }
  .stock-card { min-height: 520px; }
  .process-top, .story { display: block; }
  .process-top > p { width: 70%; margin-top: 35px; }
  .steps { grid-template-columns: 1fr; }
  .steps li, .steps li + li { padding: 35px 0; border-left: 0; border-bottom: 1px solid rgba(255,255,255,.16); }
  .step-icon { margin: 25px 0 18px; }
  .story-visual { margin-bottom: 40px; }
  .story-copy { max-width: 650px; }
  .quote { grid-template-columns: 1fr; gap: 60px; }
}

@media (max-width: 560px) {
  .site-header { height: 72px; }
  .brand { font-size: 20px; }
  .brand svg { width: 29px; }
  .site-header.menu-open .desktop-nav { top: 72px; }
  .hero { min-height: 670px; height: 92vh; }
  .hero-image { object-position: 66% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(10,12,11,.95), rgba(10,12,11,.52) 86%), linear-gradient(0deg, rgba(10,12,11,.75), transparent 50%); }
  .hero-content { top: 53%; width: 86vw; }
  h1 { font-size: 58px; }
  .hero-copy { font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-note { display: none; }
  .section-pad { padding: 75px 6vw; }
  h2 { font-size: 47px; }
  .section-intro, .process-top > p { width: 100%; }
  .product-card { min-height: 470px; }
  .slate-piece { margin-top: 45px; }
  .shop-heading > p { width: 100%; }
  .stock-art { min-height: 285px; }
  .story { overflow: hidden; }
  .story-visual { min-height: 390px; }
  .stone-sample { width: 270px; }
  .stone-sample.back { left: 19%; }
  .stone-sample.front { top: 85px; left: 2%; padding: 40px; }
  .material-note { top: 345px; left: 35%; }
  .stats { gap: 10px; }
  .stats strong { font-size: 23px; }
  .testimonial { padding: 75px 7vw; }
  blockquote { font-size: 34px; }
  .quote-form { grid-template-columns: 1fr; }
  .quote-form label { grid-column: 1 / -1; }
  footer { grid-template-columns: 1fr; }
  .copyright { grid-column: 1; }
}

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