:root {
  --ink: #1d1a17;
  --muted: #726a61;
  --paper: #f4f0e9;
  --cream: #ebe3d6;
  --white: #fffdf9;
  --cognac: #a8522b;
  --cognac-dark: #71331d;
  --espresso: #2a1b15;
  --line: rgba(42, 27, 21, 0.16);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }

button, a { -webkit-tap-highlight-color: transparent; }

:focus-visible {
  outline: 3px solid rgba(168, 82, 43, 0.45);
  outline-offset: 4px;
}

.site-header {
  width: min(100% - 48px, 1260px);
  height: 96px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}

.brand { display: inline-flex; align-items: center; gap: 13px; }

.brand-mark {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  border: 1px solid var(--ink);
  font: italic 700 27px/1 Georgia, serif;
}

.brand-copy { display: flex; flex-direction: column; gap: 2px; }
.brand-copy strong { font: 700 18px/1.1 Georgia, serif; letter-spacing: -0.02em; }
.brand-copy small { color: var(--muted); font-size: 10px; letter-spacing: 0.16em; text-transform: uppercase; }

.desktop-nav { display: flex; gap: 34px; margin-left: auto; }
.desktop-nav a { color: #4f4943; font-size: 13px; font-weight: 700; }
.desktop-nav a:hover { color: var(--cognac); }

.button {
  min-height: 48px;
  padding: 0 23px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.055em;
  text-transform: uppercase;
  transition: transform 160ms ease, background 160ms ease, color 160ms ease;
}

.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--ink); color: var(--white); }
.button-primary { background: var(--cognac); color: var(--white); }
.button-primary:hover { background: var(--cognac-dark); }

.hero {
  width: min(100% - 48px, 1260px);
  min-height: 660px;
  margin: 12px auto 0;
  display: grid;
  grid-template-columns: 1.02fr 0.98fr;
  background: var(--white);
  overflow: hidden;
}

