@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500&family=Jost:wght@300;400;500;600&display=swap');

:root {
  --sand: #F4EDE0;
  --sand-2: #EBE0CC;
  --espresso: #3B2F26;
  --espresso-deep: #2C231B;
  --espresso-soft: #4C3F33;
  --brass: #B08B5B;
  --brass-dark: #97703F;
  --terracotta: #C17A55;
  --cream: #F7F1E6;
  --ivory: #FDFAF3;
  --muted: #8D7C66;
  --muted-cream: #B4A68F;
  --line: #DBCEB6;
  --line-brass: rgba(176, 139, 91, 0.35);
  --shadow-soft: 0 20px 45px -24px rgba(80, 62, 40, 0.4);
  --shadow-lift: 0 32px 64px -30px rgba(80, 62, 40, 0.5);
  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body: "Jost", "Assistant", "Helvetica Neue", Arial, sans-serif;
  --ease: cubic-bezier(0.22, 0.61, 0.36, 1);
}

* { box-sizing: border-box; }

html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.7;
  color: var(--espresso);
  background: var(--sand);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.gradient,
.color-scheme-1.gradient,
.color-scheme-2.gradient,
.color-scheme-3.gradient {
  background: var(--sand);
}

::selection { background: var(--brass); color: var(--ivory); }

img { max-width: 100%; }

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 500;
  color: var(--espresso);
  letter-spacing: 0.01em;
}

p { color: var(--espresso); }

a { color: var(--brass-dark); text-decoration: none; transition: color 0.25s var(--ease); }
a:hover { color: var(--brass); }

button { font-family: var(--font-body); }

:focus-visible { outline: 1px solid var(--brass); outline-offset: 3px; }

/* =========================================================
   DAWN HOMEPAGE — compact header to match all other pages
   ========================================================= */

.utility-bar {
  background: var(--brass) !important;
  border-bottom: 1px solid var(--brass-dark);
}

.utility-bar__grid {
  padding-top: 0.3rem !important;
  padding-bottom: 0.3rem !important;
  align-items: center;
}

.announcement-bar__message {
  font-family: var(--font-body) !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--espresso-deep) !important;
  padding: 0.25rem 0 !important;
  min-height: 0 !important;
}

.announcement-bar .slider-button {
  height: 2rem !important;
  min-width: 32px;
}

.announcement-bar .slider-button--prev,
.announcement-bar .slider-button--next {
  min-width: 32px !important;
}

.utility-bar .list-social__link {
  height: 2rem !important;
  padding: 0 0.7rem !important;
}

.slider-button { color: var(--espresso-deep); }
.slider-button:hover { color: var(--espresso); }

.list-social__item .link svg { color: var(--espresso-deep); }
.list-social__item .link:hover svg { color: var(--espresso); }

.header {
  background: var(--espresso) !important;
  box-shadow: 0 1px 0 var(--line-brass);
  min-height: 84px;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.header--middle-left {
  column-gap: 1.5rem;
  flex-wrap: nowrap;
}

.header__inline-menu,
.header .list-menu--inline {
  flex-wrap: nowrap;
  white-space: nowrap;
}

.header__inline-menu .list-menu__item--link { padding: 0.5rem 0.4rem; }

.header__heading-link { padding: 0; }

.header__heading-link span {
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  font-size: 1.3rem !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: var(--brass);
}

.header__heading-link span em { font-style: italic; color: var(--cream); }

.header__menu-item {
  font-family: var(--font-body) !important;
  font-size: 0.78rem !important;
  line-height: 1.4 !important;
  font-weight: 500 !important;
  letter-spacing: 0.14em !important;
  text-transform: uppercase;
  color: var(--cream) !important;
  padding: 0.5rem 1rem !important;
  white-space: nowrap;
  position: relative;
}

.header__menu-item::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0.3rem;
  height: 1px;
  background: var(--brass);
  transition: left 0.35s var(--ease), right 0.35s var(--ease);
}

.header__menu-item:hover::after,
.header__menu-item[aria-current="page"]::after,
.header__menu-item:hover,
.header__menu-item:focus {
  left: 0;
  right: 0;
  color: var(--brass) !important;
}

.header__active-menu-item { color: var(--brass); text-decoration: none !important; }
.header__active-menu-item::after { display: none; }

.header__icon { color: var(--cream); padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.header__icon:hover { color: var(--brass); }

.header__icon .icon-bag { color: var(--cream); }

.header__menu-item .icon-caret { display: none; }

.header .header__icons .header__icon--search .search__button { color: var(--cream); }

.menu-drawer, .menu-drawer__inner-container, .menu-drawer__navigation-container { background: var(--espresso); }

.menu-drawer__menu-item {
  font-family: var(--font-body) !important;
  font-size: 0.82rem !important;
  letter-spacing: 0.2em !important;
  text-transform: uppercase;
  color: var(--cream) !important;
}

.menu-drawer__menu-item:hover, .menu-drawer__menu-item--active { color: var(--brass) !important; text-decoration: none !important; }

.menu-drawer__close-button { color: var(--cream); }

.menu-drawer .header__heading-link span { font-size: 1.3rem !important; }

/* Buttons — Dawn */
.button {
  font-family: var(--font-body) !important;
  font-size: 0.78rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.24em !important;
  text-transform: uppercase;
  background: var(--brass) !important;
  border: 1px solid var(--brass) !important;
  color: var(--ivory) !important;
  padding: 1.15rem 3rem !important;
  min-height: auto !important;
  transition: all 0.35s var(--ease) !important;
}

.button:hover {
  background: var(--brass-dark) !important;
  border-color: var(--brass-dark) !important;
  color: var(--ivory) !important;
  box-shadow: var(--shadow-lift);
  transform: translateY(-2px);
}

.button--secondary, .button:after {
  display: none;
}

/* Section headings */
.section-header__title, .collection-list-title, .title-wrapper h1, .title-wrapper h2,
.homepage-section-title, .rte h1, .rte h2, .rte h3 {
  font-family: var(--font-display) !important;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: var(--espresso) !important;
}

.collection-list-title {
  font-size: 2.9rem !important;
  text-align: center;
}

.title-wrapper-with-link { text-align: center; }

/* Collection cards (homepage browse) */
.card--standard .card__inner {
  border: none !important;
  background: transparent !important;
  border-radius: 0 !important;
}

.card--standard .card__media { overflow: hidden; }

.card--standard .card__media img,
.card--standard .media img {
  transition: transform 0.9s var(--ease), filter 0.6s var(--ease);
}

.card--standard:hover .card__media img,
.card--standard:hover .media img {
  transform: scale(1.06);
  filter: brightness(1.02);
}

.card__heading, .card__heading a {
  font-family: var(--font-display) !important;
  font-weight: 600 !important;
  font-size: 1.25rem !important;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--espresso) !important;
}

