:root{
  --about-container:min(1320px,calc(100vw - 72px));
  --about-brown:#5a2b12;
}

.about-shell{
  width:var(--about-container);
  margin-inline:auto;
}

.about-eyebrow{
  margin:0 0 22px;
  color:var(--accent-active);
  font-size:12px;
  line-height:1.4;
  font-weight:600;
  letter-spacing:.13em;
  text-transform:uppercase;
}
.about-eyebrow--light{color:rgba(242,239,233,.72)}

.about-cover{
  width:100%;
  height:75vh;
  min-height:520px;
  overflow:hidden;
  background:#111;
}
.about-cover img,
.about-story-image img{
  width:100%;
  height:100%;
  object-fit:cover;
}
.about-cover img{object-position:center 54%}

.about-reveal-image img{
  opacity:0;
  transform:scale(1.055);
  transition:opacity .9s cubic-bezier(.16,1,.3,1),transform 1.2s cubic-bezier(.16,1,.3,1);
}
.about-reveal-image.is-visible img{
  opacity:1;
  transform:scale(1);
}

.about-paper-section{background:var(--paper)}
.about-intro{padding:148px 0 152px}
.about-intro-grid,
.about-quality-grid{
  display:grid;
  grid-template-columns:58% 42%;
}
.about-intro-grid{align-items:start}
.about-quality-grid{align-items:end}
.about-heading-column{padding-right:48px}
.about-copy-column{
  max-width:560px;
  justify-self:end;
  padding-left:36px;
}
.about-heading-column h2{
  margin:0;
  max-width:760px;
}
.about-copy-column p{
  margin:0;
  font-size:17px;
  line-height:1.72;
  color:var(--muted);
}
.about-copy-column p + p{margin-top:20px}

.about-lined-section{
  position:relative;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.about-lined-section::before,
.about-lined-section::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  height:1px;
  background:var(--line);
  pointer-events:none;
}
.about-lined-section::before{top:-1px}
.about-lined-section::after{bottom:-1px}
.about-story-grid{
  display:grid;
  grid-template-columns:55% 45%;
  min-height:100vh;
  align-items:stretch;
}
.about-story-copy-wrap{
  min-width:0;
  padding-top:70px;
  padding-bottom:70px;
  padding-left:max(36px, calc((100vw - 1320px) / 2));
  padding-right:56px;
}
.about-story-copy{
  display:flex;
  flex-direction:column;
  justify-content:flex-start;
  min-height:calc(100vh - 140px);
  max-width:670px;
}
.about-story-copy h2{
  margin:0;
  max-width:780px;
}
.about-story-lead{
  max-width:610px;
  margin:24px 0 34px;
  color:var(--muted);
  font-size:17px;
  line-height:1.72;
}
.about-occasion-list{
  display:grid;
  gap:0;
  max-width:640px;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
}
.about-occasion-list article{
  display:grid;
  grid-template-columns:44px 1fr;
  gap:18px;
  align-items:start;
  padding:22px 0 20px;
  border-bottom:1px solid var(--line);
}
.about-occasion-list article:last-child{border-bottom:0}
.about-occasion-list span{
  display:block;
  padding-top:4px;
  font-size:12px;
  line-height:1.4;
  font-weight:600;
  letter-spacing:.12em;
  color:var(--accent-active);
}
.about-occasion-list h3{
  margin:0 0 6px;
  font-family:"Marcellus",Georgia,"Times New Roman",serif;
  font-size:30px;
  line-height:1.05;
  font-weight:400;
  letter-spacing:-.03em;
}
.about-occasion-list p{
  margin:0;
  color:var(--muted);
  font-size:15px;
  line-height:1.65;
}
.about-inline-button{align-self:flex-start;margin-top:34px}
.about-story-image{
  min-width:0;
  min-height:100%;
  height:100%;
  align-self:stretch;
  border-left:1px solid var(--line);
  overflow:hidden;
}
.about-story-image img{object-position:center}

