:root {
  --ink: #2b2926;
  --ink-soft: #5b554f;
  --paper: #f7f2eb;
  --paper-deep: #eee4d8;
  --white: #fffdf9;
  --clay: #9b5f49;
  --clay-dark: #754433;
  --rose: #d9b5a4;
  --line: rgba(43, 41, 38, .16);
  --shadow: 0 24px 70px rgba(53, 43, 36, .13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", 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.65;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: .08em;
  text-underline-offset: .2em;
}

a:focus-visible,
summary:focus-visible {
  outline: 3px solid #1e6fa8;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 100;
  padding: 10px 14px;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-160%);
}

.skip-link:focus {
  transform: translateY(0);
}

.section-shell {
  width: min(1180px, calc(100% - 48px));
  margin-inline: auto;
}

.delivery-strip {
  display: flex;
  min-height: 78px;
  align-items: center;
  gap: 15px;
  margin-top: 30px;
  padding: 14px 20px;
  border: 1px solid #e5d8ad;
  border-radius: 12px;
  background: #fffdf5;
  box-shadow: 0 3px 14px rgba(53, 43, 36, .07);
}

.delivery-strip-icon {
  display: flex;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  align-items: center;
  justify-content: center;
  color: #fff;
  border-radius: 50%;
  background: #74571f;
}

.delivery-strip-copy {
  display: flex;
  min-width: 225px;
  flex-direction: column;
  line-height: 1.35;
}

.delivery-strip-copy strong {
  font-size: .94rem;
}

.delivery-strip-copy a {
  color: var(--clay-dark);
  font-size: .75rem;
  font-weight: 800;
}

.delivery-flags {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 0 auto;
  padding: 0;
  list-style: none;
  flex-wrap: wrap;
}

.delivery-flags li {
  display: flex;
  width: 28px;
  height: 21px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid rgba(43, 41, 38, .15);
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 1px 3px rgba(43, 41, 38, .1);
}

.delivery-flags img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 10;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .28);
  background: linear-gradient(to bottom, rgba(20, 18, 16, .66), rgba(20, 18, 16, .08));
}

.header-inner {
  width: min(1320px, calc(100% - 48px));
  min-height: 112px;
  margin-inline: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.brand {
  display: inline-flex;
  flex: 0 0 auto;
}

.brand img {
  width: 128px;
  height: auto;
  filter: drop-shadow(0 3px 10px rgba(0, 0, 0, .28));
}

.main-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: clamp(18px, 2.3vw, 38px);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.main-nav a {
  text-decoration: none;
}

.main-nav a:not(.nav-shop) {
  padding-block: 8px;
  border-bottom: 1px solid transparent;
}

.main-nav a:not(.nav-shop):hover {
  border-color: currentColor;
}

.nav-shop {
  padding: 12px 18px;
  border: 1px solid rgba(255, 255, 255, .7);
  background: rgba(255, 255, 255, .08);
}

.hero {
  position: relative;
  min-height: 760px;
  display: grid;
  overflow: hidden;
  color: var(--white);
  background: #332c26;
}

.hero-media,
.hero-media img,
.hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.hero-media img {
  object-fit: cover;
  object-position: center 48%;
}

.hero-shade {
  background:
    linear-gradient(90deg, rgba(20, 18, 16, .72) 0%, rgba(20, 18, 16, .38) 47%, rgba(20, 18, 16, .08) 75%),
    linear-gradient(0deg, rgba(20, 18, 16, .35), transparent 45%);
}

.hero-inner {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 48px));
  margin: auto;
  padding: 170px 0 78px;
  display: flex;
  align-items: flex-end;
}

.hero-card {
  width: min(853px, 100%);
  padding: 44px 48px;
  border: 1px solid rgba(255, 255, 255, .24);
  background: rgba(35, 29, 25, .58);
  box-shadow: var(--shadow);
  backdrop-filter: blur(4px);
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--clay);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.hero .eyebrow,
.final-cta .eyebrow {
  color: #edc4b1;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
}

h1 {
  max-width: 590px;
  margin-bottom: 22px;
  font-size: clamp(3.2rem, 6.2vw, 4.7rem);
  letter-spacing: -.04em;
}