.card__information { padding-top: 1.2rem !important; text-align: center; }

.card-information .price__regular .price-item { font-size: 1rem; letter-spacing: 0.08em; color: var(--espresso); }

.card-information .price__sale .price-item--sale { color: var(--terracotta); }

.card-information .price__sale .price-item--regular { color: var(--muted); }

.card__badge { top: 0.9rem !important; left: 0.9rem !important; right: auto !important; }

.card__badge .badge {
  font-family: var(--font-body) !important;
  font-size: 0.68rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase;
  background: var(--brass) !important;
  color: var(--ivory) !important;
  border: none !important;
  padding: 0.55rem 1.1rem !important;
}

/* Featured collection grid spacing */
.featured-collection { padding-top: 2rem; }

.featured-collection .collection__title { text-align: center; }

.featured-collection .collection__title .title { font-size: 2.9rem; }

.featured-collection .collection__view-all { letter-spacing: 0.2em; color: var(--brass-dark); }

/* Newsletter */
.newsletter { background: var(--sand-2); }

.newsletter__wrapper {
  background: var(--sand-2) !important;
  padding: 4.5rem 1.5rem !important;
}

.newsletter__wrapper h2, .newsletter__wrapper .inline-richtext h2 {
  font-family: var(--font-display);
  font-size: 2.6rem !important;
  font-weight: 500;
  color: var(--espresso) !important;
}

.newsletter__subheading { color: var(--muted) !important; font-size: 0.95rem; letter-spacing: 0.04em; }

.newsletter__wrapper .field__input,
.newsletter__wrapper .newsletter-form__field-wrapper input {
  font-family: var(--font-body) !important;
  background: var(--ivory) !important;
  border: 1px solid var(--line) !important;
  border-radius: 0 !important;
  min-height: 3.4rem;
  color: var(--espresso);
}

.newsletter__wrapper .field__input:focus { border-color: var(--brass) !important; box-shadow: none !important; }

.newsletter__wrapper .field__label { color: var(--muted); }

.newsletter__wrapper .button { background: var(--brass) !important; border-color: var(--brass) !important; color: var(--ivory) !important; }

/* Rich text */
.rich-text__wrapper { max-width: 720px; }

.rich-text__heading { font-size: 2.7rem !important; }

.rich-text__text, .rich-text__text p { color: var(--espresso); }

/* Footer */
.footer { background: var(--espresso-deep) !important; border-top: 1px solid var(--brass); }

.footer .footer__content-top, .footer .footer__content-bottom { border-color: var(--line-brass); }

.footer-block__heading {
  font-family: var(--font-body) !important;
  font-size: 0.72rem !important;
  font-weight: 600 !important;
  letter-spacing: 0.26em !important;
  text-transform: uppercase;
  color: var(--brass) !important;
}

.footer .link, .footer .footer-block__details-content a, .footer .footer__linklist a {
  font-family: var(--font-body);
  font-size: 0.88rem;
  color: var(--cream);
}

.footer .link:hover, .footer .footer-block__details-content a:hover, .footer .footer__linklist a:hover {
  color: var(--brass);
}

.footer .list-social__item .link svg { color: var(--cream); }
.footer .list-social__item .link:hover svg { color: var(--brass); }

.footer .footer__copyright, .footer .copyright__content {
  color: var(--muted-cream) !important;
  font-size: 0.8rem !important;
  letter-spacing: 0.06em;
}

.footer .footer__payment { filter: grayscale(0.25); opacity: 0.9; }

/* Cart / quantity buttons on homepage drawers */
.cart-drawer, .cart-drawer .drawer__inner { background: var(--sand); }
.cart-drawer .drawer__heading { font-family: var(--font-display); color: var(--espresso); }

.cart-drawer .cart__empty-text, .cart-drawer .drawer__inner-empty { color: var(--espresso); }

.cart-drawer__footer .button, .cart__footer .button {
  background: var(--brass) !important;
  border-color: var(--brass) !important;
  color: var(--ivory) !important;
}

.cart-drawer__footer .button:hover, .cart__footer .button:hover { background: var(--brass-dark) !important; border-color: var(--brass-dark) !important; }

/* =========================================================
   GENERATED PAGES
   ========================================================= */

.container { max-width: 1200px; margin: 0 auto; padding: 0 2rem; }

.site-header {
  border-bottom: 1px solid var(--line-brass);
  position: sticky;
  top: 0;
  z-index: 50;
  background: var(--sand);      /* seamless with the page background */
}

/* Fixed navbar height — logo, nav links & cart icons all centered */
.site-header__inner {
  display: flex;
  align-items: center;          /* one shared horizontal center line */
  justify-content: space-between;
  gap: 1.5rem;
  flex-wrap: nowrap;
  min-height: 80px;             /* exact 80px header */
  max-height: 80px;
  padding-left: 28px;           /* 24–32px edge margin */
  padding-right: 28px;
}

.logo {
  font-family: var(--font-display);
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--brass);
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  line-height: 0;
  margin-left: 0.5rem;
}

.logo:hover { color: var(--brass-dark); text-decoration: none; }

/* Balanced navbar logo: crest + wordmark read as one unit */
.logo img {
  display: block;
  height: 66px;                 /* big logo, still inside the 80px navbar */
  width: auto;
  max-height: 66px;
  object-fit: contain;          /* aspect ratio never stretched */
  transform: scaleX(1.35);      /* extra wide look — navbar unchanged */
}

.main-nav {
  font-size: 0.78rem !important;
}

.main-nav ul {
  display: flex;
  gap: 1.75rem;                 /* equal spacing between every nav item */
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  align-items: center;
}

.main-nav a {
  font-size: 0.78rem !important;
  line-height: 1.4 !important;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--espresso);
  padding: 0.5rem 0;
  white-space: nowrap;
  position: relative;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 50%;
  right: 50%;
  bottom: 0.2rem;
  height: 1px;
  background: var(--brass);
  transition: left 0.35s var(--ease), right 0.35s var(--ease);
}

.main-nav a:hover { color: var(--brass); text-decoration: none; }
.main-nav a:hover::after, .main-nav a.active::after { left: 0; right: 0; }

.header-actions { display: flex; gap: 1rem; align-items: center; }

.header-actions a {
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--espresso);
  white-space: nowrap;
}

.header-actions a:hover { color: var(--brass); }

/* Cart badge — consistent size/position on every page, sits above the text without overlapping */
#cart-count {
  background: var(--brass) !important;
  color: var(--ivory) !important;
  font-family: var(--font-body) !important;
  font-size: 0.6rem !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1 !important;
  padding: 0.2rem 0.4rem !important;
  border-radius: 999px !important;
  position: absolute !important;
  top: -9px !important;
  right: -16px !important;
  min-width: 15px !important;
  text-align: center !important;
}

