* { box-sizing: border-box; margin: 0; padding: 0; }

html { scroll-behavior: smooth; }

body {
  background: #FFFFFF;
  font-family: 'Cormorant Garamond', 'Didot', 'Bodoni Moda', Georgia, serif;
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.6;
}

.sans { font-family: 'Helvetica Neue', -apple-system, BlinkMacSystemFont, Arial, sans-serif; }
.italic { font-style: italic; }

a { color: inherit; text-decoration: none; }
button { cursor: pointer; border: none; background: none; font-family: inherit; color: inherit; }

.announce-bar {
  background: #000000;
  color: #FFFFFF;
  text-align: center;
  padding: 10px 20px;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}

.nav {
  background: #FFFFFF;
  padding: 20px 40px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 0.5px solid #000000;
  position: sticky;
  top: 0;
  z-index: 100;
}
.nav-top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  max-width: 1400px;
}
.nav-utility, .nav-icons {
  display: flex;
  gap: 24px;
  flex: 1;
  align-items: center;
}
.nav-icons { justify-content: flex-end; gap: 20px; }
.nav-utility span, .nav-icons span, .nav-icons a {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  color: #000000;
  cursor: pointer;
  text-transform: uppercase;
  transition: opacity 0.2s;
}
.nav-utility span:hover, .nav-icons span:hover, .nav-icons a:hover { opacity: 0.6; }