h2 {
  font-size: clamp(2.25rem, 4.5vw, 3.6rem);
  letter-spacing: -.035em;
}

h3 {
  font-size: clamp(1.65rem, 2.4vw, 2.35rem);
}

.hero-copy {
  max-width: 570px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, .9);
  font-size: 1.08rem;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.button {
  min-height: 50px;
  padding: 13px 21px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .18s ease, background-color .18s ease, color .18s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.button-primary {
  color: var(--white);
  background: var(--clay);
}

.button-primary:hover {
  background: var(--clay-dark);
}

.button-ghost {
  color: var(--white);
  border-color: rgba(255, 255, 255, .62);
  background: rgba(255, 255, 255, .04);
}

.button-ghost:hover {
  color: var(--ink);
  background: var(--white);
}

.hero-trust {
  margin: 30px 0 0;
  padding: 23px 0 0;
  display: flex;
  flex-wrap: wrap;
  gap: 9px 25px;
  border-top: 1px solid rgba(255, 255, 255, .24);
  list-style: none;
  color: rgba(255, 255, 255, .8);
  font-size: .77rem;
  font-weight: 700;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.hero-trust li::before {
  content: "✦";
  margin-right: 8px;
  color: #edc4b1;
}

.intro {
  padding-block: 110px;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: clamp(45px, 8vw, 120px);
  align-items: start;
}

.intro-heading h2 {
  margin-bottom: 0;
}

.intro-copy {
  padding-top: 36px;
  color: var(--ink-soft);
  font-size: 1.06rem;
}

.intro-copy p:last-child {
  margin-bottom: 0;
}

.ev-link,
.arrow-link {
  color: var(--clay-dark);
  font-weight: 700;
}

.collections {
  padding-block: 105px 120px;
  background: var(--white);
}

.section-heading {
  margin-bottom: 48px;
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
}

.section-heading h2 {
  margin-bottom: 0;
}

.arrow-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: .88rem;
  text-decoration: none;
}

.arrow-link span {
  transition: transform .18s ease;
}

.arrow-link:hover span {
  transform: translateX(4px);
}

.collection-grid {
  display: grid;
  grid-template-columns: 1.12fr .88fr;
  gap: 28px;
}

.collection-card {
  min-width: 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  overflow: hidden;
  background: var(--paper);
  box-shadow: 0 15px 45px rgba(70, 56, 45, .08);
}

.collection-card-large {
  grid-row: span 2;
  grid-template-columns: 1fr;
}

.collection-card picture {
  min-height: 310px;
  overflow: hidden;
}

.collection-card-large picture {
  min-height: 430px;
}

.collection-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .5s ease;
}

.collection-card:hover img {
  transform: scale(1.025);
}