.nav-toggle {
  display: none;
  background: none;
  border: 1px solid var(--line-brass);
  border-radius: 0;
  font-size: 1.3rem;
  padding: 0.55rem 0.9rem;
  cursor: pointer;
  color: var(--espresso);
  letter-spacing: 0.14em;
  line-height: 1;
}

@media (max-width: 900px) {
  .site-header__inner {
    min-height: 64px;
    max-height: 64px;
    gap: 0.75rem;
    padding-left: 16px;
    padding-right: 16px;
  }

  .logo { order: 1; flex: 1; display: inline-flex; justify-content: center; margin-left: 0; }
  .logo img { height: 52px; max-height: 52px; transform: scaleX(1.35); }
  .nav-toggle { order: 0; font-size: 1.5rem; padding: 0.5rem 0.85rem; }
  .header-actions { order: 2; gap: 0.9rem; }
  .header-actions a { font-size: 0.72rem; }
  .header-actions a[href="/search"] { display: none; }

  .nav-toggle {
    background: none;
    border: none;
    color: var(--espresso);
  }

  .main-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    height: 100vh;
    background: var(--sand);
    z-index: 200;
    overflow-y: auto;
  }
  .main-nav.open { display: block; }
  .main-nav ul { flex-direction: column; gap: 0; padding: 5rem 2rem 2rem; align-items: stretch; }
  .main-nav li { border-bottom: 1px solid var(--line-brass); }
  .main-nav li:last-child { border-bottom: none; }
  .main-nav a {
    display: block;
    padding: 1.15rem 0;
    font-family: var(--font-display);
    font-size: 1.35rem !important;
    letter-spacing: 0.08em;
    text-transform: none;
  }
  .main-nav a::after { display: none; }

  /* Close button inside open menu */
  .main-nav.open::before {
    content: "\00D7";
    position: absolute;
    top: 1rem;
    left: 1.25rem;
    font-size: 2.4rem;
    line-height: 1;
    color: var(--espresso);
    z-index: 210;
  }
}

/* Page banner */
.page-banner {
  background: var(--sand-2);
  text-align: center;
  padding: 4.5rem 1rem;
  position: relative;
}

.page-banner::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 60px;
  height: 1px;
  background: var(--brass);
}

.page-banner h1 {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 500;
  margin: 0 0 0.8rem;
  letter-spacing: 0.04em;
  color: var(--espresso);
}

.page-banner p {
  margin: 0;
  color: var(--muted);
  max-width: 620px;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.95rem;
  letter-spacing: 0.05em;
}

/* Breadcrumb */
.breadcrumb {
  padding: 1.5rem 0 0;
  font-size: 0.78rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.breadcrumb a { color: var(--brass-dark); }
.breadcrumb a:hover { color: var(--brass); }
.breadcrumb span { color: var(--terracotta); }

/* Product grid */
.product-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.5rem 1.75rem;
  padding: 3rem 0 4.5rem;
}

@media (max-width: 900px) { .product-grid { grid-template-columns: repeat(2, 1fr); gap: 1.75rem; } }
@media (max-width: 520px) { .product-grid { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; } }

/* Product cards — hover: lift + color-change animation */
.product-card {
  transition: transform 0.45s var(--ease), background-color 0.45s var(--ease),
              border-color 0.45s var(--ease), box-shadow 0.45s var(--ease);
  border: 1px solid transparent;
  padding: 0.75rem;
  margin: -0.75rem;             /* keep grid alignment while adding inner pad */
}

.product-card:hover {
  transform: translateY(-8px) scale(0.985);   /* retract-lift effect */
  background: var(--sand-2);
  border-color: var(--brass);
  box-shadow: var(--shadow-soft);
}

.product-card a.card-link { display: block; }

.product-card .thumb {
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--ivory);
  position: relative;
}

.product-card .thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.9s var(--ease), filter 0.6s var(--ease);
}

.product-card a.card-link:hover .thumb img { transform: scale(1.06); }

.product-card .info { padding: 1rem 0 0; text-align: center; }

.product-card .name {
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin: 0 0 0.3rem;
  color: var(--espresso);
  transition: color 0.35s var(--ease);
}

.product-card:hover .name { color: var(--brass-dark); }

.product-card .name a:hover { text-decoration: none; color: var(--brass-dark); }

.product-card .price {
  font-size: 0.9rem;
  letter-spacing: 0.1em;
  color: var(--espresso);
}

.product-card .price .compare {
  color: var(--muted);
  text-decoration: line-through;
  margin-left: 0.5rem;
  font-size: 0.82rem;
}

/* Product detail */
.product-detail {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  padding: 3rem 0 4.5rem;
}

@media (max-width: 800px) { .product-detail { grid-template-columns: 1fr; gap: 2rem; } }

.product-detail .gallery {
  position: relative;
}

.product-detail .gallery img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  box-shadow: var(--shadow-soft);
}

.product-detail .gallery img.zoom { transform: scale(1.3); }

.product-detail .title {
  font-family: var(--font-display);
  font-size: 2.6rem;
  font-weight: 500;
  margin: 0 0 0.6rem;
  letter-spacing: 0.03em;
  color: var(--espresso);
}

.product-detail .price-line {
  font-size: 1.35rem;
  margin: 0 0 1.4rem;
  letter-spacing: 0.06em;
  color: var(--terracotta);
}

.product-detail .price-line .compare {
  color: var(--muted);
  text-decoration: line-through;
  margin-left: 0.7rem;
  font-size: 1rem;
}

.product-detail .desc {
  color: var(--espresso);
  margin-bottom: 1.75rem;
  line-height: 1.8;
}

.product-detail .field { margin-bottom: 1.1rem; }

.product-detail .field label {
  display: block;
  font-size: 0.74rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  margin-bottom: 0.5rem;
  font-weight: 600;
  color: var(--espresso);
}

.product-detail select {
  width: 100%;
  padding: 0.8rem 1rem;
  border: 1px solid var(--line);
  border-radius: 0;
  background: var(--ivory);
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--espresso);
  transition: border-color 0.25s var(--ease);
}

.product-detail select:focus { border-color: var(--brass); outline: none; }

/* Buttons — custom */
.btn {
  display: inline-block;
  background: var(--brass);
  color: var(--ivory);
  border: 1px solid var(--brass);
  padding: 1.05rem 2.6rem;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 0;
  text-align: center;
  transition: all 0.35s var(--ease);
}

.btn:hover {
  background: var(--brass-dark);
  border-color: var(--brass-dark);
  color: var(--ivory);
  box-shadow: var(--shadow-lift);
  transform: translateY(-2px);
  text-decoration: none;
}

.btn--full { width: 100%; }

.btn--secondary {
  background: transparent;
  color: var(--brass-dark);
}

.btn--secondary:hover {
  background: var(--brass);
  color: var(--ivory);
}

