:root{
  --about-wood:#21140d;
  --about-wood-soft:#342116;
  --about-paper:#f0dfc1;
  --about-paper-light:#fff5e4;
  --about-ink:#2b1b12;
  --about-muted:#735f4b;
  --about-red:#762019;
  --about-gold:#b9914f;
  --about-line:#c8a36d;
  --about-shadow:0 22px 55px rgba(0,0,0,.28);
}

*{box-sizing:border-box}

body.about-page{
  min-height:100vh;
  margin:0;
  color:var(--about-ink);
  background:
    linear-gradient(rgba(30,17,10,.97),rgba(30,17,10,.97)),
    repeating-linear-gradient(90deg,#2f1c12 0,#2f1c12 11px,#25160e 11px,#25160e 22px);
}

.about-lang{
  position:absolute;
  top:max(16px,env(safe-area-inset-top));
  right:16px;
  z-index:8;
  min-width:44px;
  height:44px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.48);
  border-radius:10px;
  color:#fff;
  background:rgba(31,17,10,.68);
  box-shadow:0 8px 22px rgba(0,0,0,.24);
  text-decoration:none;
  font-size:13px;
  font-weight:800;
  -webkit-backdrop-filter:blur(7px);
  backdrop-filter:blur(7px);
}

.about-hero{
  min-height:min(830px,92vh);
  position:relative;
  display:grid;
  place-items:end center;
  overflow:hidden;
  color:#fff;
  background:#21140d;
}

.about-hero>img{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center;
  filter:saturate(.85) contrast(1.08);
  transform:scale(1.015);
}

.about-hero-shade{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 50% 22%,rgba(0,0,0,.03),rgba(0,0,0,.12) 45%,rgba(0,0,0,.48) 80%),
    linear-gradient(to bottom,rgba(20,10,4,.17),rgba(20,10,4,.36) 48%,rgba(20,10,4,.88));
}

.about-hero-content{
  width:min(860px,calc(100% - 36px));
  position:relative;
  z-index:2;
  padding:110px 18px 72px;
  text-align:center;
}

.about-brand{
  display:inline-block;
  margin-bottom:38px;
  color:inherit;
  line-height:.92;
  text-decoration:none;
  text-shadow:0 5px 20px rgba(0,0,0,.88);
}

.about-brand span{
  display:block;
  margin-bottom:10px;
  color:#efd2a0;
  font-family:Georgia,serif;
  font-size:13px;
  letter-spacing:.36em;
}

.about-brand strong{
  display:block;
  color:#fff5e4;
  font-family:Georgia,serif;
  font-size:clamp(46px,11vw,70px);
  letter-spacing:.045em;
}

.about-brand small{
  display:block;
  margin-top:10px;
  color:#f1d29a;
  font-family:Georgia,serif;
  font-size:clamp(25px,6vw,36px);
  font-style:italic;
}

.about-eyebrow,
.about-section-kicker{
  color:#d8b476;
  font-size:11px;
  font-weight:850;
  letter-spacing:.27em;
  text-transform:uppercase;
}

.about-hero h1{
  max-width:820px;
  margin:12px auto 20px;
  color:#fff5e4;
  font-family:Georgia,serif;
  font-size:clamp(42px,9vw,78px);
  font-weight:500;
  line-height:1.04;
  text-wrap:balance;
  text-shadow:0 7px 26px rgba(0,0,0,.72);
}

.about-lead{
  max-width:680px;
  margin:0 auto;
  color:#f4e3ca;
  font-size:clamp(16px,2.5vw,21px);
  line-height:1.65;
  text-wrap:balance;
}