.collection-body {
  padding: 34px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.collection-index {
  margin-bottom: 18px;
  color: var(--clay);
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .17em;
}

.collection-body h3 {
  margin-bottom: 16px;
}

.collection-body p:not(.collection-index) {
  color: var(--ink-soft);
}

.button-dark {
  margin-top: 8px;
  color: var(--white);
  background: var(--ink);
}

.button-dark:hover {
  background: var(--clay-dark);
}

.catalogue-heading {
  max-width: 890px;
  margin-top: 105px;
  margin-bottom: 45px;
}

.catalogue-heading h2 {
  margin-bottom: 22px;
}

.catalogue-heading > p:last-child {
  margin-bottom: 0;
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.catalogue-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.catalogue-card {
  grid-template-columns: 1fr;
}

.catalogue-card picture {
  min-height: 0;
  aspect-ratio: 1.36;
}

.catalogue-card .collection-body {
  min-height: 330px;
  justify-content: flex-start;
}

.catalogue-card .arrow-link {
  margin-top: auto;
}

.craft {
  padding-block: 120px;
  background: var(--paper-deep);
}

.craft-grid {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(50px, 9vw, 130px);
  align-items: center;
}

.craft-visual {
  aspect-ratio: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(117, 68, 51, .25);
  border-radius: 50%;
  color: var(--clay-dark);
  background:
    radial-gradient(circle at center, rgba(255, 253, 249, .9) 0 47%, transparent 48%),
    repeating-radial-gradient(circle at center, transparent 0 25px, rgba(117, 68, 51, .09) 26px 27px);
}

.craft-number {
  font-family: var(--serif);
  font-size: clamp(4rem, 8vw, 7rem);
  line-height: 1;
}

.craft-caption {
  margin-top: 14px;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.craft-content h2 {
  margin-bottom: 28px;
}

.craft-content p {
  color: var(--ink-soft);
  font-size: 1.05rem;
}

.craft-content .arrow-link {
  margin-top: 12px;
}

.benefits {
  padding-block: 85px;
  color: var(--white);
  background: var(--ink);
}

.benefits-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}

.benefits article {
  padding: 18px 44px;
  border-left: 1px solid rgba(255, 255, 255, .15);
}

.benefits article:first-child {
  padding-left: 0;
  border-left: 0;
}

.benefit-mark {
  display: block;
  margin-bottom: 24px;
  color: #e1b8a6;
  font-size: .75rem;
  font-weight: 800;
  letter-spacing: .17em;
}

.benefits h2 {
  margin-bottom: 16px;
  font-size: 1.75rem;
  letter-spacing: -.02em;
}

.benefits p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, .68);
}

.faq {
  padding-block: 120px;
  display: grid;
  grid-template-columns: .72fr 1.28fr;
  gap: clamp(55px, 9vw, 130px);
}

.faq-heading {
  position: sticky;
  top: 30px;
  align-self: start;
}

.faq-heading h2 {
  margin-bottom: 20px;
}

.faq-heading > p:last-child {
  color: var(--ink-soft);
}

.faq-list {
  border-top: 1px solid var(--line);
}

.faq-list details {
  border-bottom: 1px solid var(--line);
}

.faq-list summary {
  padding: 25px 48px 25px 0;
  position: relative;
  cursor: pointer;
  font-family: var(--serif);
  font-size: 1.35rem;
  list-style: none;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary::after {
  content: "+";
  position: absolute;
  top: 19px;
  right: 8px;
  color: var(--clay);
  font-family: var(--sans);
  font-size: 1.8rem;
  font-weight: 300;
}

.faq-list details[open] summary::after {
  content: "−";
}

.faq-list details p {
  padding: 0 55px 24px 0;
  color: var(--ink-soft);
}

.final-cta {
  padding-block: 82px;
  color: var(--white);
  background: var(--clay-dark);
}

.final-cta-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
}

.final-cta h2 {
  max-width: 800px;
  margin-bottom: 0;
  font-size: clamp(2.2rem, 4vw, 2.7rem);
}

.button-light {
  flex: 0 0 auto;
  color: var(--ink);
  background: var(--white);
}

.button-light:hover {
  color: var(--white);
  background: var(--ink);
}

.site-footer {
  padding-top: 82px;
  color: rgba(255, 255, 255, .7);
  background: #1e1c1a;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.35fr .8fr .8fr 1fr;
  gap: 55px;
}

.footer-brand img {
  width: 128px;
  height: auto;
  margin-bottom: 22px;
}

.footer-brand p {
  max-width: 310px;
}