/* Content sections */
.content-section { padding: 3rem 0 4.5rem; }

.content-section h2 { font-family: var(--font-display); font-size: 2.2rem; margin: 0 0 1.2rem; letter-spacing: 0.02em; color: var(--espresso); }
.content-section h3 { font-family: var(--font-display); font-size: 1.5rem; margin: 1.8rem 0 0.6rem; letter-spacing: 0.02em; color: var(--espresso); }
.content-section p { color: var(--espresso); margin: 0 0 1rem; max-width: 760px; }
.content-section ul { color: var(--espresso); max-width: 760px; }

/* Accordion */
.accordion details {
  border: 1px solid var(--line);
  margin-bottom: 0.9rem;
  background: var(--ivory);
  transition: box-shadow 0.3s var(--ease);
}

.accordion details[open] { box-shadow: var(--shadow-soft); }

.accordion summary {
  padding: 1.1rem 1.4rem;
  cursor: pointer;
  font-family: var(--font-display);
  font-size: 1.2rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  list-style: none;
  color: var(--espresso);
}

.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { content: "+"; float: right; font-weight: 400; font-family: var(--font-body); color: var(--brass-dark); transition: transform 0.3s var(--ease); }
.accordion details[open] summary::after { content: "\2013"; }

.accordion .answer { padding: 0 1.4rem 1.4rem; color: var(--espresso); line-height: 1.8; }

/* Size chart */
table.size-chart {
  width: 100%;
  max-width: 640px;
  border-collapse: collapse;
  box-shadow: var(--shadow-soft);
}

table.size-chart th, table.size-chart td {
  border: 1px solid var(--line);
  padding: 0.9rem 1.1rem;
  text-align: left;
  font-size: 0.92rem;
}

table.size-chart th {
  background: var(--brass);
  color: var(--ivory);
  font-weight: 600;
  font-size: 0.76rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

table.size-chart td { color: var(--espresso); background: var(--ivory); }

table.size-chart tr:nth-child(even) td { background: var(--sand); }

/* Forms */
.contact-form { max-width: 560px; }
.contact-form .field { margin-bottom: 1.2rem; }
.contact-form label { display: block; font-size: 0.74rem; font-weight: 600; letter-spacing: 0.18em; text-transform: uppercase; margin-bottom: 0.5rem; color: var(--espresso); }

.contact-form input, .contact-form textarea,
.search-box input {
  width: 100%;
  padding: 0.85rem 1.1rem;
  border: 1px solid var(--line);
  border-radius: 0;
  font-family: var(--font-body);
  font-size: 0.95rem;
  color: var(--espresso);
  background: var(--ivory);
  transition: border-color 0.25s var(--ease), box-shadow 0.25s var(--ease);
}

.contact-form input:focus, .contact-form textarea:focus, .search-box input:focus {
  border-color: var(--brass);
  box-shadow: 0 0 0 3px rgba(176, 139, 91, 0.2);
  outline: none;
}

.contact-form textarea { min-height: 150px; resize: vertical; }

.form-note {
  display: none;
  margin-top: 1rem;
  padding: 1.1rem 1.3rem;
  background: var(--sand-2);
  border-left: 3px solid var(--brass);
  color: var(--espresso);
}
.form-note.show { display: block; }

/* Empty state */
.empty-state { text-align: center; padding: 5rem 1rem 6rem; }
.empty-state h2 { font-family: var(--font-display); font-size: 2.4rem; color: var(--espresso); }
.empty-state p { color: var(--muted); letter-spacing: 0.05em; }

/* Footer (generated pages) */
.site-footer {
  border-top: 1px solid var(--brass);
  background: var(--espresso-deep);
  margin-top: 2rem;
  color: var(--cream);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  padding: 3.5rem 0;
}

@media (max-width: 800px) { .site-footer__inner { grid-template-columns: 1fr; } }

.site-footer h4 {
  font-family: var(--font-body);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: var(--brass);
  margin: 0 0 1rem;
}

.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: 0.55rem; }
.site-footer a { color: var(--cream); font-size: 0.88rem; }
.site-footer a:hover { color: var(--brass); }

.site-footer .bottom {
  border-top: 1px solid var(--line-brass);
  padding: 1.4rem 0 2rem;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.5rem;
  color: var(--muted-cream);
  font-size: 0.8rem;
  letter-spacing: 0.06em;
}

/* Search */
.search-page { padding: 3rem 0 4.5rem; }
.search-page h1 { font-family: var(--font-display); font-size: 2.8rem; text-align: center; margin-bottom: 0.5rem; color: var(--espresso); }
.search-page .hint { text-align: center; color: var(--muted); font-size: 0.9rem; letter-spacing: 0.05em; }

.search-box { display: flex; gap: 0.75rem; max-width: 560px; margin: 2.5rem auto 0; }
.search-box input { flex: 1; }
.search-box .btn { padding: 1rem 2.2rem; }

.search-results { padding: 3rem 0 1rem; }

/* Toast */
.toast {
  position: fixed;
  bottom: 1.75rem;
  left: 50%;
  transform: translateX(-50%) translateY(140%);
  background: var(--brass);
  color: var(--ivory);
  border-left: 3px solid var(--brass-dark);
  padding: 1rem 1.8rem;
  font-size: 0.82rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  z-index: 100;
  transition: transform 0.4s var(--ease);
  max-width: 90vw;
  text-align: center;
  box-shadow: var(--shadow-lift);
}

.toast.show { transform: translateX(-50%) translateY(0); }

/* Related */
.related { padding: 1.5rem 0 4rem; }
.related h2 { font-family: var(--font-display); font-size: 2rem; text-align: center; margin-bottom: 2rem; letter-spacing: 0.04em; color: var(--espresso); }

/* Scrollbar */
::-webkit-scrollbar { width: 10px; }
::-webkit-scrollbar-track { background: var(--sand); }
::-webkit-scrollbar-thumb { background: var(--brass); }
::-webkit-scrollbar-thumb:hover { background: var(--brass-dark); }

/* ===== ABOUT US PAGE ===== */

.about-hero {
  position: relative;
  background: var(--espresso);
  text-align: center;
  padding: 5rem 2rem 4rem;
  overflow: hidden;
}

.about-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 30% 20%, rgba(198,163,121,0.15) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 80%, rgba(198,163,121,0.08) 0%, transparent 50%);
}

.about-hero h1 {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--cream);
  margin: 0 0 0.6rem;
  letter-spacing: 0.06em;
  position: relative;
}

.about-hero h1 em {
  font-style: italic;
  color: var(--brass);
}

.about-hero p {
  font-size: 1.05rem;
  color: var(--sand);
  max-width: 600px;
  margin: 0 auto;
  line-height: 1.7;
  position: relative;
}

