@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');

:root {
  --gdwb-about-bg:#f8f6f2;
  --gdwb-about-white:#fff;
  --gdwb-about-ink:#1f2735;
  --gdwb-about-text:#404246;
  --gdwb-about-gold:#b99155;
  --gdwb-about-gold-hover:#a88045;
  --gdwb-about-line:#e6e0d8;
  --gdwb-about-dark:#101010;
  --gdwb-about-max:1360px;
  --gdwb-about-motion:300ms cubic-bezier(.2,.7,.2,1);
}

body.gdwb-about-page .site-content,
body.gdwb-about-page .site-content .content-container,
body.gdwb-about-page .content-container,
body.gdwb-about-page .site-container,
body.gdwb-about-page .content-wrap,
body.gdwb-about-page #primary,
body.gdwb-about-page article,
body.gdwb-about-page .content-bg,
body.gdwb-about-page .content-area,
body.gdwb-about-page .site-main,
body.gdwb-about-page .entry-content-wrap,
body.gdwb-about-page .entry-content { width:100%!important; max-width:none!important; margin:0!important; padding:0!important; }
body.gdwb-about-page .site-content { display:block!important; }
body.gdwb-about-page .content-bg { background:transparent!important; }
body.gdwb-about-page .entry-header,
body.gdwb-about-page .page-title,
body.gdwb-about-page .entry-title { display:none!important; }

.gdwb-about-page-shell,.gdwb-about-page-shell * { box-sizing:border-box; }
.gdwb-about-page-shell { width:100%!important; max-width:none!important; margin:0!important; padding:0!important; background:var(--gdwb-about-bg); color:var(--gdwb-about-text); font-family:'Inter',Arial,sans-serif; overflow:hidden; }
.gdwb-about-page-shell h1,.gdwb-about-page-shell h2,.gdwb-about-page-shell h3 { color:var(--gdwb-about-ink); font-family:'Cormorant Garamond',Georgia,serif; font-weight:600; }
.gdwb-about-page-shell a { color:var(--gdwb-about-gold); }
.gdwb-about-kicker { margin:0 0 20px!important; color:var(--gdwb-about-gold)!important; font-size:13px; font-weight:700; letter-spacing:.18em; text-transform:uppercase; }

.gdwb-about-hero { min-height:800px; margin:0!important; gap:0!important; background:var(--gdwb-about-bg); animation:gdwb-about-fade 800ms ease both; }
.gdwb-about-hero__copy { padding:90px clamp(38px,6vw,108px)!important; }
.gdwb-about-hero__heading { max-width:720px; margin:0 0 34px!important; font-size:clamp(60px,6vw,98px)!important; line-height:.93!important; letter-spacing:-.045em; }
.gdwb-about-lead { max-width:590px; margin:0!important; font-size:22px; line-height:1.72; }
.gdwb-about-hero__media { display:flex; align-items:flex-end; justify-content:center; padding:30px 45px 30px 0!important; }
.gdwb-about-hero__image { width:94%!important; margin:0!important; }
.gdwb-about-hero__image img { display:block; width:100%!important; height:auto!important; max-height:760px; object-fit:contain!important; object-position:center bottom!important; }

.gdwb-about-intro { padding:140px 24px!important; border-top:1px solid var(--gdwb-about-line); border-bottom:1px solid var(--gdwb-about-line); }
.gdwb-about-intro h2 { max-width:1040px; margin:0 auto 30px!important; font-size:clamp(48px,5vw,76px)!important; line-height:1.02; }
.gdwb-about-intro__copy { max-width:820px; margin:0 auto!important; font-size:21px; line-height:1.8; }