.hero-copy {
  padding: clamp(64px, 7.2vw, 105px) clamp(40px, 6.2vw, 90px) 64px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow {
  margin: 0 0 28px;
  display: flex;
  align-items: center;
  gap: 11px;
  color: var(--cognac);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.eyebrow span { width: 28px; height: 1px; background: currentColor; }

h1 {
  max-width: 680px;
  margin: 0;
  font: 500 clamp(48px, 5.7vw, 82px)/0.98 Georgia, "Times New Roman", serif;
  letter-spacing: -0.055em;
}

h1 em { color: var(--cognac); font-weight: 400; }

.hero-intro {
  max-width: 560px;
  margin: 30px 0 0;
  color: var(--muted);
  font: 400 17px/1.75 Arial, sans-serif;
}

.hero-actions { margin-top: 35px; display: flex; align-items: center; gap: 28px; }

.text-link {
  padding: 10px 0 7px;
  border-bottom: 1px solid var(--ink);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.hero-details {
  margin: 56px 0 0;
  padding-top: 28px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.hero-details div + div { padding-left: 30px; border-left: 1px solid var(--line); }
.hero-details dt { margin-bottom: 8px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: 0.15em; text-transform: uppercase; }
.hero-details dd { margin: 0; font: 500 14px/1.6 Georgia, serif; }

.hero-visual {
  position: relative;
  min-height: 660px;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 68% 22%, rgba(239, 187, 121, 0.22), transparent 30%),
    linear-gradient(145deg, #4c261b 0%, #2a1711 48%, #180f0c 100%);
}

.hero-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -3;
  opacity: 0.38;
  background-image: repeating-linear-gradient(112deg, transparent 0 9px, rgba(255,255,255,.018) 10px, transparent 11px 22px);
}

.leather-panel {
  position: absolute;
  border: 1px solid rgba(255,255,255,0.11);
  background: linear-gradient(140deg, rgba(190,95,48,0.7), rgba(91,40,25,0.22));
  box-shadow: 0 40px 100px rgba(0,0,0,.32);
}

.panel-one { width: 360px; height: 520px; left: 12%; top: 8%; transform: rotate(-12deg); border-radius: 49% 51% 48% 52% / 34% 34% 66% 66%; }
.panel-two { width: 280px; height: 480px; right: -8%; top: 14%; transform: rotate(17deg); border-radius: 48% 52% 33% 67% / 42% 47% 53% 58%; opacity: .55; }

.stitch-line {
  position: absolute;
  width: 560px;
  height: 340px;
  left: 8%;
  top: 27%;
  border: 2px dashed rgba(240, 198, 143, 0.56);
  border-radius: 50%;
  transform: rotate(-19deg);
}

.craft-seal {
  position: absolute;
  left: 50%;
  top: 46%;
  width: 190px;
  height: 190px;
  transform: translate(-50%, -50%) rotate(-7deg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,.57);
  border-radius: 50%;
  color: var(--white);
  box-shadow: inset 0 0 0 7px rgba(255,255,255,.04);
}

.craft-seal::before, .craft-seal::after { content: "•"; position: absolute; top: 50%; font-size: 18px; color: #d8a270; }
.craft-seal::before { left: 19px; }
.craft-seal::after { right: 19px; }
.craft-seal strong { font: 500 48px/1 Georgia, serif; letter-spacing: -0.04em; }
.craft-seal span { font-size: 9px; font-weight: 800; letter-spacing: .23em; text-transform: uppercase; }
.seal-top { margin-bottom: 8px; }
.seal-bottom { margin-top: 9px; }

.visual-caption {
  position: absolute;
  right: 42px;
  bottom: 38px;
  display: flex;
  align-items: flex-start;
  gap: 13px;
  color: rgba(255,255,255,.84);
}

.visual-caption span { color: #d7a073; font-size: 10px; letter-spacing: .13em; }
.visual-caption p { margin: 0; font: italic 400 18px/1.4 Georgia, serif; }

.trust-strip {
  width: min(100% - 48px, 1260px);
  min-height: 112px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  background: var(--cream);
}

.trust-strip div { padding: 0 34px; display: flex; align-items: baseline; justify-content: center; gap: 13px; }
.trust-strip div + div { border-left: 1px solid rgba(42,27,21,.14); }
.trust-strip strong { font: 500 25px/1 Georgia, serif; }
.trust-strip span { color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }

.section-shell {
  width: min(100% - 48px, 1260px);
  margin: 0 auto;
}

.section-heading h2,
.craft-copy h2,
.reviews-title h2,
.contact-intro h2 {
  margin: 0;
  font: 500 clamp(42px, 4.6vw, 68px)/1.02 Georgia, "Times New Roman", serif;
  letter-spacing: -0.045em;
}

.section-heading h2 em,
.craft-copy h2 em,
.reviews-title h2 em,
.contact-intro h2 em { color: var(--cognac); font-weight: 400; }

.services { padding: 138px 0 150px; }

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(260px, .55fr);
  column-gap: 80px;
  align-items: end;
}

.section-heading .eyebrow { grid-column: 1 / -1; }
.section-heading > p:last-child { margin: 0 0 4px; color: var(--muted); font-size: 15px; line-height: 1.75; }

.service-grid {
  margin-top: 68px;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-left: 1px solid var(--line);
}

.service-card {
  min-height: 285px;
  padding: 35px 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: rgba(255,253,249,.36);
  transition: background 180ms ease, transform 180ms ease;
}

.service-card:hover { background: var(--white); }
.service-index { color: var(--cognac); font: italic 500 13px/1 Georgia, serif; }
.service-card h3 { margin: 0 0 14px; font: 500 29px/1.1 Georgia, serif; letter-spacing: -.025em; }
.service-card p { max-width: 440px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.featured-card {
  position: relative;
  grid-row: span 2;
  min-height: 570px;
  overflow: hidden;
  background: var(--cream);
}

.sole-shape {
  position: absolute;
  width: 220px;
  height: 340px;
  left: 50%;
  top: 45%;
  transform: translate(-50%, -50%) rotate(24deg);
  border: 2px solid rgba(113,51,29,.5);
  border-radius: 46% 54% 41% 59% / 28% 32% 68% 72%;
  box-shadow: inset 0 0 0 13px rgba(168,82,43,.07), inset 0 0 0 15px rgba(113,51,29,.17);
}

.sole-shape::after {
  content: "";
  position: absolute;
  inset: 30px 38px 43px;
  border: 1px dashed rgba(113,51,29,.46);
  border-radius: inherit;
}

.sole-shape i { position: absolute; width: 8px; height: 8px; border-radius: 50%; background: rgba(113,51,29,.42); }
.sole-shape i:nth-child(1) { left: 35%; top: 22%; }
.sole-shape i:nth-child(2) { right: 29%; top: 42%; }
.sole-shape i:nth-child(3) { left: 38%; bottom: 25%; }

.featured-card > div:last-child { position: relative; z-index: 2; }

.craft-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: var(--espresso);
  color: var(--white);
}

.craft-art {
  position: relative;
  min-height: 740px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  isolation: isolate;
  background:
    radial-gradient(circle at 65% 35%, rgba(176,87,46,.32), transparent 34%),
    linear-gradient(150deg, #7a3824 0%, #3d2119 45%, #1d1210 100%);
}

.craft-art::before {
  content: "";
  position: absolute;
  inset: 7%;
  border: 1px solid rgba(255,255,255,.13);
}

.craft-number { position: relative; z-index: 2; font: 500 clamp(110px, 13vw, 190px)/.8 Georgia, serif; letter-spacing: -.08em; }
.craft-number span { position: absolute; top: -15px; right: -33px; color: #daa06e; font-size: .27em; }
.craft-art > p { position: relative; z-index: 2; margin: 25px 0 0; font-size: 10px; font-weight: 800; line-height: 1.5; letter-spacing: .22em; text-align: center; text-transform: uppercase; }

.thread { position: absolute; border: 2px dashed rgba(222,164,112,.38); border-radius: 50%; }
.thread-a { width: 600px; height: 300px; left: -26%; top: 14%; transform: rotate(27deg); }
.thread-b { width: 520px; height: 240px; right: -33%; bottom: 12%; transform: rotate(-31deg); }
.needle { position: absolute; width: 2px; height: 220px; left: 18%; bottom: 4%; background: linear-gradient(#d8b391, transparent); transform: rotate(39deg); }

.craft-copy {
  min-height: 740px;
  padding: 104px clamp(40px, 7vw, 116px);
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.eyebrow.light { color: #d9a270; }
.craft-copy h2 em, .contact-intro h2 em { color: #dea06e; }
.craft-lead { max-width: 560px; margin: 30px 0 0; color: rgba(255,255,255,.63); font-size: 15px; line-height: 1.8; }

.process-list { margin: 48px 0 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.13); }
.process-list li { padding: 21px 0; display: grid; grid-template-columns: 48px 1fr; gap: 14px; border-bottom: 1px solid rgba(255,255,255,.13); }
.process-list li > span { padding-top: 4px; color: #d9a270; font: italic 500 12px/1 Georgia, serif; }
.process-list strong { font: 500 20px/1.2 Georgia, serif; }
.process-list p { margin: 6px 0 0; color: rgba(255,255,255,.56); font-size: 13px; line-height: 1.55; }

.reviews {
  padding: 142px 0;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 22px;
}

.reviews-title { grid-column: 1 / 8; margin-bottom: 48px; }
.rating-card { grid-column: 9 / 13; align-self: end; margin-bottom: 48px; display: grid; grid-template-columns: auto 1fr; align-items: end; column-gap: 18px; }
.stars { grid-column: 1 / -1; margin-bottom: 9px; color: var(--cognac); font-size: 15px; letter-spacing: 4px; }
.rating-card strong { font: 500 56px/.9 Georgia, serif; letter-spacing: -.05em; }
.rating-card span { color: var(--muted); font-size: 11px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.review-card {
  grid-column: span 6;
  min-height: 310px;
  margin: 0;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: var(--white);
}

.review-card blockquote { margin: 0; font: italic 400 clamp(24px, 2.25vw, 34px)/1.35 Georgia, serif; letter-spacing: -.025em; }
.review-card figcaption { margin-top: 36px; color: var(--muted); font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.review-card-dark { background: var(--cognac); color: var(--white); }
.review-card-dark figcaption { color: rgba(255,255,255,.65); }

.contact-section {
  padding: 120px max(24px, calc((100% - 1260px) / 2));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(60px, 9vw, 140px);
  align-items: center;
  background: #201612;
  color: var(--white);
}

.contact-intro > p:not(.eyebrow) { max-width: 510px; margin: 30px 0 0; color: rgba(255,255,255,.6); font-size: 15px; line-height: 1.75; }
.contact-actions { margin-top: 38px; display: flex; flex-direction: column; align-items: flex-start; gap: 23px; }
.button-cream { background: var(--cream); color: var(--espresso); }
.button-cream:hover { background: var(--white); }
.mail-link { padding-bottom: 7px; border-bottom: 1px solid rgba(255,255,255,.4); color: rgba(255,255,255,.8); font-size: 13px; }

.contact-card { padding: clamp(35px, 5vw, 66px); background: var(--paper); color: var(--ink); }
.contact-label { display: block; margin-bottom: 19px; color: var(--cognac); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.contact-address h3 { margin: 0; font: 500 clamp(27px, 3vw, 40px)/1.16 Georgia, serif; letter-spacing: -.03em; }
.contact-address > p { margin: 14px 0 25px; color: var(--muted); font-size: 13px; }
.contact-address .text-link { display: inline-block; }
.hours { margin-top: 48px; padding-top: 32px; border-top: 1px solid var(--line); }
.hours dl { margin: 0; }
.hours dl div { padding: 11px 0; display: flex; justify-content: space-between; gap: 24px; border-bottom: 1px solid var(--line); font-size: 12px; }
.hours dt { font-weight: 700; }
.hours dd { margin: 0; color: var(--muted); text-align: right; }

footer {
  min-height: 120px;
  padding: 25px max(24px, calc((100% - 1260px) / 2));
  display: flex;
  align-items: center;
  gap: 40px;
  background: #160f0c;
  color: rgba(255,255,255,.64);
}

.footer-brand { color: var(--white); }
.footer-brand .brand-mark { border-color: rgba(255,255,255,.5); }
footer > p { margin: 0 auto; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
footer > a:last-child { color: var(--white); font-size: 13px; font-weight: 800; }

.mobile-contact { display: none; }

@media (max-width: 900px) {
  .desktop-nav { display: none; }
  .hero { grid-template-columns: 1fr; }
  .hero-visual { min-height: 460px; }
  .section-heading { grid-template-columns: 1fr; gap: 26px; }
  .service-grid { grid-template-columns: 1fr; }
  .featured-card { grid-row: auto; min-height: 530px; }
  .craft-section, .contact-section { grid-template-columns: 1fr; }
  .craft-art { min-height: 520px; }
  .craft-copy { min-height: auto; }
  .reviews-title { grid-column: 1 / 9; }
  .rating-card { grid-column: 9 / 13; }
  footer { flex-wrap: wrap; justify-content: space-between; }
  footer > p { width: 100%; order: 3; text-align: center; }
}

@media (max-width: 620px) {
  .site-header, .hero, .trust-strip { width: 100%; }
  .site-header { height: 80px; padding: 0 18px; }
  .brand-copy small { display: none; }
  .brand-mark { width: 39px; height: 39px; }
  .header-cta { min-height: 42px; padding: 0 13px; font-size: 10px; }
  .hero { margin-top: 0; }
  .hero-copy { padding: 62px 22px 50px; }
  h1 { font-size: clamp(45px, 14vw, 62px); }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 12px; }
  .text-link { align-self: center; }
  .hero-details { margin-top: 42px; }
  .hero-details div + div { padding-left: 18px; }
  .hero-visual { min-height: 390px; }
  .panel-one { width: 270px; height: 400px; }
  .panel-two { width: 220px; height: 360px; }
  .stitch-line { left: -27%; top: 22%; }
  .craft-seal { width: 165px; height: 165px; }
  .visual-caption { right: 22px; bottom: 22px; }
  .trust-strip { grid-template-columns: 1fr; padding: 12px 22px; }
  .trust-strip div { min-height: 76px; justify-content: space-between; padding: 0; }
  .trust-strip div + div { border-left: 0; border-top: 1px solid rgba(42,27,21,.14); }
  .section-shell { width: 100%; padding-left: 22px; padding-right: 22px; }
  .services { padding-top: 94px; padding-bottom: 100px; }
  .section-heading h2, .craft-copy h2, .reviews-title h2, .contact-intro h2 { font-size: 45px; }
  .service-grid { margin-top: 45px; }
  .service-card { min-height: 260px; padding: 30px 27px; }
  .featured-card { min-height: 500px; }
  .sole-shape { width: 185px; height: 290px; }
  .craft-art { min-height: 450px; }
  .craft-copy { padding: 88px 22px; }
  .reviews { padding-top: 96px; padding-bottom: 96px; display: block; }
  .reviews-title, .rating-card { margin-bottom: 42px; }
  .rating-card { grid-template-columns: auto 1fr; }
  .review-card { min-height: 300px; margin-top: 16px; padding: 34px 28px; }
  .contact-section { padding: 88px 22px 108px; gap: 55px; }
  .contact-card { padding: 34px 25px; }
  .hours dl div { flex-direction: column; gap: 5px; }
  .hours dd { text-align: left; }
  footer { padding: 38px 22px 105px; }
  footer .brand-copy small { display: block; }
  .mobile-contact {
    position: fixed;
    z-index: 20;
    left: 12px;
    right: 12px;
    bottom: 12px;
    min-height: 62px;
    padding: 8px 9px 8px 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    background: var(--ink);
    color: var(--white);
    box-shadow: 0 13px 40px rgba(0,0,0,.26);
  }
  .mobile-contact > a:first-child { display: flex; flex-direction: column; gap: 2px; }
  .mobile-contact span { color: rgba(255,255,255,.55); font-size: 8px; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
  .mobile-contact strong { font-size: 13px; }
  .mobile-contact > a:last-child { padding: 12px 14px; background: var(--cognac); font-size: 10px; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }
}

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