.about-hero .line-accent {
  width: 60px;
  height: 2px;
  background: var(--brass);
  margin: 1.5rem auto 0;
  position: relative;
}

/* Success Story Tree */
.success-tree-section {
  padding: 5rem 0;
  background: var(--cream);
  overflow: hidden;
}

.success-tree-header {
  text-align: center;
  margin-bottom: 4rem;
}

.success-tree-header h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--espresso);
  margin: 0 0 0.6rem;
  letter-spacing: 0.04em;
}

.success-tree-header p {
  color: var(--espresso-light);
  font-size: 0.95rem;
  max-width: 500px;
  margin: 0 auto;
}

.success-tree {
  position: relative;
  max-width: 900px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* Vertical brass trunk */
.success-tree::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 2px;
  background: linear-gradient(to bottom, transparent 0%, var(--brass) 8%, var(--brass) 92%, transparent 100%);
}

.success-node {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 60px 1fr;
  align-items: center;
  margin-bottom: 3.5rem;
}

.success-node:last-child { margin-bottom: 0; }

/* Brass dot on the trunk */
.success-node .node-dot {
  width: 16px;
  height: 16px;
  background: var(--brass);
  border: 3px solid var(--cream);
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 4px rgba(198,163,121,0.2);
  transition: box-shadow 0.4s ease, transform 0.4s ease;
}

.success-node:hover .node-dot {
  box-shadow: 0 0 0 8px rgba(198,163,121,0.3);
  transform: scale(1.3);
}

/* Connector lines from dot to card */
.success-node .node-line {
  height: 1px;
  background: var(--brass);
  opacity: 0.4;
}

/* Cards */
.success-card {
  background: white;
  border: 1px solid var(--sand);
  padding: 2rem;
  position: relative;
  transition: border-color 0.3s ease, box-shadow 0.4s ease, transform 0.4s ease;
}

.success-card:hover {
  border-color: var(--brass);
  box-shadow: 0 12px 40px rgba(0,0,0,0.06);
  transform: translateY(-3px);
}

/* Alternate sides — even nodes flip */
.success-node:nth-child(odd) .success-card { grid-column: 1; text-align: right; }
.success-node:nth-child(odd) .node-dot { grid-column: 2; }
.success-node:nth-child(odd) .node-line { grid-column: 3; }

.success-node:nth-child(even) .node-line { grid-column: 1; }
.success-node:nth-child(even) .node-dot { grid-column: 2; }
.success-node:nth-child(even) .success-card { grid-column: 3; text-align: left; }

.success-card .year {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
  background: var(--sand);
  padding: 0.3rem 0.9rem;
  margin-bottom: 0.75rem;
}

.success-card h3 {
  font-family: var(--font-display);
  font-size: 1.15rem;
  color: var(--espresso);
  margin: 0 0 0.5rem;
  letter-spacing: 0.03em;
}

.success-card p {
  color: var(--espresso-light);
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 0;
}

/* Mobile tree */
@media (max-width: 768px) {
  .success-tree::before {
    left: 24px;
    transform: none;
  }

  .success-node {
    grid-template-columns: 48px 1fr;
    gap: 0;
  }

  .success-node .node-dot {
    grid-column: 1;
    grid-row: 1 / 3;
    width: 12px;
    height: 12px;
    margin-top: 1.5rem;
  }

  .success-node .node-line { display: none; }

  .success-node:nth-child(odd) .success-card,
  .success-node:nth-child(even) .success-card {
    grid-column: 2;
    text-align: left;
  }
}

/* Rotating Tabs Section */
.about-tabs-section {
  padding: 4rem 0;
  background: var(--cream);
}

.about-tabs-nav {
  display: flex;
  justify-content: center;
  gap: 0;
  margin-bottom: 3rem;
  border-bottom: 2px solid var(--line-brass);
  position: relative;
}

.about-tab-btn {
  background: none;
  border: none;
  font-family: var(--font-body);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--espresso-light);
  padding: 1rem 2.5rem;
  cursor: pointer;
  position: relative;
  transition: color 0.3s ease;
}

.about-tab-btn::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%) scaleX(0);
  width: 100%;
  height: 2px;
  background: var(--brass);
  transition: transform 0.35s var(--ease);
}

.about-tab-btn:hover,
.about-tab-btn.active {
  color: var(--espresso);
}

.about-tab-btn.active::after {
  transform: translateX(-50%) scaleX(1);
}

.about-tab-panels {
  position: relative;
  min-height: 420px;
  overflow: hidden;
}

.about-tab-panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s var(--ease), visibility 0.5s;
}

.about-tab-panel.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  position: relative;
}

/* Brand Story Panel */
.brand-story-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

@media (max-width: 800px) { .brand-story-grid { grid-template-columns: 1fr; gap: 2rem; } }

.brand-story-text h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--espresso);
  margin: 0 0 1rem;
  letter-spacing: 0.04em;
}

.brand-story-text p {
  color: var(--espresso-light);
  line-height: 1.8;
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

.brand-story-image {
  position: relative;
  overflow: hidden;
}

.brand-story-image img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
}

.brand-story-image::after {
  content: "";
  position: absolute;
  inset: 12px;
  border: 1px solid var(--brass);
  pointer-events: none;
}

/* Premium Panel */
.premium-values {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}

@media (max-width: 800px) { .premium-values { grid-template-columns: 1fr; } }

.premium-value-card {
  text-align: center;
  padding: 2.5rem 1.5rem;
  background: white;
  border: 1px solid var(--sand);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.premium-value-card:hover {
  border-color: var(--brass);
  box-shadow: 0 8px 30px rgba(0,0,0,0.06);
}

.premium-value-icon {
  width: 56px;
  height: 56px;
  margin: 0 auto 1.5rem;
  background: var(--sand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  color: var(--brass);
  transition: background 0.3s ease;
}

.premium-value-card:hover .premium-value-icon {
  background: var(--brass);
  color: var(--cream);
}

.premium-value-card h3 {
  font-family: var(--font-display);
  font-size: 1.05rem;
  color: var(--espresso);
  margin: 0 0 0.75rem;
  letter-spacing: 0.06em;
}

.premium-value-card p {
  color: var(--espresso-light);
  font-size: 0.88rem;
  line-height: 1.7;
  margin: 0;
}

/* Craftsmanship Panel */
.craft-section {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

@media (max-width: 800px) { .craft-section { grid-template-columns: 1fr; } }

.craft-image {
  position: relative;
  overflow: hidden;
}

.craft-image img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
}

.craft-image::before {
  content: "";
  position: absolute;
  top: -8px;
  left: -8px;
  right: 8px;
  bottom: 8px;
  border: 1px solid var(--brass);
  z-index: 1;
  pointer-events: none;
}

.craft-text h2 {
  font-family: var(--font-display);
  font-size: 1.8rem;
  color: var(--espresso);
  margin: 0 0 1rem;
  letter-spacing: 0.04em;
}

.craft-text p {
  color: var(--espresso-light);
  line-height: 1.8;
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

.craft-list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 0;
}

.craft-list li {
  padding: 0.6rem 0;
  border-bottom: 1px solid var(--sand);
  color: var(--espresso);
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.craft-list li::before {
  content: "—";
  color: var(--brass);
  font-weight: 700;
}

/* Promise / CTA */
.about-promise {
  background: var(--espresso);
  text-align: center;
  padding: 4.5rem 2rem;
  position: relative;
  overflow: hidden;
}

.about-promise::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(198,163,121,0.1) 0%, transparent 70%);
}

.about-promise h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--cream);
  margin: 0 0 0.75rem;
  letter-spacing: 0.04em;
  position: relative;
}

