
:root {
  --forest: #35533D;
  --forest-2: #263F2E;
  --leaf: #72805E;
  --sage: #A5AB91;
  --cream: #F3E8D0;
  --paper: #F8F2E7;
  --sand: #C8A46A;
  --gold: #C8A46A;
  --terracotta: #9D5C3E;
  --ink: #253027;
  --muted: #6C716B;
  --line: rgba(53, 83, 61, .17);
  --shadow: 0 24px 70px rgba(28, 44, 31, .16);
  --radius: 24px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background-color: var(--paper);
  background-image: radial-gradient(rgba(53,83,61,.035) .6px, transparent .7px), linear-gradient(90deg, rgba(200,164,106,.025), transparent 45%, rgba(53,83,61,.02));
  background-size: 6px 6px, 100% 100%;
  font-family: "PingFang SC", "Microsoft YaHei", "Noto Sans CJK SC", system-ui, -apple-system, sans-serif;
  -webkit-font-smoothing: antialiased;
}
body.menu-open { overflow: hidden; }
img { display: block; width: 100%; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
button { color: inherit; }

.site-header {
  position: fixed;
  z-index: 30;
  inset: 0 0 auto;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 max(28px, calc((100vw - var(--max)) / 2));
  color: #fff;
  transition: background .35s, color .35s, box-shadow .35s, height .35s;
}
.site-header.scrolled {
  height: 68px;
  color: var(--ink);
  background: rgba(250, 247, 239, .92);
  box-shadow: 0 8px 30px rgba(22, 54, 34, .08);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; z-index: 2; width: 255px; height: 58px; }
.brand-logo { width: 100%; height: 100%; object-fit: contain; object-position: left center; transition: opacity .3s; }
.brand-logo-dark { display: none; }
.site-header.scrolled .brand-logo-light { display: none; }
.site-header.scrolled .brand-logo-dark { display: block; }
.menu-open .brand-logo-light { display: none; }
.menu-open .brand-logo-dark { display: block; }

.main-nav { display: flex; align-items: center; gap: 28px; font-size: 14px; }
.main-nav a { position: relative; }
.main-nav a:not(.nav-cta)::after {
  content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 1px;
  background: currentColor; transition: right .25s;
}
.main-nav a:hover::after { right: 0; }
.nav-cta { border: 1px solid currentColor; border-radius: 999px; padding: 10px 18px; }
.menu-button { display: none; border: 0; background: transparent; padding: 8px; z-index: 2; }
.menu-button span { display: block; width: 24px; height: 1px; background: currentColor; margin: 6px 0; transition: transform .25s, opacity .25s; }

.hero { min-height: 100svh; position: relative; overflow: hidden; color: #fff; display: flex; align-items: flex-end; }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: center 52%; transform: scale(1.025); animation: heroZoom 16s ease-out forwards; }
@keyframes heroZoom { to { transform: scale(1.095); } }
.hero-shade {
  background:
    linear-gradient(90deg, rgba(14, 28, 18, .78) 0%, rgba(14, 28, 18, .35) 48%, rgba(14, 28, 18, .1) 75%),
    linear-gradient(0deg, rgba(11, 24, 15, .72) 0%, transparent 48%);
}
.hero-content { position: relative; z-index: 1; width: min(var(--max), calc(100% - 56px)); margin: 0 auto 8vh; }
.hero-seal { width: 72px; height: 72px; margin-bottom: 18px; box-shadow: 0 12px 35px rgba(0,0,0,.12); border-radius: 50%; }
.eyebrow, .section-kicker {
  text-transform: uppercase; letter-spacing: .22em; font-size: 12px; font-weight: 700;
}
.eyebrow { color: rgba(243,232,208,.82); }
.hero h1 {
  font-family: "Songti SC", "STSong", serif;
  font-size: clamp(58px, 8.6vw, 126px);
  line-height: .92; letter-spacing: .04em; margin: 18px 0 28px; font-weight: 600;
}
.hero-lead { font-size: clamp(17px, 1.8vw, 24px); line-height: 1.7; max-width: 640px; color: rgba(255,255,255,.87); }
.hero-actions { display: flex; gap: 14px; margin-top: 34px; }
.button {
  min-height: 50px; display: inline-flex; align-items: center; justify-content: center;
  padding: 0 25px; border: 1px solid transparent; border-radius: 999px; cursor: pointer;
  transition: transform .2s, background .2s, color .2s, border-color .2s;
}
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--gold); color: #203326; }
.button.ghost { border-color: rgba(255,255,255,.6); color: #fff; background: rgba(255,255,255,.05); backdrop-filter: blur(8px); }
.button.cream { background: var(--cream); color: var(--forest-2); border: 0; }
.hero-meta { display: flex; flex-wrap: wrap; gap: 32px; margin-top: 46px; font-size: 13px; color: rgba(255,255,255,.7); }
.hero-meta b { display: block; color: #fff; font-size: 17px; margin-bottom: 5px; }
.scroll-cue { position: absolute; z-index: 2; right: 4vw; bottom: 45px; width: 42px; height: 60px; border: 1px solid rgba(255,255,255,.45); border-radius: 999px; }
.scroll-cue span { position: absolute; left: 50%; top: 13px; width: 4px; height: 4px; background: #fff; border-radius: 50%; animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { transform: translate(-50%, 0); opacity: 0; } 25% { opacity: 1; } 70% { opacity: 1; } 100% { transform: translate(-50%, 26px); opacity: 0; } }

.section { width: min(var(--max), calc(100% - 56px)); margin: 0 auto; padding: 120px 0; }
.section-kicker { color: var(--terracotta); }
.section-kicker.light { color: #d9c6a5; }
.section h2 { font-family: "Songti SC", "STSong", serif; font-size: clamp(38px, 5vw, 68px); line-height: 1.16; margin: 18px 0; font-weight: 500; letter-spacing: .02em; }
.section-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 40px; margin-bottom: 46px; }
.section-head > p { max-width: 480px; color: var(--muted); line-height: 1.8; margin-bottom: 21px; }
.intro { padding-top: 150px; padding-bottom: 150px; }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; align-items: start; }
.intro h2 { margin-top: 0; }
.intro-copy { padding-top: 15px; }
.intro-copy p { font-size: 17px; line-height: 2; color: #525a54; margin: 0 0 22px; }

.experience { border-top: 1px solid var(--line); }
.experience-grid { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 285px; gap: 18px; }
.experience-card { grid-column: span 4; position: relative; overflow: hidden; border-radius: var(--radius); color: #fff; min-height: 285px; }
.experience-card.large { grid-column: span 8; grid-row: span 2; }
.experience-card.wide { grid-column: span 8; }
.experience-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.7,.2,1); }
.experience-card:hover img { transform: scale(1.045); }
.card-overlay { position: absolute; inset: 0; background: linear-gradient(0deg, rgba(14,28,18,.76), rgba(14,28,18,.05) 68%); }
.card-copy { position: absolute; inset: auto 28px 25px; }
.card-copy span { font-size: 11px; opacity: .65; letter-spacing: .2em; }
.card-copy h3 { font-family: "Songti SC","STSong",serif; font-size: 29px; margin: 8px 0 7px; font-weight: 500; }
.card-copy p { margin: 0; max-width: 460px; line-height: 1.65; color: rgba(255,255,255,.78); font-size: 14px; }
.experience-card em, .image-label {
  position: absolute; top: 18px; right: 18px; font-style: normal; font-size: 11px; letter-spacing: .12em;
  padding: 7px 10px; background: rgba(250,247,239,.86); color: var(--forest-2); border-radius: 999px; backdrop-filter: blur(9px);
}

.journey { width: 100%; max-width: none; padding: 0; display: grid; grid-template-columns: 1.08fr .92fr; background: var(--forest-2); color: #fff; }
.journey-media { position: relative; min-height: 780px; }
.journey-media img { height: 100%; object-fit: cover; }
.journey-content { padding: 110px max(60px, calc((100vw - var(--max)) / 2)); padding-left: clamp(55px, 7vw, 120px); align-self: center; }
.journey-content h2 { max-width: 520px; }
.journey-list { list-style: none; margin: 46px 0 0; padding: 0; }
.journey-list li { display: grid; grid-template-columns: 54px 1fr; gap: 20px; border-top: 1px solid rgba(255,255,255,.16); padding: 25px 0; }
.journey-list li > span { color: #d6c19b; font-size: 13px; padding-top: 4px; }
.journey-list h3 { margin: 0 0 8px; font-size: 19px; font-weight: 500; }
.journey-list p { margin: 0; line-height: 1.7; color: rgba(255,255,255,.65); font-size: 14px; }

.building-grid { display: grid; grid-template-columns: 1.25fr .75fr; gap: 42px; align-items: stretch; }
.building-feature { position: relative; min-height: 630px; border-radius: var(--radius); overflow: hidden; }
.building-feature img { height: 100%; object-fit: cover; }
.building-notes { background: #e8e1d3; border-radius: var(--radius); padding: 42px; display: flex; flex-direction: column; }
.spec { padding: 0 0 24px; margin-bottom: 24px; border-bottom: 1px solid rgba(36,72,47,.17); }
.spec strong { display: block; font-family: "Songti SC","STSong",serif; font-size: 28px; color: var(--forest); margin-bottom: 7px; font-weight: 500; }
.spec span { font-size: 14px; color: #60665f; line-height: 1.6; }
.build-progress { margin-top: auto; padding-top: 10px; }
.build-progress p { display: flex; justify-content: space-between; font-size: 12px; color: #5d645e; margin: 16px 0 8px; }
.build-progress p b { font-weight: 500; color: var(--forest); }
.build-progress div { height: 4px; background: rgba(36,72,47,.12); border-radius: 99px; overflow: hidden; }
.build-progress i { display: block; height: 100%; background: var(--forest); border-radius: 99px; }
.inside-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 18px; }
.inside-grid figure { margin: 0; background: #fff; border-radius: 20px; overflow: hidden; box-shadow: 0 12px 38px rgba(29,37,31,.07); }
.inside-grid img { aspect-ratio: 4/3; object-fit: cover; }
.inside-grid figcaption { display: flex; justify-content: space-between; gap: 20px; padding: 18px 20px 20px; }
.inside-grid b { font-size: 15px; font-weight: 600; }
.inside-grid span { text-align: right; color: var(--muted); font-size: 12px; line-height: 1.6; }

.gallery { border-top: 1px solid var(--line); }
.gallery-filter { display: flex; gap: 8px; margin-bottom: 20px; }
.gallery-filter button { border: 1px solid var(--line); background: transparent; padding: 9px 14px; border-radius: 999px; cursor: pointer; font-size: 13px; }
.gallery-filter button.active { background: var(--forest); color: #fff; border-color: var(--forest); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 250px; gap: 14px; }
.gallery-item { position: relative; overflow: hidden; border: 0; padding: 0; border-radius: 18px; background: #ddd; cursor: zoom-in; text-align: left; }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.hide { display: none; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s; }
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item::after { content: ""; position: absolute; inset: 45% 0 0; background: linear-gradient(0deg, rgba(10,22,13,.72), transparent); }
.gallery-item span { position: absolute; z-index: 1; left: 18px; right: 18px; bottom: 16px; display: flex; justify-content: space-between; align-items: flex-end; color: #fff; }
.gallery-item b { font-size: 16px; font-weight: 500; }
.gallery-item em { font-size: 10px; font-style: normal; opacity: .7; letter-spacing: .12em; }

.story { display: grid; grid-template-columns: 1.02fr .98fr; gap: 7vw; align-items: center; }
.story-image { border-radius: var(--radius); overflow: hidden; height: 680px; }
.story-image img { height: 100%; object-fit: cover; }
.story-copy p { font-size: 17px; line-height: 1.9; color: #555e56; }
.story-copy blockquote { margin: 38px 0; padding: 26px 0 26px 30px; border-left: 2px solid var(--terracotta); font-family: "Songti SC","STSong",serif; font-size: 25px; line-height: 1.7; color: var(--forest); }
.story-copy .signature { font-family: "Songti SC","STSong",serif; color: var(--terracotta); }

.visit { width: 100%; max-width: none; padding: 0 28px 80px; }
.visit-panel {
  max-width: 1360px; margin: 0 auto; background: var(--forest-2); color: #fff; border-radius: 34px;
  padding: 75px clamp(35px, 6vw, 90px); display: grid; grid-template-columns: 1fr .8fr; gap: 8vw;
}
.visit-copy p { max-width: 590px; color: rgba(255,255,255,.68); line-height: 1.9; }
.visit-copy ul { margin: 30px 0 0; padding: 0; list-style: none; }
.visit-copy li { padding: 12px 0; border-bottom: 1px solid rgba(255,255,255,.12); font-size: 14px; color: rgba(255,255,255,.82); }
.visit-status { background: rgba(255,255,255,.07); border: 1px solid rgba(255,255,255,.12); border-radius: 24px; padding: 34px; }
.visit-status .status-label { color: var(--gold); font-size: 11px; font-weight: 700; letter-spacing: .18em; }
.visit-status h3 { margin: 14px 0 12px; font-family: "Songti SC","STSong",serif; font-size: 28px; font-weight: 500; }
.visit-status > p { margin: 0; color: rgba(255,255,255,.66); font-size: 14px; line-height: 1.8; }
.visit-status dl { margin: 26px 0 20px; }
.visit-status dl div { display: flex; justify-content: space-between; gap: 20px; padding: 13px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.visit-status dt { color: rgba(255,255,255,.72); }
.visit-status dd { margin: 0; color: var(--cream); }
.visit-status small { display: block; color: rgba(255,255,255,.46); font-size: 11px; line-height: 1.7; }

.site-footer { padding: 65px max(28px, calc((100vw - var(--max)) / 2)); border-top: 1px solid var(--line); text-align: center; }
.footer-brand strong { font-family: "Songti SC","STSong",serif; font-size: 27px; letter-spacing: .14em; }
.footer-brand span { display: block; color: var(--terracotta); font-size: 12px; letter-spacing: .2em; margin-top: 8px; }
.site-footer > p { color: var(--muted); font-size: 13px; margin: 30px 0 0; }
.site-footer .copyright { margin-top: 12px; font-size: 11px; opacity: .75; }

.lightbox { position: fixed; z-index: 50; inset: 0; display: grid; place-items: center; padding: 5vw; background: rgba(8,15,10,.92); opacity: 0; visibility: hidden; transition: opacity .25s, visibility .25s; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: min(1400px, 92vw); max-height: 82vh; object-fit: contain; box-shadow: var(--shadow); }
.lightbox button { position: absolute; top: 22px; right: 28px; border: 0; background: transparent; color: #fff; font-size: 40px; cursor: pointer; }
.lightbox p { color: rgba(255,255,255,.7); font-size: 13px; margin: 14px 0 0; }

@media (max-width: 980px) {
  .site-header { padding: 0 22px; }
  .menu-button { display: block; }
  .main-nav {
    position: fixed; inset: 0; display: flex; flex-direction: column; justify-content: center; gap: 26px;
    background: var(--paper); color: var(--ink); font-size: 21px; opacity: 0; visibility: hidden; transition: .25s;
  }
  .menu-open .main-nav { opacity: 1; visibility: visible; }
  .menu-open .menu-button span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
  .menu-open .menu-button span:nth-child(2) { opacity: 0; }
  .menu-open .menu-button span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }
  .menu-open .site-header { color: var(--ink); }
  .intro-grid, .story { grid-template-columns: 1fr; gap: 40px; }
  .experience-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 300px; }
  .experience-card, .experience-card.large, .experience-card.wide { grid-column: span 1; grid-row: span 1; }
  .journey { grid-template-columns: 1fr; }
  .journey-media { min-height: 560px; }
  .journey-content { padding: 80px 50px; }
  .building-grid { grid-template-columns: 1fr; }
  .building-feature { min-height: 560px; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .visit-panel { grid-template-columns: 1fr; }
}
@media (max-width: 680px) {
  .section { width: min(100% - 34px, var(--max)); padding: 85px 0; }
  .site-header { height: 65px; }
  .hero-content { width: calc(100% - 34px); margin-bottom: 7vh; }
  .hero h1 { font-size: 55px; max-width: 330px; }
  .hero-lead { font-size: 16px; max-width: 340px; }
  .hero-actions { flex-direction: column; align-items: flex-start; }
  .hero-actions .button { width: 190px; }
  .hero-meta { gap: 22px; }
  .hero-meta span { width: calc(50% - 11px); }
  .scroll-cue { display: none; }
  .section-head { align-items: flex-start; flex-direction: column; gap: 8px; }
  .section h2 { font-size: 39px; }
  .intro { padding-top: 95px; }
  .intro-copy p { font-size: 16px; }
  .experience-grid { display: flex; overflow-x: auto; scroll-snap-type: x mandatory; gap: 12px; margin-right: -17px; padding-right: 17px; }
  .experience-card, .experience-card.large, .experience-card.wide { flex: 0 0 86vw; height: 500px; scroll-snap-align: start; }
  .journey-media { min-height: 430px; }
  .journey-content { padding: 70px 24px; }
  .building-feature { min-height: 430px; }
  .building-notes { padding: 28px; }
  .inside-grid { grid-template-columns: 1fr; }
  .inside-grid figcaption { display: block; }
  .inside-grid span { display: block; text-align: left; margin-top: 6px; }
  .gallery-filter { width: 100%; overflow-x: auto; padding-bottom: 6px; }
  .gallery-filter button { white-space: nowrap; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 180px; gap: 8px; }
  .gallery-item.wide { grid-column: span 2; }
  .story-image { height: 470px; }
  .story-copy blockquote { font-size: 21px; padding-left: 22px; }
  .visit { padding: 0 10px 35px; }
  .visit-panel { padding: 55px 22px; border-radius: 25px; }
  .visit-status { padding: 25px 22px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}


/* Brand system integration */
.brand-dna {
  position: relative;
  background: var(--cream);
  border-top: 1px solid rgba(53,83,61,.1);
  border-bottom: 1px solid rgba(53,83,61,.1);
  overflow: hidden;
}
.brand-dna::after {
  content: "";
  position: absolute; inset: auto 0 0; height: 155px;
  background: url("assets/brand-line-pattern.svg") center bottom / 600px 160px repeat-x;
  opacity: .55; pointer-events: none;
}
.brand-dna-inner {
  position: relative; z-index: 1;
  width: min(var(--max), calc(100% - 56px));
  margin: 0 auto; padding: 72px 0 78px;
  display: grid; grid-template-columns: .85fr 1.15fr; gap: 7vw; align-items: center;
}
.brand-dna-logo img { width: min(440px, 100%); }
.brand-dna-logo p { max-width: 490px; color: #5d665d; line-height: 1.8; margin: 20px 0 0; }
.brand-elements { display: grid; grid-template-columns: repeat(5, 1fr); gap: 10px; }
.brand-elements article { text-align: center; padding: 22px 8px; border-left: 1px solid rgba(53,83,61,.13); }
.brand-elements b { display: block; color: var(--forest); font-family: "Songti SC","STSong",serif; font-size: 18px; margin-top: 12px; }
.brand-elements small { display: block; color: #7b807a; font-size: 11px; margin-top: 5px; line-height: 1.5; }
.element-icon { position: relative; display: inline-block; width: 55px; height: 55px; color: var(--forest); }
.element-icon::before, .element-icon::after { content:""; position:absolute; }
.tree-icon::before { left:25px; top:8px; width:4px; height:40px; background:currentColor; border-radius:3px; }
.tree-icon::after { left:8px; top:5px; width:39px; height:35px; background:currentColor; clip-path:polygon(50% 0,68% 28%,58% 27%,78% 56%,63% 53%,91% 92%,9% 92%,37% 53%,22% 56%,42% 27%,32% 28%); }
.river-icon::before { inset:7px 3px; border-top:3px solid currentColor; border-bottom:3px solid currentColor; border-radius:50%; transform:rotate(-9deg); }
.river-icon::after { left:8px; right:8px; top:26px; height:3px; background:currentColor; border-radius:50%; transform:rotate(9deg); }
.house-icon::before { left:8px; right:8px; bottom:6px; height:29px; border:3px solid currentColor; border-top:0; }
.house-icon::after { width:33px; height:33px; left:10px; top:3px; border-left:3px solid currentColor; border-top:3px solid currentColor; transform:rotate(45deg); }
.chicken-icon::before { width:30px; height:24px; border:3px solid currentColor; border-radius:55% 45% 52% 48%; left:8px; top:18px; }
.chicken-icon::after { width:12px; height:12px; border:3px solid currentColor; border-radius:50%; right:5px; top:10px; box-shadow:-31px 1px 0 -3px var(--cream), -20px 25px 0 -4px currentColor, -3px 32px 0 -4px currentColor; }
.leaf-icon::before { width:24px; height:40px; left:15px; top:6px; border:3px solid currentColor; border-radius:100% 0 100% 0; transform:rotate(-30deg); }
.leaf-icon::after { width:3px; height:43px; left:29px; top:11px; background:currentColor; transform:rotate(32deg); }

.products { padding-top: 135px; }
.products-head { border-bottom: 1px solid var(--line); padding-bottom: 25px; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.product-card { background: #efe3ce; border: 1px solid rgba(53,83,61,.12); border-radius: 24px; overflow: hidden; transition: transform .3s, box-shadow .3s; }
.product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.product-card.featured { background: #e8dbc1; }
.product-image { aspect-ratio: 1.16 / 1; overflow: hidden; background: #eadfc9; }
.product-image img { height: 100%; object-fit: cover; transition: transform .7s; }
.product-card:hover img { transform: scale(1.025); }
.product-copy { padding: 25px 26px 28px; }
.product-copy > span { color: var(--terracotta); font-size: 11px; letter-spacing: .12em; }
.product-copy h3 { font-family: "Songti SC","STSong",serif; font-size: 28px; color: var(--forest); margin: 10px 0 9px; font-weight: 500; }
.product-copy p { color: #656b65; line-height: 1.75; margin: 0; font-size: 14px; }
.brand-application { margin-top: 70px; padding: 64px; border-radius: 30px; background: var(--forest); color: #fff; position: relative; overflow: hidden; }
.brand-application::before { content:""; position:absolute; inset:0; background:url("assets/brand-line-pattern.svg") center bottom/720px auto repeat-x; filter:brightness(4); opacity:.08; }
.application-copy, .application-gallery { position:relative; z-index:1; }
.application-copy { display:grid; grid-template-columns:130px 1fr; gap:38px; align-items:start; max-width:880px; }
.application-copy > img { width:120px; border-radius:50%; }
.application-copy h3 { font-family:"Songti SC","STSong",serif; font-size:34px; line-height:1.35; margin:13px 0 13px; font-weight:500; }
.application-copy p { color:rgba(255,255,255,.68); line-height:1.85; margin:0; }
.application-gallery { display:grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap:12px; margin-top:45px; }
.application-gallery figure { margin:0; position:relative; overflow:hidden; border-radius:17px; background:#ede4d3; }
.application-gallery img { height:230px; object-fit:cover; }
.application-gallery figcaption { position:absolute; left:12px; bottom:12px; padding:6px 9px; border-radius:999px; font-size:11px; background:rgba(243,232,208,.9); color:var(--forest); }
.story-logo { width:min(390px, 100%); margin:0 0 32px -12px; }
.footer-brand img { width:300px; max-width:80vw; margin:0 auto; }

@media (max-width: 980px) {
  .brand-dna-inner { grid-template-columns:1fr; }
  .brand-elements { grid-template-columns:repeat(5, 1fr); }
  .product-grid { grid-template-columns:1fr 1fr; }
  .product-card:last-child { grid-column:1 / -1; }
  .application-gallery { grid-template-columns:1fr 1fr; }
}
@media (max-width: 680px) {
  .brand { width:205px; height:48px; }
  .hero-seal { width:62px; height:62px; }
  .brand-dna-inner { width:calc(100% - 34px); padding:58px 0 65px; }
  .brand-elements { grid-template-columns:repeat(3, 1fr); }
  .brand-elements article:nth-child(n+4) { border-top:1px solid rgba(53,83,61,.13); }
  .product-grid { grid-template-columns:1fr; }
  .product-card:last-child { grid-column:auto; }
  .brand-application { padding:34px 22px; }
  .application-copy { grid-template-columns:1fr; gap:20px; }
  .application-copy > img { width:92px; }
  .application-copy h3 { font-size:28px; }
  .application-gallery { grid-template-columns:1fr 1fr; }
  .application-gallery img { height:160px; }
}