.gdwb-about-story,.gdwb-about-style { margin:0!important; gap:0!important; background:var(--gdwb-about-white); }
.gdwb-about-story__media,.gdwb-about-style__media { padding:65px!important; }
.gdwb-about-story__media figure,.gdwb-about-style__media figure { margin:0!important; }
.gdwb-about-story__media img,.gdwb-about-style__media img { display:block; width:100%!important; max-height:760px; object-fit:contain!important; }
.gdwb-about-story__copy,.gdwb-about-style__copy { padding:110px clamp(42px,7vw,120px)!important; }
.gdwb-about-story__copy h2,.gdwb-about-style__copy h2 { margin:0 0 28px!important; font-size:clamp(48px,5vw,72px); line-height:1; }
.gdwb-about-story__copy p,.gdwb-about-style__copy p { font-size:18px; line-height:1.85; }

.gdwb-about-manifesto { padding:135px 24px!important; background:var(--gdwb-about-dark); color:var(--gdwb-about-white); text-align:center; }
.gdwb-about-manifesto blockquote { max-width:1050px; margin:0 auto 35px!important; padding:0!important; border:0!important; }
.gdwb-about-manifesto blockquote p { margin:0!important; color:var(--gdwb-about-white); font-family:'Cormorant Garamond',Georgia,serif; font-size:clamp(44px,5vw,76px); font-style:italic; line-height:1.15; }
.gdwb-about-manifesto>p:last-child { max-width:760px; margin:0 auto!important; color:#d8d8d8; font-size:19px; line-height:1.7; }

.gdwb-about-section { width:min(calc(100% - 48px),var(--gdwb-about-max)); margin:0 auto!important; padding:140px 0!important; }
.gdwb-about-section>h2 { margin:0 0 55px!important; font-size:clamp(48px,5vw,72px)!important; line-height:1.04; }
.gdwb-about-mission { gap:26px!important; }
.gdwb-about-mission .wp-block-column { padding:40px 34px; border:1px solid var(--gdwb-about-line); background:var(--gdwb-about-white); transition:transform var(--gdwb-about-motion),box-shadow var(--gdwb-about-motion),border-color var(--gdwb-about-motion); }
.gdwb-about-mission .wp-block-column:hover { border-top-color:var(--gdwb-about-gold); box-shadow:0 20px 42px rgba(31,39,53,.10); transform:translateY(-7px); }
.gdwb-about-mission span,.gdwb-about-beliefs span { color:var(--gdwb-about-gold); font-size:12px; font-weight:700; letter-spacing:.12em; }
.gdwb-about-mission h3 { margin:55px 0 16px!important; font-size:35px; line-height:1.05; }
.gdwb-about-mission p { line-height:1.75; }

.gdwb-about-style { background:#f0ece6; }
.gdwb-about-style__media { padding-left:0!important; }

.gdwb-about-beliefs { display:grid!important; grid-template-columns:repeat(5,1fr); gap:0!important; margin-top:50px!important; border-top:1px solid var(--gdwb-about-line); border-left:1px solid var(--gdwb-about-line); }
.gdwb-about-beliefs .wp-block-column { min-height:260px; padding:30px; border-right:1px solid var(--gdwb-about-line); border-bottom:1px solid var(--gdwb-about-line); transition:background-color var(--gdwb-about-motion),transform var(--gdwb-about-motion); }
.gdwb-about-beliefs .wp-block-column:hover { background:var(--gdwb-about-white); transform:translateY(-5px); }
.gdwb-about-beliefs h3 { margin:70px 0 0!important; font-size:27px; line-height:1.12; }

.gdwb-about-timeline { padding:140px max(24px,calc((100vw - var(--gdwb-about-max))/2))!important; background:var(--gdwb-about-white); }
.gdwb-about-timeline>h2 { margin:0 0 70px!important; font-size:clamp(48px,5vw,72px)!important; }
.gdwb-about-timeline__grid { display:grid; grid-template-columns:repeat(5,1fr); border-top:1px solid var(--gdwb-about-line); }
.gdwb-about-timeline__grid>div { position:relative; padding:42px 28px 20px 0; }
.gdwb-about-timeline__grid>div::before { position:absolute; top:-6px; left:0; width:11px; height:11px; border-radius:50%; background:var(--gdwb-about-gold); content:''; }
.gdwb-about-timeline__grid span { color:var(--gdwb-about-gold); font-size:11px; font-weight:700; letter-spacing:.12em; }
.gdwb-about-timeline__grid h3 { margin:28px 0 14px!important; font-size:28px; line-height:1.1; }
.gdwb-about-timeline__grid p { padding-right:24px; line-height:1.7; }

.gdwb-about-feature { padding:120px 24px!important; border-top:1px solid var(--gdwb-about-line); text-align:center; }
.gdwb-about-feature h2 { margin:0 0 22px!important; font-size:clamp(48px,5vw,72px)!important; }
.gdwb-about-feature>p:not(.gdwb-about-kicker) { max-width:730px; margin:0 auto 34px!important; font-size:19px; line-height:1.75; }

.gdwb-about-cta { padding:130px 24px!important; background:var(--gdwb-about-dark); color:var(--gdwb-about-white); }
.gdwb-about-cta h2 { margin:0 0 22px!important; color:var(--gdwb-about-white); font-size:clamp(52px,6vw,86px)!important; line-height:.98; }
.gdwb-about-cta>p:not(.gdwb-about-kicker) { color:#ddd; font-size:19px; }
.gdwb-about-actions { margin-top:35px!important; gap:18px; }
.gdwb-about-actions .wp-block-button { width:278px; }
.gdwb-about-button-primary .wp-block-button__link,.gdwb-about-button-secondary .wp-block-button__link { display:inline-flex; width:100%; align-items:center; justify-content:center; min-height:56px; padding:18px 24px!important; border-radius:0!important; font-size:12px!important; font-weight:700; letter-spacing:.12em; text-transform:uppercase; transition:all var(--gdwb-about-motion); }
.gdwb-about-button-primary .wp-block-button__link { border:1px solid var(--gdwb-about-gold)!important; background:var(--gdwb-about-gold)!important; color:#fff!important; }
.gdwb-about-button-secondary .wp-block-button__link { border:1px solid #eee!important; background:transparent!important; color:#fff!important; }
.gdwb-about-button-primary .wp-block-button__link:hover { border-color:var(--gdwb-about-gold-hover)!important; background:var(--gdwb-about-gold-hover)!important; box-shadow:0 12px 28px rgba(0,0,0,.25); transform:translateY(-3px); }
.gdwb-about-button-secondary .wp-block-button__link:hover { background:var(--gdwb-about-white)!important; color:var(--gdwb-about-dark)!important; transform:translateY(-3px); }

.gdwb-about-footer { padding:100px max(30px,calc((100vw - var(--gdwb-about-max))/2)) 32px!important; border-top:1px solid #272727; background:#0b0b0b; color:#cfc9bf; }
.gdwb-about-footer__grid { gap:48px!important; margin-bottom:85px!important; }
.gdwb-about-footer h2,.gdwb-about-footer h3 { margin-top:0!important; color:var(--gdwb-about-white); }
.gdwb-about-footer__brand h2 { font-size:clamp(44px,4vw,62px); line-height:.92; }
.gdwb-about-footer__brand>p:not(.gdwb-about-footer__social) { margin-top:28px; color:var(--gdwb-about-white); font-family:'Cormorant Garamond',Georgia,serif; font-size:28px; line-height:1.28; }
.gdwb-about-footer a { color:#d6d0c7; text-decoration:none; transition:color var(--gdwb-about-motion); }
.gdwb-about-footer a:hover { color:var(--gdwb-about-gold); }
.gdwb-about-footer__social { display:flex; flex-wrap:wrap; gap:18px; margin-top:36px!important; font-size:11px; font-weight:700; letter-spacing:.11em; text-transform:uppercase; }
.gdwb-about-footer__links { line-height:2.15; }
.gdwb-about-footer__subscribe h3 { font-size:36px; line-height:1.08; }
.gdwb-about-footer__subscribe>p:not(.gdwb-about-kicker) { line-height:1.7; }
.gdwb-about-footer__bottom { display:flex; justify-content:space-between; gap:20px; padding-top:28px; border-top:1px solid #292929; font-size:11px; letter-spacing:.08em; text-transform:uppercase; }

@keyframes gdwb-about-fade { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:none} }

@media(max-width:1024px){
  .gdwb-about-hero { min-height:650px; }
  .gdwb-about-hero__copy { padding:65px 38px!important; }
  .gdwb-about-story__media,.gdwb-about-style__media { padding:38px!important; }
  .gdwb-about-story__copy,.gdwb-about-style__copy { padding:90px 48px!important; }
  .gdwb-about-beliefs { grid-template-columns:repeat(2,1fr); }
  .gdwb-about-timeline__grid { grid-template-columns:repeat(2,1fr); gap:32px; border-top:0; }
  .gdwb-about-timeline__grid>div { border-top:1px solid var(--gdwb-about-line); }
  .gdwb-about-footer__grid { flex-wrap:wrap!important; }
  .gdwb-about-footer__grid>.wp-block-column { flex-basis:45%!important; }
}

@media(max-width:767px){
  .gdwb-about-hero,.gdwb-about-story,.gdwb-about-style { display:flex!important; flex-direction:column!important; }
  .gdwb-about-hero__copy,.gdwb-about-hero__media,.gdwb-about-story__media,.gdwb-about-story__copy,.gdwb-about-style__copy,.gdwb-about-style__media { flex-basis:100%!important; }
  .gdwb-about-hero { min-height:0; }
  .gdwb-about-hero__copy { order:1; padding:65px 24px!important; }
  .gdwb-about-hero__media { order:2; padding:0 24px 55px!important; }
  .gdwb-about-hero__heading { font-size:52px!important; }
  .gdwb-about-lead { font-size:19px; }
  .gdwb-about-intro,.gdwb-about-manifesto,.gdwb-about-feature,.gdwb-about-cta { padding:88px 24px!important; }
  .gdwb-about-section { width:min(calc(100% - 30px),var(--gdwb-about-max)); padding:88px 0!important; }
  .gdwb-about-story__media { order:2; padding:0 24px 65px!important; }
  .gdwb-about-story__copy { order:1; padding:88px 24px 55px!important; }
  .gdwb-about-style__copy { order:1; padding:88px 24px 55px!important; }
  .gdwb-about-style__media { order:2; padding:0 24px 65px!important; }
  .gdwb-about-mission { display:block!important; }
  .gdwb-about-mission .wp-block-column { margin-bottom:20px!important; }
  .gdwb-about-beliefs { display:block!important; border-left:0; }
  .gdwb-about-beliefs .wp-block-column { min-height:190px; border-left:1px solid var(--gdwb-about-line); }
  .gdwb-about-beliefs h3 { margin-top:45px!important; }
  .gdwb-about-timeline { padding:88px 24px!important; }
  .gdwb-about-timeline__grid { display:block; }
  .gdwb-about-timeline__grid>div { margin-bottom:35px; }
  .gdwb-about-actions { display:block!important; }
  .gdwb-about-actions .wp-block-button { width:100%; margin-bottom:12px; }
  .gdwb-about-actions .wp-block-button__link { width:100%; }
  .gdwb-about-footer { padding:78px 24px 28px!important; }
  .gdwb-about-footer__grid { display:block!important; margin-bottom:55px!important; }
  .gdwb-about-footer__grid>.wp-block-column { margin-bottom:52px!important; }
  .gdwb-about-footer__bottom { display:block; }
  .gdwb-about-footer__bottom span { display:block; margin-bottom:10px; }
}

@media(prefers-reduced-motion:reduce){
  .gdwb-about-hero,.gdwb-about-page-shell * { animation:none!important; transition:none!important; }
}