.about-promise p {
  color: var(--sand);
  font-size: 1rem;
  max-width: 560px;
  margin: 0 auto 2rem;
  line-height: 1.7;
  position: relative;
}

.about-promise .btn-about {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--espresso);
  background: var(--brass);
  padding: 1rem 2.5rem;
  border: none;
  cursor: pointer;
  text-decoration: none;
  transition: background 0.3s ease, color 0.3s ease;
  position: relative;
}

.about-promise .btn-about:hover {
  background: var(--cream);
  color: var(--espresso);
  text-decoration: none;
}

/* ===== CONTACT PAGE ===== */

.contact-hero {
  position: relative;
  background: var(--espresso);
  text-align: center;
  padding: 5rem 2rem 4rem;
  overflow: hidden;
}

.contact-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 60% 30%, rgba(198,163,121,0.12) 0%, transparent 60%),
              radial-gradient(ellipse at 30% 70%, rgba(198,163,121,0.08) 0%, transparent 50%);
}

.contact-hero h1 {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--cream);
  margin: 0 0 0.6rem;
  letter-spacing: 0.06em;
  position: relative;
}

.contact-hero h1 em { font-style: italic; color: var(--brass); }

.contact-hero p {
  font-size: 1.05rem;
  color: var(--sand);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
  position: relative;
}

.contact-hero .line-accent {
  width: 60px;
  height: 2px;
  background: var(--brass);
  margin: 1.5rem auto 0;
  position: relative;
}

/* Contact Grid */
.contact-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  padding: 4rem 0;
}

@media (max-width: 800px) { .contact-grid { grid-template-columns: 1fr; gap: 2rem; } }

/* Contact Form */
.contact-form-card {
  background: white;
  border: 1px solid var(--sand);
  padding: 2.5rem;
  opacity: 0;
  transform: translateY(24px);
  animation: fadeSlideUp 0.6s ease 0.1s forwards;
}

.contact-form-card h2 {
  font-family: var(--font-display);
  font-size: 1.5rem;
  color: var(--espresso);
  margin: 0 0 0.4rem;
  letter-spacing: 0.04em;
}

.contact-form-card .subtitle {
  color: var(--espresso-light);
  font-size: 0.88rem;
  margin: 0 0 2rem;
}

.contact-form-card .field {
  margin-bottom: 1.25rem;
}

.contact-form-card label {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--espresso-light);
  margin-bottom: 0.4rem;
}

.contact-form-card input,
.contact-form-card textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1px solid var(--sand);
  border-radius: 0;
  background: var(--cream);
  font-family: var(--font-body);
  font-size: 0.92rem;
  color: var(--espresso);
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
  outline: none;
}

.contact-form-card input:focus,
.contact-form-card textarea:focus {
  border-color: var(--brass);
  box-shadow: 0 0 0 3px rgba(198,163,121,0.15);
}

.contact-form-card textarea { min-height: 130px; resize: vertical; }

.contact-form-card .btn-submit {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--cream);
  background: var(--espresso);
  border: 1px solid var(--espresso);
  padding: 0.95rem 2.5rem;
  cursor: pointer;
  transition: background 0.3s ease, color 0.3s ease;
}

.contact-form-card .btn-submit:hover {
  background: var(--brass);
  border-color: var(--brass);
  color: var(--cream);
}

.contact-form-card .form-success {
  display: none;
  margin-top: 1.5rem;
  padding: 1rem 1.25rem;
  background: rgba(198,163,121,0.08);
  border-left: 3px solid var(--brass);
  font-size: 0.88rem;
  color: var(--espresso);
  animation: fadeSlideUp 0.4s ease forwards;
}

.contact-form-card .form-success.show { display: block; }

/* Contact Info Side */
.contact-info-side {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  opacity: 0;
  transform: translateY(24px);
  animation: fadeSlideUp 0.6s ease 0.3s forwards;
}

.contact-info-card {
  background: white;
  border: 1px solid var(--sand);
  padding: 2rem;
  transition: border-color 0.3s ease, box-shadow 0.4s ease, transform 0.3s ease;
}

.contact-info-card:hover {
  border-color: var(--brass);
  box-shadow: 0 8px 30px rgba(0,0,0,0.05);
  transform: translateY(-2px);
}

.contact-info-card .info-icon {
  width: 44px;
  height: 44px;
  background: var(--sand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1rem;
  color: var(--brass);
  margin-bottom: 1rem;
  transition: background 0.3s ease, color 0.3s ease;
}

.contact-info-card:hover .info-icon {
  background: var(--brass);
  color: var(--cream);
}

.contact-info-card h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--espresso);
  margin: 0 0 0.4rem;
  letter-spacing: 0.04em;
}

.contact-info-card p {
  color: var(--espresso-light);
  font-size: 0.88rem;
  margin: 0;
  line-height: 1.6;
}

.contact-info-card a {
  color: var(--espresso);
  font-weight: 600;
  transition: color 0.2s ease;
}

.contact-info-card a:hover { color: var(--brass); }

/* Map / Hours card */
.contact-hours-card {
  background: var(--espresso);
  padding: 2rem;
  color: var(--cream);
}

.contact-hours-card h3 {
  font-family: var(--font-display);
  font-size: 1rem;
  color: var(--cream);
  margin: 0 0 1rem;
  letter-spacing: 0.04em;
}

.contact-hours-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.contact-hours-card li {
  display: flex;
  justify-content: space-between;
  padding: 0.5rem 0;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  font-size: 0.85rem;
  color: var(--sand);
}

.contact-hours-card li:last-child { border-bottom: none; }

.contact-hours-card .day { font-weight: 600; color: var(--cream); }

/* Animations */
@keyframes fadeSlideUp {
  from { opacity: 0; transform: translateY(24px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

/* ===== HOME PAGE ===== */

.home-hero {
  position: relative;
  height: 85vh;
  min-height: 520px;
  display: flex;
  align-items: center;
  overflow: hidden;
  background: var(--espresso);
}

.home-hero-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center 20%;
  opacity: 0.45;
  transition: transform 12s ease;
}

.home-hero:hover .home-hero-bg { transform: scale(1.03); }

.home-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(45,36,27,0.85) 0%, rgba(45,36,27,0.5) 50%, rgba(45,36,27,0.75) 100%);
}