.site-footer h2 {
  margin-bottom: 20px;
  color: var(--white);
  font-family: var(--sans);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.site-footer ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-footer li + li {
  margin-top: 10px;
}

.site-footer a {
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
}

.site-footer a:hover {
  color: var(--white);
  text-decoration: underline;
}

.site-footer address {
  margin-bottom: 12px;
  font-style: normal;
}

.footer-bottom {
  margin-top: 70px;
  padding-block: 24px;
  display: flex;
  justify-content: space-between;
  gap: 25px;
  border-top: 1px solid rgba(255, 255, 255, .12);
  font-size: .75rem;
}

@media (max-width: 980px) {
  .site-header {
    position: relative;
    color: var(--ink);
    background: var(--white);
    border-color: var(--line);
  }

  .header-inner {
    min-height: 98px;
  }

  .brand img {
    width: 105px;
    filter: none;
  }

  .main-nav a:not(.nav-shop) {
    display: none;
  }

  .nav-shop {
    color: var(--white);
    border-color: var(--ink);
    background: var(--ink);
  }

  .hero {
    min-height: 710px;
  }

  .hero-inner {
    padding-top: 70px;
  }

  .hero-card {
    width: min(610px, 100%);
  }

  .intro,
  .craft-grid,
  .faq {
    grid-template-columns: 1fr;
  }

  .intro {
    gap: 15px;
  }

  .intro-copy {
    max-width: 760px;
    padding-top: 0;
  }

  .collection-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .collection-card-large {
    grid-row: auto;
    grid-template-columns: 1fr 1fr;
  }

  .collection-card-large picture {
    min-height: 310px;
  }

  .craft-visual {
    width: min(390px, 84vw);
    margin-inline: auto;
  }

  .benefits-grid {
    grid-template-columns: 1fr;
  }

  .benefits article,
  .benefits article:first-child {
    padding: 30px 0;
    border-left: 0;
    border-top: 1px solid rgba(255, 255, 255, .15);
  }

  .benefits article:first-child {
    padding-top: 0;
    border-top: 0;
  }

  .faq-heading {
    position: static;
  }

  .final-cta-inner {
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-grid {
    grid-template-columns: 1.2fr 1fr 1fr;
  }

  .footer-contact {
    grid-column: 2 / -1;
  }
}

@media (max-width: 680px) {
  .section-shell,
  .header-inner,
  .hero-inner {
    width: min(calc(100% - 32px), 1180px);
  }

  .header-inner {
    min-height: 88px;
    gap: 14px;
  }

  .brand img {
    width: 88px;
  }

  .nav-shop {
    padding: 10px 13px;
    font-size: .68rem;
  }

  .hero {
    min-height: 700px;
  }

  .hero-media img {
    object-position: 57% center;
  }

  .hero-shade {
    background: linear-gradient(0deg, rgba(20, 18, 16, .76), rgba(20, 18, 16, .08) 78%);
  }

  .hero-inner {
    padding: 110px 0 24px;
    align-items: flex-end;
  }

  .hero-card {
    padding: 28px 24px;
    border-color: rgba(255, 255, 255, .2);
    background: rgba(31, 26, 22, .7);
    backdrop-filter: blur(3px);
  }

  h1 {
    font-size: clamp(2.55rem, 12vw, 3.45rem);
    overflow-wrap: anywhere;
  }

  .hero-copy {
    font-size: .98rem;
  }

  .hero-actions {
    display: grid;
  }

  .hero-trust {
    gap: 7px 14px;
    font-size: .67rem;
  }

  .delivery-strip {
    align-items: flex-start;
    padding: 16px;
    flex-wrap: wrap;
  }

  .delivery-strip-copy {
    min-width: 0;
    flex: 1;
  }

  .delivery-flags {
    width: 100%;
    margin-left: 0;
  }

  .intro,
  .collections,
  .craft,
  .faq {
    padding-block: 78px;
  }

  .section-heading {
    align-items: flex-start;
    flex-direction: column;
  }

  .collection-card,
  .collection-card-large {
    grid-template-columns: 1fr;
  }

  .catalogue-grid {
    grid-template-columns: 1fr;
  }

  .catalogue-heading {
    margin-top: 78px;
  }

  .collection-card picture,
  .collection-card-large picture {
    min-height: 270px;
  }

  .catalogue-card picture {
    min-height: 0;
  }

  .catalogue-card .collection-body {
    min-height: 0;
  }

  .collection-body {
    padding: 28px 24px 32px;
  }

  .craft-grid {
    gap: 45px;
  }

  .benefits {
    padding-block: 65px;
  }

  .faq-list summary {
    padding-right: 40px;
    font-size: 1.18rem;
  }

  .faq-list details p {
    padding-right: 15px;
  }

  .final-cta {
    padding-block: 64px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 45px 25px;
  }

  .footer-brand,
  .footer-contact {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    transition-duration: .01ms !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
  }
}