.lang-toggle {
  display: flex;
  gap: 4px;
  align-items: center;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.lang-toggle button {
  padding: 2px 6px;
  color: #999999;
  font-family: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  text-transform: inherit;
}
.lang-toggle button.active { color: #000000; border-bottom: 0.5px solid #000000; }
.lang-toggle span { color: #CCCCCC; }

.nav-logo {
  flex: 1;
  text-align: center;
  font-size: 26px;
  letter-spacing: 0.42em;
  font-weight: 400;
  color: #000000;
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  padding-left: 0.42em;
}

.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
  margin-top: 4px;
}
.nav-links li, .nav-links a {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  color: #000000;
  cursor: pointer;
  text-transform: uppercase;
  padding: 4px 0;
  display: inline-block;
  transition: opacity 0.2s;
}
.nav-links a:hover { opacity: 0.6; }
.nav-links a.active { border-bottom: 0.5px solid #000000; }

.hero {
  background: #000000;
  min-height: 640px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 100px 40px;
  position: relative;
}
.hero-corner {
  position: absolute;
  width: 28px;
  height: 28px;
  border: 0.5px solid #FFFFFF;
}
.hero-corner.tl { top: 28px; left: 28px; border-right: none; border-bottom: none; }
.hero-corner.tr { top: 28px; right: 28px; border-left: none; border-bottom: none; }
.hero-corner.bl { bottom: 28px; left: 28px; border-right: none; border-top: none; }
.hero-corner.br { bottom: 28px; right: 28px; border-left: none; border-top: none; }

.hero-eyebrow {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.38em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 32px;
  opacity: 0.7;
}
.hero-title {
  font-size: 72px;
  letter-spacing: 0.32em;
  color: #FFFFFF;
  font-weight: 400;
  line-height: 1;
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  padding-left: 0.32em;
  margin-bottom: 0;
}
.hero-divider { width: 40px; height: 1px; background: #FFFFFF; margin: 32px auto 24px; }
.hero-motto {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 22px;
  font-style: italic;
  color: #FFFFFF;
  letter-spacing: 0.06em;
  margin-bottom: 48px;
  line-height: 1.4;
}
.hero-cta {
  display: inline-block;
  border: 0.5px solid #FFFFFF;
  color: #FFFFFF;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding: 16px 48px;
  cursor: pointer;
  background: transparent;
  transition: all 0.25s ease;
}
.hero-cta:hover { background: #FFFFFF; color: #000000; }

.section { padding: 96px 40px; background: #FFFFFF; max-width: 1400px; margin: 0 auto; }
.section-label {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.38em;
  color: #000000;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 14px;
}
.section-title {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 42px;
  letter-spacing: 0.1em;
  color: #000000;
  text-align: center;
  font-weight: 400;
  margin-bottom: 16px;
}
.section-sub {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 17px;
  font-style: italic;
  color: #555555;
  text-align: center;
  line-height: 1.7;
  max-width: 500px;
  margin: 0 auto 64px;
}

.product-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 0;
}
.product-card {
  padding: 24px;
  cursor: pointer;
  text-align: center;
  border-right: 0.5px solid #E8E8E8;
  transition: background 0.25s;
  display: flex;
  flex-direction: column;
}
.product-card:last-child { border-right: none; }
.product-card:hover { background: #FAFAFA; }

.product-img {
  width: 100%;
  aspect-ratio: 4/5;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 28px;
  position: relative;
  transition: background 0.3s;
}
.product-card:hover .product-img { background: #F0F0F0; }

.bottle { width: 80px; display: flex; flex-direction: column; align-items: center; }
.bottle-cap { width: 30px; height: 16px; background: #000000; }
.bottle-neck { width: 16px; height: 14px; background: #111111; }
.bottle-body {
  width: 72px;
  height: 112px;
  background: #000000;
  position: relative;
}
.bottle-label {
  position: absolute;
  inset: 22px 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
}
.bottle-label-name {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 11px;
  letter-spacing: 0.26em;
  color: #FFFFFF;
  text-transform: uppercase;
}
.bottle-label-line { width: 16px; height: 0.5px; background: #FFFFFF; }
.bottle-label-no {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 8px;
  letter-spacing: 0.2em;
  color: #FFFFFF;
}

.product-no {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.product-name {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 26px;
  letter-spacing: 0.14em;
  color: #000000;
  margin-bottom: 12px;
  font-weight: 400;
}
.product-family {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.product-desc {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 14px;
  font-style: italic;
  color: #555555;
  line-height: 1.8;
  margin-bottom: 24px;
  max-width: 260px;
  margin-left: auto;
  margin-right: auto;
  flex-grow: 1;
}
.product-price {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 13px;
  color: #000000;
  letter-spacing: 0.1em;
  margin-bottom: 18px;
  font-weight: 500;
}
.product-cta {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: #000000;
  padding-bottom: 3px;
  cursor: pointer;
  background: transparent;
  display: inline-block;
  width: fit-content;
  margin: 0 auto;
  border-bottom: 0.5px solid #000000;
  transition: opacity 0.2s;
}
.product-cta:hover { opacity: 0.6; }

.philosophy {
  background: #000000;
  padding: 120px 40px;
  text-align: center;
}
.philosophy-mark {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 64px;
  color: #FFFFFF;
  letter-spacing: 0.1em;
  margin-bottom: 40px;
}
.philosophy-line { width: 40px; height: 1px; background: #FFFFFF; margin: 0 auto 40px; }
.philosophy-quote {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 34px;
  font-style: italic;
  color: #FFFFFF;
  line-height: 1.6;
  max-width: 640px;
  margin: 0 auto 36px;
  letter-spacing: 0.02em;
  font-weight: 400;
}
.philosophy-attribution {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.36em;
  color: #999999;
  text-transform: uppercase;
}

.heritage {
  padding: 96px 40px;
  background: #FFFFFF;
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 80px;
  align-items: center;
  max-width: 1400px;
  margin: 0 auto;
}
.heritage-visual {
  aspect-ratio: 4/5;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.heritage-monogram {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 160px;
  color: #000000;
  letter-spacing: 0.02em;
}
.heritage-eyebrow {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.38em;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 26px;
}
.heritage-heading {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 38px;
  letter-spacing: 0.06em;
  color: #000000;
  font-weight: 400;
  line-height: 1.3;
  margin-bottom: 32px;
}
.heritage-body {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 16px;
  color: #444444;
  line-height: 2;
  margin-bottom: 36px;
  font-style: italic;
}
.heritage-body p + p { margin-top: 1rem; }
.heritage-link {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: #000000;
  text-transform: uppercase;
  border-bottom: 0.5px solid #000000;
  padding-bottom: 4px;
  display: inline-block;
}
.heritage-link:hover { opacity: 0.6; }

.newsletter {
  background: #000000;
  padding: 96px 40px;
  text-align: center;
}
.nl-eyebrow {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.38em;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-bottom: 20px;
  opacity: 0.6;
}
.nl-heading {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 36px;
  letter-spacing: 0.1em;
  color: #FFFFFF;
  margin-bottom: 12px;
  font-weight: 400;
}
.nl-sub {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 16px;
  color: #999999;
  font-style: italic;
  margin-bottom: 40px;
}
.nl-form { display: flex; gap: 0; max-width: 460px; margin: 0 auto; }
.nl-input {
  flex: 1;
  background: transparent;
  border: 0.5px solid #FFFFFF;
  color: #FFFFFF;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  padding: 15px 20px;
  letter-spacing: 0.12em;
  outline: none;
  text-transform: uppercase;
}
.nl-input::placeholder { color: #666666; }
.nl-btn {
  background: #FFFFFF;
  border: 0.5px solid #FFFFFF;
  color: #000000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  padding: 15px 32px;
  cursor: pointer;
  transition: all 0.2s;
}
.nl-btn:hover { background: #EEEEEE; }

.footer {
  background: #FFFFFF;
  border-top: 0.5px solid #000000;
  padding: 64px 40px 40px;
}
.footer-inner { max-width: 1400px; margin: 0 auto; }
.footer-top {
  display: grid;
  grid-template-columns: repeat(4, minmax(0,1fr));
  gap: 40px;
  padding-bottom: 48px;
  border-bottom: 0.5px solid #E5E5E5;
}
.footer-col-title {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.footer-col-item, .footer-col-item a {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  color: #555555;
  letter-spacing: 0.08em;
  margin-bottom: 10px;
  display: block;
  transition: color 0.2s;
}
.footer-col-item:hover, .footer-col-item a:hover { color: #000000; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 28px;
  flex-wrap: wrap;
  gap: 16px;
}
.footer-logo {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 20px;
  letter-spacing: 0.32em;
  color: #000000;
  padding-left: 0.32em;
}
.footer-copy {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  color: #888888;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.page-header {
  padding: 100px 40px 80px;
  text-align: center;
  border-bottom: 0.5px solid #E5E5E5;
  max-width: 1400px;
  margin: 0 auto;
}
.page-header-eyebrow {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.4em;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.page-header-title {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 52px;
  letter-spacing: 0.08em;
  color: #000000;
  font-weight: 400;
  margin-bottom: 20px;
}
.page-header-sub {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 18px;
  font-style: italic;
  color: #555555;
  max-width: 560px;
  margin: 0 auto;
  line-height: 1.7;
}

.product-detail {
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr);
  gap: 80px;
  padding: 80px 40px;
  max-width: 1400px;
  margin: 0 auto;
}
.product-detail-img {
  aspect-ratio: 4/5;
  background: #F6F6F6;
  display: flex;
  align-items: center;
  justify-content: center;
  position: sticky;
  top: 120px;
}
.product-detail-img .bottle { width: 140px; }
.product-detail-img .bottle-cap { width: 52px; height: 28px; }
.product-detail-img .bottle-neck { width: 28px; height: 24px; }
.product-detail-img .bottle-body { width: 120px; height: 190px; }
.product-detail-img .bottle-label { inset: 38px 18px; }
.product-detail-img .bottle-label-name { font-size: 16px; }
.product-detail-img .bottle-label-line { width: 22px; }
.product-detail-img .bottle-label-no { font-size: 11px; }

.product-detail-info {
  padding: 20px 0;
}
.pd-no {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 16px;
}
.pd-name {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 48px;
  letter-spacing: 0.08em;
  color: #000000;
  margin-bottom: 16px;
  font-weight: 400;
}
.pd-family {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.28em;
  color: #555555;
  text-transform: uppercase;
  margin-bottom: 32px;
  padding-bottom: 24px;
  border-bottom: 0.5px solid #E5E5E5;
}
.pd-body {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 17px;
  font-style: italic;
  color: #333333;
  line-height: 1.9;
  margin-bottom: 40px;
}
.pd-notes-title {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: #000000;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 12px;
  border-bottom: 0.5px solid #E5E5E5;
}
.pd-notes { margin-bottom: 40px; }
.pd-note-row {
  display: grid;
  grid-template-columns: 80px 1fr;
  padding: 12px 0;
  border-bottom: 0.5px solid #F0F0F0;
  gap: 20px;
}
.pd-note-label {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.24em;
  color: #888888;
  text-transform: uppercase;
  padding-top: 2px;
}
.pd-note-value {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 15px;
  color: #000000;
  font-style: italic;
}
.pd-price-row {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  padding: 20px 0;
  border-top: 0.5px solid #000000;
  border-bottom: 0.5px solid #E5E5E5;
  margin-bottom: 32px;
}
.pd-price {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 18px;
  letter-spacing: 0.08em;
  color: #000000;
  font-weight: 500;
}
.pd-size {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.2em;
  color: #888888;
  text-transform: uppercase;
}
.pd-btn {
  width: 100%;
  background: #000000;
  color: #FFFFFF;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding: 18px;
  cursor: pointer;
  transition: background 0.2s;
  margin-bottom: 12px;
}
.pd-btn:hover { background: #222222; }
.pd-btn-secondary {
  width: 100%;
  background: transparent;
  color: #000000;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 11px;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  padding: 18px;
  cursor: pointer;
  border: 0.5px solid #000000;
  transition: all 0.2s;
}
.pd-btn-secondary:hover { background: #000000; color: #FFFFFF; }

.journal-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr));
  gap: 32px;
  padding: 80px 40px;
  max-width: 1400px;
  margin: 0 auto;
}
.journal-card {
  cursor: pointer;
  transition: opacity 0.2s;
}
.journal-card:hover { opacity: 0.7; }
.journal-img {
  width: 100%;
  aspect-ratio: 4/5;
  background: #F0F0F0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}
.journal-img-mark {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 88px;
  color: #D0D0D0;
  letter-spacing: 0.08em;
}
.journal-label {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.3em;
  color: #888888;
  text-transform: uppercase;
  margin-bottom: 12px;
}
.journal-title {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 22px;
  letter-spacing: 0.04em;
  color: #000000;
  line-height: 1.4;
  margin-bottom: 12px;
}
.journal-excerpt {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 14px;
  font-style: italic;
  color: #555555;
  line-height: 1.7;
  margin-bottom: 16px;
}
.journal-read {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.28em;
  color: #000000;
  text-transform: uppercase;
  border-bottom: 0.5px solid #000000;
  padding-bottom: 2px;
  display: inline-block;
}

.contact-wrap {
  padding: 80px 40px;
  max-width: 720px;
  margin: 0 auto;
}
.contact-method {
  display: grid;
  grid-template-columns: 140px 1fr;
  padding: 28px 0;
  border-bottom: 0.5px solid #E5E5E5;
  gap: 24px;
}
.contact-label {
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.32em;
  color: #888888;
  text-transform: uppercase;
  padding-top: 4px;
}
.contact-value {
  font-family: 'Cormorant Garamond', 'Didot', Georgia, serif;
  font-size: 18px;
  color: #000000;
  font-style: italic;
}
.contact-value a { border-bottom: 0.5px solid #000000; padding-bottom: 2px; }

.mobile-menu-toggle {
  display: none;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 10px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
}

@media (max-width: 768px) {
  .nav { padding: 16px 20px; }
  .nav-top { margin-bottom: 0; }
  .nav-logo { font-size: 18px; letter-spacing: 0.32em; }
  .nav-utility, .nav-icons { gap: 12px; }
  .nav-utility span:not(.lang-toggle), .nav-icons span { display: none; }
  .nav-icons .cart-link { display: inline-block; }
  .nav-links {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #FFFFFF;
    flex-direction: column;
    gap: 0;
    padding: 20px 0;
    border-top: 0.5px solid #000000;
    border-bottom: 0.5px solid #000000;
    transform: translateY(-100%);
    transition: transform 0.3s;
    z-index: -1;
    opacity: 0;
  }
  .nav-links.open { transform: translateY(0); opacity: 1; z-index: 1; }
  .nav-links li, .nav-links a { padding: 12px 20px; border-bottom: 0.5px solid #F0F0F0; width: 100%; text-align: center; }

  .mobile-menu-toggle { display: inline-block; }

  .hero { min-height: 480px; padding: 80px 24px; }
  .hero-title { font-size: 42px; letter-spacing: 0.26em; }
  .hero-motto { font-size: 18px; }

  .section, .page-header, .contact-wrap, .heritage, .journal-grid, .product-detail { padding-left: 24px; padding-right: 24px; }
  .section-title, .page-header-title { font-size: 32px; }

  .product-grid { grid-template-columns: 1fr; }
  .product-card { border-right: none; border-bottom: 0.5px solid #E8E8E8; }
  .product-card:last-child { border-bottom: none; }

  .philosophy { padding: 80px 24px; }
  .philosophy-quote { font-size: 24px; }

  .heritage { grid-template-columns: 1fr; gap: 40px; }
  .heritage-heading { font-size: 28px; }

  .product-detail { grid-template-columns: 1fr; gap: 40px; padding-top: 40px; }
  .product-detail-img { position: static; }
  .pd-name { font-size: 36px; }

  .journal-grid { grid-template-columns: 1fr; gap: 48px; padding-top: 48px; padding-bottom: 48px; }

  .footer-top { grid-template-columns: repeat(2, 1fr); gap: 32px; }
  .footer-bottom { flex-direction: column; gap: 16px; text-align: center; }

  .nl-form { flex-direction: column; gap: 8px; }
}