.about-assortment{
  padding:0;
  background:#7a816a;
  color:#f2efe9;
  overflow:hidden;
}
.about-assortment-head{
  display:grid;
  grid-template-columns:58% 42%;
  align-items:end;
  padding-bottom:38px;
}
.about-assortment-head > div{padding-right:48px}
.about-assortment-head h2{margin:0;max-width:780px}
.about-assortment-head > p{
  max-width:560px;
  justify-self:end;
  margin:0;
  padding-left:36px;
  color:rgba(242,239,233,.72);
  font-size:16px;
  line-height:1.7;
}
.about-assortment-marquee{
  display:flex;
  width:max-content;
  min-width:100%;
  padding:12px 0 18px;
  border-top:1px solid rgba(242,239,233,.22);
  border-bottom:1px solid rgba(242,239,233,.22);
}
.about-assortment-track{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:34px;
  min-width:max-content;
  padding-right:34px;
  animation:about-marquee 26s linear infinite;
}
.about-assortment-track span{
  font-family:"Marcellus",Georgia,"Times New Roman",serif;
  font-size:clamp(48px,6vw,86px);
  line-height:.92;
  font-weight:400;
  letter-spacing:-.04em;
  color:rgba(242,239,233,.94);
  white-space:nowrap;
}
.about-assortment-track span::after{
  content:"·";
  margin-left:34px;
  color:rgba(242,239,233,.34);
}
@keyframes about-marquee{
  from{transform:translateX(0)}
  to{transform:translateX(-50%)}
}


.about-quality{padding:138px 0 144px}
.about-quality-grid{align-items:start}

.about-location{
  position:relative;
  height:82vh;
  min-height:720px;
  overflow:hidden;
  background:#d8d4ce;
}
.about-location-map,
.about-location-map iframe{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  border:0;
}
.about-location-map{filter:grayscale(.08) contrast(.96)}
.about-location-overlay{
  position:relative;
  z-index:2;
  height:100%;
  display:flex;
  align-items:flex-end;
  pointer-events:none;
}
.about-location-card{
  width:min(480px,100%);
  margin-bottom:54px;
  padding:44px 44px 46px;
  background:var(--about-brown);
  color:#f2efe9;
  box-shadow:0 28px 60px rgba(17,16,16,.22);
  pointer-events:auto;
}
.about-location-card h2{margin:0 0 28px;font-size:54px !important}
.about-address{
  margin:0 0 20px;
  font-size:17px;
  line-height:1.65;
  color:rgba(242,239,233,.82);
}
.about-address strong{color:#fff;font-weight:600}
.about-phone{
  display:inline-block;
  margin-bottom:30px;
  border-bottom:1px solid rgba(242,239,233,.72);
  padding-bottom:4px;
  font-family:"Marcellus",Georgia,"Times New Roman",serif;
  font-size:30px;
}
.about-route-button{display:flex;width:100%;justify-content:space-between}

.about-final-cta{
  padding:108px 0 112px;
  background:var(--paper);
  border-bottom:1px solid var(--line);
}
.about-final-cta-inner{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap:56px;
}

@media(max-width:1100px){
  .about-intro-grid,
  .about-quality-grid{grid-template-columns:1fr;gap:28px}
  .about-heading-column{padding-right:0}
  .about-copy-column{max-width:720px;justify-self:start;padding-left:0}
  .about-story-grid{grid-template-columns:1fr;min-height:0}
  .about-story-copy-wrap{padding-left:0;padding-right:0;width:var(--about-container);margin-inline:auto}
  .about-story-copy{padding:86px 0;min-height:0;max-width:none}
  .about-story-image{height:70vh;min-height:520px;border-left:0;border-top:1px solid var(--line)}
}

@media(max-width:780px){
  :root{--about-container:calc(100vw - 44px)}
  .about-hero{height:600px}
  .about-cover{height:75vh;min-height:420px}
  .about-intro{padding:88px 0 92px}
  .about-intro-grid,
  .about-quality-grid{gap:24px}
  .about-copy-column p{font-size:16px}
  .about-story-copy{padding:74px 0}
  .about-story-lead{font-size:16px;margin:22px 0 26px}
  .about-occasion-list article{grid-template-columns:30px 1fr;gap:14px;padding:18px 0}
  .about-occasion-list h3{font-size:25px}
  .about-occasion-list p{font-size:14px}
  .about-story-image{height:68svh;min-height:460px}
  .about-inline-button{width:100%;justify-content:space-between}
  .about-assortment{padding:0}
  .about-assortment-marquee{padding:10px 0 16px}
  .about-assortment-track{gap:22px;padding-right:22px;animation-duration:20s}
  .about-assortment-track span{font-size:clamp(34px,11vw,56px)}
  .about-assortment-track span::after{margin-left:22px}
  .about-quality{padding:88px 0 92px}
  .about-location{height:90svh;min-height:720px}
  .about-location-card{width:100%;margin-bottom:22px;padding:34px 26px 36px}
  .about-location-card h2{font-size:44px !important}
}

@media(prefers-reduced-motion:reduce){
  .about-reveal-image img{opacity:1;transform:none;transition:none}
  .about-assortment-track{animation:none}
}


/* Vegetarian section reuses the homepage .home-about component 1:1. */
.about-vegetarian .home-about-image{object-position:center center}
