.about-page{
  overflow:hidden;
  padding-bottom:96px;
}
.about-hero{
  display:grid;
  grid-template-columns:minmax(0,1.05fr) minmax(360px,.82fr);
  gap:64px;
  align-items:center;
  padding:44px 0 70px;
}
.about-eyebrow{
  display:block;
  margin-bottom:18px;
  color:var(--gold);
  font-size:11px;
  font-weight:800;
  letter-spacing:.24em;
  text-transform:uppercase;
}
.about-hero h1{
  max-width:760px;
  margin:0 0 22px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(48px,5.7vw,78px);
  font-weight:600;
  line-height:.98;
  letter-spacing:-.025em;
}
.about-hero__lead{
  max-width:700px;
  color:var(--ink2);
  font-size:18px;
  line-height:1.75;
}
.about-actions{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:30px;
}
.about-hero__media{
  position:relative;
  overflow:hidden;
  min-height:540px;
  margin:0;
  border-radius:180px 180px 26px 26px;
  background:#ded3c2;
  box-shadow:0 28px 70px rgba(49,38,25,.16);
}
.about-hero__media::after{
  position:absolute;
  inset:18px;
  border:1px solid rgba(255,255,255,.52);
  border-radius:165px 165px 18px 18px;
  content:"";
  pointer-events:none;
}
.about-hero__media img{
  width:100%;
  height:100%;
  min-height:540px;
  object-fit:cover;
}
.about-benefits{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:14px;
  margin-bottom:84px;
}
.about-benefit{
  min-height:190px;
  padding:30px;
  border:1px solid rgba(143,116,74,.13);
  border-radius:20px;
  background:#fff;
  box-shadow:0 12px 34px rgba(49,38,25,.055);
}
.about-benefit__num{
  display:block;
  margin-bottom:24px;
  color:var(--gold);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:30px;
  font-weight:600;
}
.about-benefit h2{
  margin:0 0 10px;
  font-size:19px;
}
.about-benefit p{
  margin:0;
  color:var(--ink2);
  font-size:14px;
  line-height:1.65;
}
.about-layout{
  display:grid;
  grid-template-columns:minmax(0,1fr) 360px;
  gap:76px;
  align-items:start;
}
.about-prose{
  max-width:780px;
  color:var(--ink2);
  font-size:17px;
  line-height:1.82;
}
.about-prose h2{
  margin:62px 0 18px;
  color:var(--ink);
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:clamp(34px,4vw,48px);
  font-weight:600;
  line-height:1.05;
}
.about-prose h2:first-child{margin-top:0}
.about-prose h3{
  margin:34px 0 13px;
  color:var(--ink);
  font-size:21px;
}
.about-prose p{margin:0 0 20px}
.about-prose ul,.about-prose ol{
  margin:0 0 25px;
  padding-left:23px;
}
.about-prose li{margin:0 0 9px}
.about-prose a{
  color:#8f6e3f;
  text-decoration:underline;
  text-decoration-color:rgba(143,110,63,.35);
  text-underline-offset:4px;
}
.about-prose figure{
  margin:34px 0;
}
.about-prose figure img{
  width:100%;
  max-height:620px;
  border-radius:20px;
  object-fit:cover;
}
.about-prose figcaption{
  margin-top:9px;
  color:var(--ink3);
  font-size:12px;
  text-align:center;
}
.about-note{
  margin:30px 0;
  padding:24px 26px;
  border-left:3px solid var(--gold);
  border-radius:0 14px 14px 0;
  background:#efe5d5;
  color:var(--ink);
}
.about-side{
  position:sticky;
  top:112px;
  display:grid;
  gap:14px;
}
.about-side__card{
  padding:28px;
  border-radius:20px;
  background:#221d17;
  color:#f8f3eb;
}
.about-side__card--light{
  border:1px solid rgba(143,116,74,.16);
  background:#fff;
  color:var(--ink);
}
.about-side__label{
  display:block;
  margin-bottom:14px;
  color:#c9ae83;
  font-size:10px;
  font-weight:800;
  letter-spacing:.2em;
  text-transform:uppercase;
}
.about-side__card h2{
  margin:0 0 13px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:31px;
  font-weight:600;
  line-height:1.05;
}
.about-side__card p{
  margin:0 0 20px;
  color:rgba(248,243,235,.72);
  font-size:14px;
  line-height:1.7;
}
.about-side__card--light p{color:var(--ink2)}
.about-map{
  display:inline-flex;
  align-items:center;
  gap:7px;
  color:#e5cda8;
  font-size:13px;
  font-weight:800;
  text-decoration:none;
}
.about-map:hover{color:#fff}
.about-video{
  margin-top:76px;
  padding-top:54px;
  border-top:1px solid var(--line);
}
.about-video h2{
  margin:0 0 22px;
  font-family:"Cormorant Garamond",Georgia,serif;
  font-size:42px;
}
.about-video__frame{
  overflow:hidden;
  aspect-ratio:16/9;
  border-radius:22px;
  background:#221d17;
}
.about-video__frame iframe{
  width:100%;
  height:100%;
  border:0;
}

@media(max-width:980px){
  .about-hero{
    grid-template-columns:1fr .72fr;
    gap:32px;
  }
  .about-hero__media,.about-hero__media img{min-height:450px}
  .about-layout{
    grid-template-columns:1fr 300px;
    gap:40px;
  }
}
@media(max-width:760px){
  .about-page{padding-bottom:68px}
  .about-hero{
    grid-template-columns:1fr;
    padding:28px 0 46px;
  }
  .about-hero h1{font-size:48px}
  .about-hero__lead{font-size:16px}
  .about-hero__media{
    min-height:420px;
    border-radius:120px 120px 20px 20px;
  }
  .about-hero__media img{min-height:420px}
  .about-benefits{
    grid-template-columns:1fr;
    margin-bottom:58px;
  }
  .about-benefit{min-height:0}
  .about-layout{grid-template-columns:1fr}
  .about-side{
    position:static;
    grid-row:1;
  }
  .about-prose{font-size:16px}
}
@media(max-width:480px){
  .about-hero h1{font-size:42px}
  .about-hero__media,.about-hero__media img{min-height:360px}
  .about-actions .btn{width:100%}
  .about-benefit,.about-side__card{padding:24px}
}