.home-hero-content {
  position: relative;
  z-index: 2;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 4rem;
  width: 100%;
}

.home-hero-label {
  font-size: 0.7rem;
  font-weight: 600;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 1.5rem;
  display: inline-block;
}

.home-hero h1 {
  font-family: var(--font-display);
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 700;
  color: var(--cream);
  margin: 0 0 1.2rem;
  line-height: 1.15;
  max-width: 600px;
}

.home-hero h1 em {
  font-style: italic;
  color: var(--brass);
  display: inline;
}

.home-hero p {
  font-size: 1.05rem;
  color: var(--sand);
  max-width: 480px;
  line-height: 1.7;
  margin: 0 0 2rem;
}

.hero-btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--espresso);
  background: var(--brass);
  padding: 1rem 2.8rem;
  text-decoration: none;
  transition: background 0.3s ease, transform 0.3s ease;
}

.hero-btn:hover {
  background: var(--cream);
  transform: translateY(-1px);
  text-decoration: none;
}

.hero-scroll {
  position: absolute;
  bottom: 2.5rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  color: var(--brass);
  font-size: 0.65rem;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  text-decoration: none;
  opacity: 0.7;
  transition: opacity 0.3s;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.6rem;
}

.hero-scroll:hover { opacity: 1; text-decoration: none; }

.hero-scroll::after {
  content: "";
  width: 1px;
  height: 36px;
  background: var(--brass);
  animation: scrollPulse 2s ease infinite;
}

@keyframes scrollPulse {
  0%, 100% { opacity: 0.3; transform: scaleY(0.6); }
  50% { opacity: 1; transform: scaleY(1); }
}

/* Brand Strip */
.brand-strip {
  background: var(--sand);
  padding: 3.5rem 2rem;
  text-align: center;
  border-bottom: 1px solid var(--line-brass);
}

.brand-strip h2 {
  font-family: var(--font-display);
  font-size: clamp(1.3rem, 2.5vw, 1.8rem);
  color: var(--espresso);
  margin: 0 0 0.6rem;
  letter-spacing: 0.03em;
}

.brand-strip p {
  color: var(--espresso-light);
  font-size: 0.92rem;
  max-width: 540px;
  margin: 0 auto;
  line-height: 1.7;
}

/* Collection Tiles */
.collection-tiles {
  padding: 5rem 2rem;
  max-width: 1200px;
  margin: 0 auto;
}

.collection-tiles-header {
  text-align: center;
  margin-bottom: 3rem;
}

.collection-tiles-header h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--espresso);
  margin: 0 0 0.4rem;
  letter-spacing: 0.04em;
}

.collection-tiles-header p {
  color: var(--espresso-light);
  font-size: 0.9rem;
}

.tiles-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
}

@media (max-width: 800px) { .tiles-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .tiles-grid { grid-template-columns: 1fr; } }

.tile {
  position: relative;
  overflow: hidden;
  aspect-ratio: 3/4;
  cursor: pointer;
}

.tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.7s ease;
}

.tile:hover img { transform: scale(1.06); }

.tile-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(45,36,27,0.7) 0%, transparent 50%);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.8rem;
}

.tile-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 0.3rem;
}

.tile h3 {
  font-family: var(--font-display);
  font-size: 1.4rem;
  color: var(--cream);
  margin: 0 0 0.4rem;
}

.tile-link {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--brass);
  text-decoration: none;
  transition: color 0.2s;
}

.tile-link:hover { color: var(--cream); text-decoration: none; }

/* Featured Products — editorial layout */
.featured-section {
  background: var(--cream);
  padding: 5rem 0;
}

.featured-header {
  text-align: center;
  padding: 0 2rem;
  margin-bottom: 3.5rem;
}

.featured-header h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--espresso);
  margin: 0 0 0.4rem;
  letter-spacing: 0.04em;
}

.featured-header p {
  color: var(--espresso-light);
  font-size: 0.9rem;
}

/* Editorial row 1: large + 2 small */
.editorial-row {
  max-width: 1200px;
  margin: 0 auto 2rem;
  padding: 0 2rem;
  display: grid;
  gap: 1.5rem;
}

.editorial-row.row-main {
  grid-template-columns: 1.2fr 1fr;
  grid-template-rows: auto auto;
}

@media (max-width: 800px) { .editorial-row.row-main { grid-template-columns: 1fr; } }

.editorial-row.row-main .editorial-card:first-child {
  grid-row: 1 / 3;
}

@media (max-width: 800px) { .editorial-row.row-main .editorial-card:first-child { grid-row: auto; } }

.editorial-row.row-two {
  grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 800px) { .editorial-row.row-two { grid-template-columns: 1fr 1fr; } }
@media (max-width: 520px) { .editorial-row.row-two { grid-template-columns: 1fr; } }

.editorial-card {
  position: relative;
  overflow: hidden;
  background: white;
  border: 1px solid var(--sand);
  transition: border-color 0.3s ease, box-shadow 0.4s ease;
  text-decoration: none;
  display: block;
}

.editorial-card:hover {
  border-color: var(--brass);
  box-shadow: 0 12px 40px rgba(0,0,0,0.06);
  text-decoration: none;
}

.editorial-card-img {
  aspect-ratio: 3/4;
  overflow: hidden;
}

.row-main .editorial-card:first-child .editorial-card-img { aspect-ratio: auto; height: 100%; }

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

.editorial-card:hover .editorial-card-img img { transform: scale(1.04); }

.editorial-card-body {
  padding: 1.2rem 1.4rem;
}

.editorial-card-body .tag {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--brass);
}

.editorial-card-body h3 {
  font-family: var(--font-display);
  font-size: 1.1rem;
  color: var(--espresso);
  margin: 0.3rem 0;
}

.editorial-card-body .price {
  font-size: 0.9rem;
  color: var(--espresso-light);
}

.editorial-card-body .price .old {
  text-decoration: line-through;
  color: var(--brass);
  margin-left: 0.4rem;
  font-size: 0.82rem;
}

/* View All */
.view-all-wrap {
  text-align: center;
  padding: 3rem 0 1rem;
}

.view-all-btn {
  display: inline-block;
  font-family: var(--font-body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--espresso);
  border: 1px solid var(--espresso);
  padding: 0.9rem 2.8rem;
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}

.view-all-btn:hover {
  background: var(--espresso);
  color: var(--cream);
  text-decoration: none;
}

/* Trust Strip */
.trust-strip {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid var(--line-brass);
  border-bottom: 1px solid var(--line-brass);
}