.about-scroll-mark{
  width:1px;
  height:38px;
  display:block;
  margin:35px auto 0;
  background:linear-gradient(transparent,#d7b77e);
}

.about-main{
  width:min(1040px,calc(100% - 26px));
  margin:-24px auto 0;
  padding:0 0 62px;
  position:relative;
  z-index:3;
}

.about-paper{
  border:1px solid rgba(185,145,79,.8);
  border-radius:20px;
  background:
    radial-gradient(circle at 30% 0,rgba(255,255,255,.56),transparent 34%),
    linear-gradient(145deg,var(--about-paper-light),var(--about-paper));
  box-shadow:var(--about-shadow);
}

.about-story{
  display:grid;
  grid-template-columns:1fr;
  align-items:stretch;
  overflow:hidden;
}

.about-story-copy,
.about-food-copy{
  padding:clamp(32px,6vw,70px);
  align-self:center;
}

.about-story h2,
.about-food h2,
.about-closing h2{
  margin:10px 0 22px;
  color:var(--about-red);
  font-family:Georgia,serif;
  font-size:clamp(34px,5vw,54px);
  font-weight:500;
  line-height:1.08;
}

.about-rich-text{
  color:var(--about-muted);
  font-size:17px;
  line-height:1.78;
}

.about-rich-text p{
  margin:0 0 1.1em;
}

.about-rich-text p:last-child{
  margin-bottom:0;
}

.about-frame{
  margin:0;
  position:relative;
  overflow:hidden;
  background:#3a2418;
}

.about-story-image,
.about-food-image{
  width:100%;
  min-height:0;
  aspect-ratio:16 / 9;
  align-self:stretch;
  margin:0;
  border-radius:0;
  box-shadow:none;
}

.about-story-image{
  order:2;
}

.about-food-image{
  order:2;
}

.about-food-copy{
  order:1;
}

.about-frame img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.about-frame figcaption,
.about-gallery-item figcaption{
  position:absolute;
  right:14px;
  bottom:14px;
  left:14px;
  padding:9px 12px;
  border:1px solid rgba(255,255,255,.2);
  border-radius:8px;
  color:#f8e9d0;
  background:rgba(29,16,9,.72);
  font-size:12px;
  line-height:1.35;
  -webkit-backdrop-filter:blur(6px);
  backdrop-filter:blur(6px);
}

.about-quote{
  max-width:850px;
  margin:70px auto;
  padding:0 30px;
  position:relative;
  color:#f3dec0;
  text-align:center;
}

.about-quote span{
  display:block;
  height:58px;
  color:var(--about-gold);
  font-family:Georgia,serif;
  font-size:92px;
  line-height:.9;
  opacity:.8;
}

.about-quote p{
  margin:8px 0 0;
  font-family:Georgia,serif;
  font-size:clamp(28px,5vw,46px);
  font-style:italic;
  line-height:1.34;
  text-wrap:balance;
}

.about-food{
  display:grid;
  grid-template-columns:1fr;
  align-items:stretch;
  border-top:1px solid rgba(185,145,79,.55);
  border-bottom:1px solid rgba(185,145,79,.55);
  background:#ead5b3;
  box-shadow:var(--about-shadow);
}

.about-menu-link{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  gap:13px;
  margin-top:28px;
  padding:11px 18px;
  border:1px solid var(--about-red);
  border-radius:10px;
  color:#fff;
  background:var(--about-red);
  text-decoration:none;
  font-weight:800;
}

.about-menu-link span{
  font-size:21px;
  transition:transform .15s ease;
}

.about-menu-link:hover span{
  transform:translateX(3px);
}

.about-gallery{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:12px;
  margin:70px 0;
}

.about-gallery-item{
  min-height:0;
  aspect-ratio:4 / 3;
  margin:0;
  position:relative;
  overflow:hidden;
  border:1px solid rgba(185,145,79,.68);
  border-radius:15px;
  background:#352115;
  box-shadow:0 15px 35px rgba(0,0,0,.24);
}


.about-gallery-item img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
  transition:transform .35s ease,filter .35s ease;
}

.about-gallery-item:hover img{
  transform:scale(1.025);
  filter:saturate(1.05);
}

.about-closing{
  padding:clamp(38px,7vw,76px);
  text-align:center;
}

.about-closing .about-rich-text{
  max-width:660px;
  margin:0 auto;
}

.about-closing-actions{
  display:flex;
  flex-wrap:wrap;
  justify-content:center;
  gap:10px;
  margin-top:28px;
}

.about-closing-actions a{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:11px 20px;
  border:1px solid var(--about-red);
  border-radius:10px;
  color:#fff;
  background:var(--about-red);
  text-decoration:none;
  font-weight:800;
}

.about-closing-actions a.secondary{
  color:var(--about-ink);
  border-color:rgba(89,55,28,.35);
  background:#dfc497;
}

.about-footer{
  padding:28px 18px 38px;
  display:grid;
  gap:5px;
  color:#d7b987;
  text-align:center;
}

.about-footer strong{
  color:#f1dfc3;
  font-family:Georgia,serif;
  font-size:18px;
}

.about-footer span{
  font-size:12px;
  letter-spacing:.08em;
  text-transform:uppercase;
}

@media(max-width:780px){
  .about-hero{
    min-height:86vh;
  }

  .about-hero-content{
    padding-bottom:58px;
  }

  .about-story,
  .about-food{
    grid-template-columns:1fr;
  }

  .about-story-image,
  .about-food-image{
    width:100%;
    min-height:0;
    aspect-ratio:16 / 9;
    margin:0;
    border-radius:0;
    box-shadow:none;
  }

  .about-story-image,
  .about-food-image{
    order:2;
  }

  .about-story-copy,
  .about-food-copy{
    order:1;
  }

  .about-gallery{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:none;
  }


}

@media(max-width:560px){
  .about-story-image,
  .about-food-image{
    order:-1;
    aspect-ratio:3 / 2;
  }

  .about-story-copy,
  .about-food-copy{
    order:1;
  }

  .about-lang{
    top:max(12px,env(safe-area-inset-top));
    right:12px;
  }

  .about-hero-content{
    width:calc(100% - 22px);
    padding:100px 7px 46px;
  }

  .about-brand{
    margin-bottom:30px;
  }

  .about-main{
    width:min(100% - 16px,1040px);
    margin-top:-15px;
  }

  .about-story,
  .about-paper{
    border-radius:15px;
  }

  .about-story-copy,
  .about-food-copy{
    padding:28px 20px 32px;
  }

  .about-story-image,
  .about-food-image{
    min-height:0;
    aspect-ratio:3 / 2;
  }

  .about-rich-text{
    font-size:16px;
    line-height:1.7;
  }

  .about-quote{
    margin:52px auto;
    padding:0 12px;
  }

  .about-gallery{
    grid-template-columns:1fr;
    grid-template-rows:none;
    gap:10px;
    margin:52px 0;
  }

  .about-gallery-item{
    min-height:0;
    aspect-ratio:4 / 3;
    grid-column:auto;
    grid-row:auto;
  }

  .about-closing{
    padding:36px 20px;
  }

  .about-closing-actions{
    display:grid;
  }
}