@media (max-width: 800px) { .trust-strip { grid-template-columns: repeat(2, 1fr); } }

.trust-item {
  text-align: center;
  padding: 2.5rem 1.5rem;
  border-right: 1px solid var(--line-brass);
}

.trust-item:last-child { border-right: none; }

.trust-icon {
  font-size: 1.4rem;
  color: var(--brass);
  margin-bottom: 0.75rem;
}

.trust-item h4 {
  font-family: var(--font-display);
  font-size: 0.82rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--espresso);
  margin: 0 0 0.3rem;
}

.trust-item p {
  color: var(--espresso-light);
  font-size: 0.82rem;
  margin: 0;
  line-height: 1.5;
}

/* Newsletter */
.newsletter-section {
  background: var(--espresso);
  text-align: center;
  padding: 5rem 2rem;
  position: relative;
  overflow: hidden;
}

.newsletter-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 50% 50%, rgba(198,163,121,0.08) 0%, transparent 70%);
}

.newsletter-section h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--cream);
  margin: 0 0 0.5rem;
  letter-spacing: 0.04em;
  position: relative;
}

.newsletter-section p {
  color: var(--sand);
  font-size: 0.92rem;
  max-width: 460px;
  margin: 0 auto 2rem;
  position: relative;
}

.newsletter-form {
  display: flex;
  gap: 0;
  max-width: 440px;
  margin: 0 auto;
  position: relative;
}

.newsletter-form input {
  flex: 1;
  padding: 0.95rem 1.2rem;
  border: 1px solid rgba(255,255,255,0.15);
  border-right: none;
  background: rgba(255,255,255,0.06);
  color: var(--cream);
  font-family: var(--font-body);
  font-size: 0.88rem;
  outline: none;
  transition: border-color 0.3s;
}

.newsletter-form input::placeholder { color: rgba(255,255,255,0.4); }
.newsletter-form input:focus { border-color: var(--brass); }

.newsletter-form button {
  padding: 0.95rem 2rem;
  background: var(--brass);
  border: 1px solid var(--brass);
  color: var(--espresso);
  font-family: var(--font-body);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.3s;
}

.newsletter-form button:hover { background: var(--cream); }

/* ===== HOW TO ORDER ===== */

.order-hero {
  position: relative;
  background: var(--espresso);
  text-align: center;
  padding: 5rem 2rem 4rem;
  overflow: hidden;
}

.order-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at 40% 30%, rgba(198,163,121,0.12) 0%, transparent 60%),
              radial-gradient(ellipse at 70% 70%, rgba(198,163,121,0.08) 0%, transparent 50%);
}

.order-hero h1 {
  font-family: var(--font-display);
  font-size: 3rem;
  font-weight: 700;
  color: var(--cream);
  margin: 0 0 0.6rem;
  letter-spacing: 0.06em;
  position: relative;
}

.order-hero h1 em { font-style: italic; color: var(--brass); }

.order-hero p {
  font-size: 1.05rem;
  color: var(--sand);
  max-width: 520px;
  margin: 0 auto;
  line-height: 1.7;
  position: relative;
}

.order-hero .line-accent {
  width: 60px;
  height: 2px;
  background: var(--brass);
  margin: 1.5rem auto 0;
  position: relative;
}

/* Order Flow Tree */
.order-flow-section {
  padding: 5rem 0;
  background: var(--cream);
}

.order-flow-header {
  text-align: center;
  margin-bottom: 4rem;
}

.order-flow-header h2 {
  font-family: var(--font-display);
  font-size: 2rem;
  color: var(--espresso);
  margin: 0 0 0.5rem;
  letter-spacing: 0.04em;
}

.order-flow-header p {
  color: var(--espresso-light);
  font-size: 0.92rem;
}

.order-flow {
  max-width: 800px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
}

/* Vertical connector */
.order-flow::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 44px;
  width: 2px;
  background: linear-gradient(to bottom, transparent 0%, var(--brass) 6%, var(--brass) 94%, transparent 100%);
}

.flow-step {
  display: grid;
  grid-template-columns: 90px 1fr;
  gap: 0;
  margin-bottom: 3rem;
  position: relative;
}

.flow-step:last-child { margin-bottom: 0; }

.flow-number {
  width: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  z-index: 2;
}

.flow-num {
  width: 48px;
  height: 48px;
  background: var(--espresso);
  border: 3px solid var(--cream);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--brass);
  letter-spacing: 0.05em;
  box-shadow: 0 0 0 4px rgba(198,163,121,0.15);
  transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.flow-step:hover .flow-num {
  box-shadow: 0 0 0 8px rgba(198,163,121,0.25);
  transform: scale(1.08);
}

.flow-content {
  background: white;
  border: 1px solid var(--sand);
  padding: 2rem;
  transition: border-color 0.3s ease, box-shadow 0.4s ease, transform 0.3s ease;
}

.flow-step:hover .flow-content {
  border-color: var(--brass);
  box-shadow: 0 10px 35px rgba(0,0,0,0.05);
  transform: translateX(4px);
}

.flow-content .flow-label {
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--brass);
  margin-bottom: 0.3rem;
}

.flow-content h3 {
  font-family: var(--font-display);
  font-size: 1.2rem;
  color: var(--espresso);
  margin: 0 0 0.6rem;
  letter-spacing: 0.03em;
}

.flow-content p {
  color: var(--espresso-light);
  font-size: 0.9rem;
  line-height: 1.7;
  margin: 0;
}

/* Payment Methods sub-tree */
.payment-methods {
  margin-top: 1.2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

@media (max-width: 600px) { .payment-methods { grid-template-columns: 1fr; } }

.payment-card {
  background: var(--cream);
  border: 1px solid var(--sand);
  padding: 1.5rem;
  position: relative;
  transition: border-color 0.3s ease, background 0.3s ease;
}

.payment-card:hover {
  border-color: var(--brass);
  background: white;
}

.payment-card .pay-icon {
  width: 40px;
  height: 40px;
  background: var(--sand);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: var(--brass);
  margin-bottom: 0.75rem;
  transition: background 0.3s, color 0.3s;
}

.payment-card:hover .pay-icon {
  background: var(--brass);
  color: var(--cream);
}

.payment-card h4 {
  font-family: var(--font-display);
  font-size: 0.95rem;
  color: var(--espresso);
  margin: 0 0 0.3rem;
}

.payment-card p {
  color: var(--espresso-light);
  font-size: 0.82rem;
  line-height: 1.6;
  margin: 0;
}

/* Mobile */
@media (max-width: 768px) {
  .order-flow::before { left: 24px; }

  .flow-step {
    grid-template-columns: 48px 1fr;
  }

  .flow-number { width: 48px; }

  .flow-num {
    width: 38px;
    height: 38px;
    font-size: 0.7rem;
  }
}
