:root{
  --gi-nav-height:78px;
  --gi-ink:#11100e;
  --gi-cream:#f6f1e8;
  --gi-paper:#fbfaf6;
  --gi-gold:#c5a06f;
  --gi-muted:#746b60;
  --gi-line:rgba(17,16,14,.12);
  --gi-light-line:rgba(246,241,232,.16);
}
*{box-sizing:border-box}
html{min-height:100%;overflow-x:clip;overflow-y:auto;scroll-padding-top:calc(var(--gi-nav-height) + 20px)}
body{min-height:100%;margin:0;padding-top:var(--gi-nav-height);background:var(--gi-paper);color:var(--gi-ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;letter-spacing:0;overflow-x:clip;overflow-y:auto}
a{color:inherit}
.gi-site-header{position:fixed;top:0;left:0;right:0;width:100%;z-index:118;background:rgba(17,16,14,.94);color:var(--gi-cream);border-bottom:1px solid var(--gi-light-line);backdrop-filter:blur(14px)}
body.admin-bar .gi-site-header{top:32px}
.gi-nav-shell{height:var(--gi-nav-height);display:grid;grid-template-columns:auto minmax(0,1fr) auto auto;gap:24px;align-items:center;padding:0 clamp(18px,4vw,54px)}
.gi-brand{display:grid;gap:4px;color:var(--gi-cream);text-decoration:none;white-space:nowrap}
.gi-brand img{display:block;width:auto;max-width:230px;height:auto;max-height:46px;object-fit:contain}
.gi-brand strong{font-weight:900;font-size:19px;letter-spacing:.08em;line-height:1}
.gi-brand span{font-size:10px;font-weight:800;letter-spacing:.18em;text-transform:uppercase;color:rgba(246,241,232,.7)}
.gi-primary-nav{height:100%;display:flex;justify-content:center;align-items:center;gap:2px;min-width:0}
.gi-nav-item{height:100%;display:flex;align-items:center;position:static}
.gi-nav-link{height:100%;display:flex;align-items:center;padding:0 12px;color:rgba(246,241,232,.76);text-decoration:none;font-size:12px;font-weight:850;letter-spacing:.08em;text-transform:uppercase;white-space:nowrap}
.gi-nav-link:hover,.gi-nav-item.is-open>.gi-nav-link{color:var(--gi-cream);background:rgba(246,241,232,.08)}
.gi-primary-menu,
.gi-primary-menu .sub-menu,
.gi-mobile-menu,
.gi-mobile-menu .sub-menu,
.gi-footer-link-menu{
  margin:0;
  padding:0;
  list-style:none;
}
.gi-primary-menu{
  height:100%;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:2px;
  min-width:0;
}
.gi-primary-menu>li{
  position:relative;
  height:100%;
  display:flex;
  align-items:center;
}
.gi-primary-menu a{
  color:rgba(246,241,232,.78);
  text-decoration:none;
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
  line-height:1.25;
}
.gi-primary-menu>li>a{
  height:100%;
  display:flex;
  align-items:center;
  gap:7px;
  padding:0 12px;
  white-space:nowrap;
}
.gi-primary-menu>li>a:hover,
.gi-primary-menu>li:focus-within>a,
.gi-primary-menu>li:hover>a{
  color:var(--gi-cream);
  background:rgba(246,241,232,.08);
}
.gi-primary-menu li.menu-item-has-children>a:after{
  content:"";
  width:5px;
  height:5px;
  border-right:1px solid currentColor;
  border-bottom:1px solid currentColor;
  transform:rotate(45deg) translateY(-2px);
  opacity:.7;
}
.gi-primary-menu .sub-menu{
  position:absolute;
  top:100%;
  left:0;
  z-index:90;
  display:grid;
  min-width:248px;
  background:rgba(251,250,246,.98);
  color:var(--gi-ink);
  border:1px solid rgba(17,16,14,.13);
  box-shadow:0 26px 70px rgba(0,0,0,.24);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  transform:translateY(8px);
  transition:opacity .18s ease,visibility .18s ease,transform .18s ease;
}
.gi-primary-menu .sub-menu .sub-menu{
  top:-1px;
  left:100%;
  transform:translateX(8px);
}
.gi-primary-menu li:hover>.sub-menu,
.gi-primary-menu li:focus-within>.sub-menu{
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transform:translateY(0);
}
.gi-primary-menu .sub-menu li:hover>.sub-menu,
.gi-primary-menu .sub-menu li:focus-within>.sub-menu{
  transform:translateX(0);
}
.gi-primary-menu .sub-menu a{
  display:flex;
  align-items:center;
  min-height:44px;
  padding:12px 14px;
  color:#2c2721;
  border-bottom:1px solid rgba(17,16,14,.08);
}
.gi-primary-menu .sub-menu li:last-child>a{border-bottom:0}
.gi-primary-menu .sub-menu a:hover,
.gi-primary-menu .sub-menu li:focus-within>a{
  background:#11100e;
  color:#f6f1e8;
}
.gi-header-cta,.gi-footer-cta,.gi-mobile-cta,.gi-button{display:inline-flex;min-height:44px;align-items:center;justify-content:center;border:1px solid rgba(246,241,232,.72);border-radius:999px;color:var(--gi-cream);text-decoration:none;background:transparent;padding:0 22px;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}
.gi-header-cta:hover,.gi-mobile-cta:hover,.gi-footer-cta:hover{background:var(--gi-cream);color:var(--gi-ink)}
.gi-menu-toggle{display:none;border:1px solid var(--gi-light-line);background:rgba(246,241,232,.08);color:var(--gi-cream);min-height:40px;padding:0 14px;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.gi-mega{position:absolute;top:100%;left:clamp(18px,4vw,54px);right:clamp(18px,4vw,54px);display:grid;grid-template-columns:220px minmax(0,1fr);gap:24px;background:rgba(251,250,246,.98);color:var(--gi-ink);border:1px solid rgba(17,16,14,.12);box-shadow:0 34px 90px rgba(0,0,0,.28);padding:24px;opacity:0;visibility:hidden;pointer-events:none;transform:translateY(10px);transition:opacity .18s ease,transform .18s ease,visibility .18s ease}
.gi-nav-item.is-open .gi-mega,.gi-nav-item:hover .gi-mega{opacity:1;visibility:visible;pointer-events:auto;transform:translateY(0)}
.gi-mega-head{display:grid;align-content:end;gap:9px;min-height:100%;padding:22px;background:linear-gradient(135deg,#181410,#8a6a4d);color:var(--gi-cream)}
.gi-mega-head span{font-size:10px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:var(--gi-gold)}
.gi-mega-head strong{font-family:Georgia,"Times New Roman",serif;font-size:36px;line-height:1;font-weight:400}
.gi-menu-matrix{display:grid;gap:10px}
.gi-menu-row{display:grid;grid-template-columns:210px minmax(0,1fr);gap:12px;align-items:stretch;padding-bottom:10px;border-bottom:1px solid rgba(17,16,14,.1)}
.gi-menu-row:last-child{border-bottom:0;padding-bottom:0}
.gi-row-title{display:flex;align-items:center;padding:14px;background:#f6f1e8;color:#8a6a4d;text-decoration:none;font-family:Georgia,"Times New Roman",serif;font-size:21px;line-height:1.05}
.gi-row-pages{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}
.gi-page{display:flex;align-items:center;min-height:54px;padding:12px;border:1px solid rgba(17,16,14,.16);background:#fff;color:#11100e;text-decoration:none;font-size:12px;font-weight:900;line-height:1.3}
.gi-page:hover,.gi-page:focus-visible{background:#11100e;color:#f6f1e8}
.gi-mobile-nav{display:none}
.gi-site-footer{background:#0f0e0c;color:rgba(246,241,232,.72);padding:28px clamp(18px,4vw,54px)}
.gi-footer-shell{display:grid;grid-template-columns:minmax(220px,.9fr) minmax(0,1.2fr) auto;gap:24px;align-items:center}
.gi-footer-brand{display:grid;gap:6px}
.gi-footer-brand strong{color:var(--gi-cream);letter-spacing:.08em}
.gi-footer-brand span{font-size:12px;line-height:1.55}
.gi-footer-links{display:flex;flex-wrap:wrap;gap:10px;justify-content:center}
.gi-footer-links a{color:rgba(246,241,232,.78);text-decoration:none;font-size:11px;font-weight:850;letter-spacing:.1em;text-transform:uppercase}
.gi-footer-link-menu{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  justify-content:center;
}
.gi-global-footer{
  --gi-footer-bg:#11100e;
  --gi-footer-bg-soft:#171511;
  --gi-footer-cream:#f6f1e8;
  --gi-footer-muted:rgba(246,241,232,.62);
  --gi-footer-faint:rgba(246,241,232,.38);
  --gi-footer-line:rgba(246,241,232,.13);
  --gi-footer-line-strong:rgba(246,241,232,.22);
  --gi-footer-gold:#c5a06f;
  --gi-footer-olive:#738171;
  --gi-footer-max:1320px;
  --gi-footer-pad:clamp(22px,5vw,72px);
  position:relative;
  isolation:isolate;
  overflow:hidden;
  background:radial-gradient(circle at 90% 8%,rgba(197,160,111,.08),transparent 30%),linear-gradient(180deg,#171511 0%,#11100e 62%,#0d0c0b 100%);
  color:var(--gi-footer-cream);
  border-top:1px solid var(--gi-footer-line-strong);
}
.gi-global-footer:before{
  content:"";
  position:absolute;
  left:var(--gi-footer-pad);
  right:var(--gi-footer-pad);
  top:0;
  height:1px;
  background:linear-gradient(90deg,var(--gi-footer-gold),rgba(115,129,113,.72),transparent 70%);
  opacity:.9;
  z-index:-1;
}
.gi-global-footer a{color:inherit;text-decoration:none}
.gi-global-footer .gi-footer-shell{
  display:block;
  width:min(var(--gi-footer-max),100%);
  margin:0 auto;
  padding:clamp(38px,5vw,64px) var(--gi-footer-pad) 24px;
}
.gi-footer-head{
  display:grid;
  grid-template-columns:minmax(260px,.85fr) minmax(0,1.15fr);
  gap:clamp(28px,5vw,72px);
  align-items:start;
  padding-bottom:clamp(24px,3vw,34px);
  border-bottom:1px solid var(--gi-footer-line);
}
.gi-footer-brand-mark{
  display:inline-grid;
  gap:7px;
  width:max-content;
  color:var(--gi-footer-cream);
  letter-spacing:.08em;
}
.gi-footer-brand-mark img{display:block;width:auto;max-width:260px;height:auto;max-height:58px;object-fit:contain}
.gi-footer-brand-mark strong{
  font-size:clamp(20px,2vw,27px);
  line-height:1;
  font-weight:900;
  letter-spacing:.08em;
}
.gi-footer-brand-mark span{
  color:var(--gi-footer-muted);
  font-size:10px;
  line-height:1;
  font-weight:850;
  letter-spacing:.22em;
  text-transform:uppercase;
}
.gi-footer-head-links{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:10px;
  color:var(--gi-footer-muted);
  font-size:12px;
  font-weight:840;
  letter-spacing:.02em;
}
.gi-footer-head-links a{
  position:relative;
  display:inline-flex;
  min-height:36px;
  align-items:center;
  border:1px solid var(--gi-footer-line);
  border-radius:999px;
  background:rgba(246,241,232,.035);
  padding:0 13px;
  color:var(--gi-footer-muted);
  transition:color .18s ease,border-color .18s ease,background .18s ease;
}
.gi-footer-head-links a:hover{
  border-color:rgba(197,160,111,.42);
  background:rgba(246,241,232,.07);
  color:var(--gi-footer-cream);
}
.gi-footer-head-links a:not(:last-child):after{
  display:none;
}
.gi-footer-nav{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:clamp(30px,4vw,58px) clamp(34px,5vw,82px);
  padding:clamp(34px,4vw,52px) 0;
  border-bottom:1px solid var(--gi-footer-line);
}
.gi-footer-nav-col{
  min-width:0;
  padding-top:18px;
  border-top:1px solid var(--gi-footer-line);
}
.gi-footer-nav-col h2{
  margin:0 0 15px;
  color:var(--gi-footer-gold);
  font-size:11px;
  line-height:1;
  font-weight:880;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.gi-footer-nav-list{
  display:grid;
  gap:8px;
  margin:0;
  padding:0;
  list-style:none;
}
.gi-footer-nav-list a{
  display:inline-flex;
  align-items:center;
  gap:8px;
  color:var(--gi-footer-muted);
  font-size:13px;
  line-height:1.35;
  transition:color .18s ease,transform .18s ease;
}
.gi-footer-nav-list a:before{
  content:"";
  width:0;
  height:1px;
  background:var(--gi-footer-gold);
  opacity:.75;
  transition:width .18s ease;
}
.gi-footer-nav-list a:hover{
  color:var(--gi-footer-cream);
  transform:translateX(2px);
}
.gi-footer-nav-list a:hover:before{width:16px}
.gi-footer-identity{
  display:grid;
  grid-template-columns:minmax(220px,.75fr) minmax(0,1.25fr);
  gap:clamp(22px,4vw,64px);
  margin-top:clamp(22px,3vw,32px);
  padding:22px;
  border:1px solid var(--gi-footer-line);
  background:rgba(246,241,232,.035);
}
.gi-footer-identity>div{display:grid;gap:6px;align-content:start}
.gi-footer-identity span{
  color:var(--gi-footer-gold);
  font-size:10px;
  font-weight:880;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.gi-footer-identity strong{color:var(--gi-footer-cream);font-size:14px;letter-spacing:.03em}
.gi-footer-identity small{color:var(--gi-footer-muted);font-size:11px;line-height:1.5;letter-spacing:0}
.gi-footer-identity p{max-width:780px;margin:0;color:var(--gi-footer-muted);font-size:12px;line-height:1.65;letter-spacing:0}
.gi-footer-lower{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:22px;
  padding-top:24px;
  color:var(--gi-footer-faint);
  font-size:11px;
  line-height:1.55;
  letter-spacing:.04em;
}
.gi-footer-lower strong{
  color:var(--gi-footer-cream);
  font-weight:850;
  letter-spacing:.08em;
}
.gi-footer-legal{
  display:flex;
  flex-wrap:wrap;
  justify-content:flex-end;
  gap:14px;
}
.gi-footer-legal a,.gi-footer-legal button{
  color:var(--gi-footer-faint);
  transition:color .18s ease;
}
.gi-footer-legal button{border:0;background:transparent;padding:0;font:inherit;letter-spacing:inherit;cursor:pointer}
.gi-footer-legal a:hover,.gi-footer-legal button:hover{color:var(--gi-footer-cream)}
.gi-snapshot{background:var(--gi-paper);min-height:60vh;overflow:visible;isolation:isolate}
.gi-snapshot [id]{scroll-margin-top:calc(var(--gi-nav-height) + 20px)}
.gi-snapshot img{max-width:100%}
.gi-generic-hero,
.gi-blog-hero,
.gi-journal-hero,
.gi-helen-hero,
.gi-page-thank_you .gi-generic-hero{
  min-height:min(680px,calc(100svh - var(--gi-nav-height)))!important;
}
.gi-generic-hero{
  align-items:center!important;
  padding:clamp(42px,6vw,78px) clamp(22px,6vw,86px)!important;
}
.gi-generic-hero figure{
  min-height:clamp(300px,38svh,480px)!important;
}
.gi-blog-hero{
  align-items:center!important;
  padding:clamp(44px,6vw,82px) clamp(22px,6vw,86px) clamp(36px,5vw,64px)!important;
}
.gi-blog-hero-media{
  min-height:clamp(300px,38svh,500px)!important;
}
.gi-snapshot :where(header.hero,section.hero,.hero){
  min-height:min(680px,calc(100svh - var(--gi-nav-height)))!important;
  height:auto!important;
}
.gi-snapshot :where(header.hero,section.hero,.hero)>:where(.hero-inner,.hero-grid,.container,.wrap),
.gi-snapshot :where(.hero-copy){
  padding-top:clamp(42px,6svh,82px)!important;
  padding-bottom:clamp(34px,5svh,68px)!important;
}
.gi-snapshot :where(header.hero,section.hero,.hero)>:where(.hero-inner,.hero-grid){
  min-height:min(680px,calc(100svh - var(--gi-nav-height)))!important;
  height:auto!important;
}
.gi-snapshot :where(.hero .hero-card){
  margin-bottom:clamp(34px,5svh,62px)!important;
}
.gi-snapshot :where(.hero h1){
  font-size:clamp(42px,6vw,76px)!important;
  line-height:.98!important;
}
.gi-page-ad_landing .gi-snapshot :where(.hero){
  min-height:min(640px,calc(100svh - var(--gi-nav-height)))!important;
}
.gi-page-ad_landing .gi-snapshot :where(.hero-copy){
  padding-top:clamp(48px,7svh,78px)!important;
  padding-bottom:clamp(38px,6svh,62px)!important;
}
.gi-family-interior_category .hero,
.gi-family-interior_style .hero{
  position:relative!important;
  isolation:isolate!important;
  min-height:min(690px,calc(100svh - var(--gi-nav-height)))!important;
  display:grid!important;
  align-items:end!important;
  padding:0!important;
  overflow:hidden!important;
  background-color:#15130f!important;
  background-image:linear-gradient(90deg,rgba(17,16,14,.94) 0%,rgba(17,16,14,.73) 45%,rgba(17,16,14,.28) 100%),linear-gradient(0deg,rgba(17,16,14,.62),rgba(17,16,14,.08) 58%),var(--gi-category-hero-bg)!important;
  background-position:center!important;
  background-size:cover!important;
  color:#f6f1e8!important;
}
.gi-family-interior_category .hero .container,
.gi-family-interior_category .hero-grid,
.gi-family-interior_style .hero .wrap,
.gi-family-interior_style .hero-grid{
  position:relative!important;
  z-index:2!important;
}
.gi-family-interior_category .hero-grid,
.gi-family-interior_style .hero-grid{
  grid-template-columns:minmax(0,900px)!important;
  align-items:end!important;
  padding:clamp(94px,12svh,150px) 0 clamp(54px,7svh,82px)!important;
}
.gi-family-interior_category .hero-grid>div:first-child,
.gi-family-interior_style .hero-grid>div:first-child{
  position:relative!important;
  z-index:2!important;
  max-width:900px!important;
}
.gi-family-interior_category .hero-visual{
  display:none!important;
}
.gi-family-interior_style .hero-grid{
  grid-template-columns:minmax(0,780px) minmax(300px,460px)!important;
  gap:clamp(28px,4vw,64px)!important;
}
.gi-family-interior_style .hero-panel{
  display:block!important;
  align-self:center!important;
  max-width:460px!important;
  border:1px solid rgba(246,241,232,.28)!important;
  border-radius:8px!important;
  background:rgba(246,241,232,.16)!important;
  color:#f6f1e8!important;
  box-shadow:0 24px 80px rgba(0,0,0,.28)!important;
  backdrop-filter:blur(12px)!important;
  -webkit-backdrop-filter:blur(12px)!important;
}
.gi-family-interior_style .hero-panel,
.gi-family-interior_style .hero-panel *{
  color:#f6f1e8!important;
}
.gi-family-interior_category .crumbs,
.gi-family-interior_category .crumbs a,
.gi-family-interior_style .crumbs,
.gi-family-interior_style .crumbs a{
  color:rgba(246,241,232,.76)!important;
}
.gi-family-interior_category .kicker,
.gi-family-interior_style .kicker{
  color:#c5a06f!important;
}
.gi-family-interior_category .hero h1,
.gi-family-interior_style .hero h1{
  max-width:920px!important;
  color:#f6f1e8!important;
  font-size:clamp(46px,6.2vw,86px)!important;
  line-height:.98!important;
  letter-spacing:-.035em!important;
}
.gi-family-interior_category .hero .lead,
.gi-family-interior_style .hero .lead{
  max-width:780px!important;
  color:rgba(246,241,232,.82)!important;
}
.gi-family-interior_category .hero .btn.ghost,
.gi-family-interior_style .hero .btn{
  border-color:rgba(246,241,232,.5)!important;
  color:#f6f1e8!important;
}
.gi-family-interior_category .hero .btn:not(.ghost),
.gi-family-interior_style .hero .btn.light{
  border-color:#f6f1e8!important;
  background:#f6f1e8!important;
  color:#11100e!important;
}
.gi-custom-admin-section{
  background:#fbfaf6;
  color:#11100e;
  padding:clamp(72px,8vw,120px) clamp(18px,5vw,72px);
}
.gi-custom-admin-inner{
  width:min(1180px,100%);
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);
  gap:clamp(28px,5vw,70px);
  align-items:center;
}
.gi-custom-admin-inner figure{
  margin:0;
  min-height:420px;
  overflow:hidden;
  background:#e7dfd2;
}
.gi-custom-admin-inner img{
  width:100%;
  height:100%;
  min-height:420px;
  object-fit:cover;
  display:block;
}
.gi-custom-admin-copy span{
  display:block;
  margin-bottom:18px;
  color:#a27a4e;
  font-size:12px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
}
.gi-custom-admin-copy h2{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(42px,6vw,82px);
  line-height:.98;
  font-weight:400;
  letter-spacing:0;
}
.gi-custom-admin-copy p{
  margin:24px 0 0;
  max-width:660px;
  color:#6f655a;
  font-size:18px;
  line-height:1.75;
}
.gi-custom-admin-copy a{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:46px;
  margin-top:30px;
  padding:0 20px;
  border-radius:999px;
  background:#11100e;
  color:#f6f1e8;
  text-decoration:none;
  font-size:12px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
@media(max-width:760px){
  .gi-snapshot :where(.container,.material-grid,.material-intro,.material-mosaic,.material-mosaic .tile){
    max-width:100%!important;
    box-sizing:border-box!important;
  }
  .gi-snapshot :where(.material-grid,.material-mosaic,.material-features){
    grid-template-columns:minmax(0,1fr)!important;
  }
  .gi-snapshot :where(.material-intro,.material-mosaic,.material-mosaic .tile){
    width:100%!important;
    min-width:0!important;
  }
  .gi-snapshot .material-mosaic{
    grid-template-rows:auto!important;
  }
  .gi-snapshot .material-mosaic .tile:first-child{
    grid-row:auto!important;
  }
  .gi-custom-admin-inner{grid-template-columns:1fr}
  .gi-custom-admin-inner figure,.gi-custom-admin-inner img{min-height:300px}
}
:where(body[class*="gi-page-"]){
  height:auto!important;
  max-height:none!important;
  overflow-y:auto!important;
}
.gi-snapshot,
.gi-snapshot > :where(.page,.generated-project){
  min-height:100%;
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
:where(.gi-page-interior_style,.gi-family-interior_style) .gi-snapshot > .page{
  overflow:visible!important;
}
:where(.gi-page-projects_hub,.gi-page-project_list,.gi-page-project_detail,.gi-page-studio,.gi-page-contact,.gi-page-interior_category) .gi-snapshot,
:where(.gi-page-projects_hub,.gi-page-project_list,.gi-page-project_detail,.gi-page-studio,.gi-page-contact,.gi-page-interior_category) .gi-snapshot > :where(.page,.generated-project),
:where(.gi-family-projects_hub,.gi-family-project_list,.gi-family-project_detail,.gi-family-studio,.gi-family-contact,.gi-family-interior_category) > :where(.page,.generated-project){
  height:auto!important;
  max-height:none!important;
  overflow:visible!important;
}
:where(.gi-page-projects_hub,.gi-page-project_list,.gi-page-project_detail,.gi-page-studio,.gi-page-contact,.gi-page-interior_category){
  height:auto!important;
  max-height:none!important;
  overflow-y:auto!important;
}
:where(.gi-page-exterior_type,.gi-page-exterior_system,.gi-page-interior_style) .gi-snapshot :where(.hero){
  background-color:#19140f;
  background-image:linear-gradient(90deg,rgba(17,16,14,.96),rgba(17,16,14,.73) 48%,rgba(17,16,14,.28)),linear-gradient(135deg,#19140f,#7a5b42);
  color:#fff;
}
:where(.gi-page-exterior_type,.gi-page-exterior_system,.gi-page-interior_style) .gi-snapshot :where(.final){
  background-color:#14120f;
  background-image:linear-gradient(90deg,rgba(17,16,14,.95),rgba(17,16,14,.66)),linear-gradient(135deg,#19140f,#7a5b42);
  color:#fff;
}
:where(.gi-page-exterior_type,.gi-page-exterior_system,.gi-page-interior_style) .gi-snapshot :where(.hero .lead,.final p){color:rgba(255,255,255,.78)}
.gi-project-brief-form{display:grid;gap:16px;margin:0}
.gi-form-head{display:grid;gap:8px}
.gi-form-head span{color:#8a6a4d;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.gi-form-head h2{margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(30px,4vw,46px);line-height:1;font-weight:400}
.gi-form-head p{margin:0;color:var(--gi-muted);line-height:1.65}
.gi-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}
.gi-form-grid label{display:grid;gap:7px;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.gi-form-grid label.full{grid-column:1/-1}
.gi-form-grid input,.gi-form-grid select,.gi-form-grid textarea{width:100%;border:1px solid var(--gi-line);border-radius:16px;background:#fff;padding:13px 14px;color:var(--gi-ink);font:inherit;font-size:14px;letter-spacing:0}
.gi-form-grid textarea{min-height:120px;resize:vertical}
.gi-hp{position:absolute!important;left:-9999px!important}
.gi-submit{width:max-content;min-height:46px;border:1px solid var(--gi-ink);border-radius:999px;background:var(--gi-ink);color:var(--gi-cream);padding:0 22px;font-size:12px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.gi-form-message{margin:0;font-size:14px;line-height:1.5}
.gi-form-message.is-success{color:#206a3b}
.gi-form-message.is-error{color:#a32020}
.gi-form-privacy{max-width:640px;margin:0;color:#746b60;font-size:12px;line-height:1.6;letter-spacing:0}
.gi-form-privacy a{color:#11100e;text-underline-offset:3px}
.gi-brief-modal{position:fixed;z-index:120;inset:0;display:grid;place-items:center;padding:28px;background:rgba(17,16,14,.62);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .18s ease,visibility .18s ease}
.gi-brief-modal.is-open{opacity:1;visibility:visible;pointer-events:auto}
.gi-brief-panel{width:min(980px,100%);max-height:calc(100vh - 56px);display:grid;grid-template-columns:.85fr 1fr;background:var(--gi-paper);box-shadow:0 34px 100px rgba(0,0,0,.34);overflow:auto}
.gi-brief-media{position:relative;min-height:560px;background:#211d18;color:var(--gi-cream);overflow:hidden}
.gi-brief-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.8) contrast(.96)}
.gi-brief-media div{position:absolute;left:22px;right:22px;bottom:22px;display:grid;gap:7px;background:rgba(17,16,14,.72);padding:16px;backdrop-filter:blur(8px)}
.gi-brief-media strong{font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:400}
.gi-brief-media span{font-size:13px;line-height:1.55;color:rgba(246,241,232,.76)}
.gi-brief-content{position:relative;padding:34px}
.gi-modal-close{position:absolute;top:16px;right:16px;width:42px;height:36px;border:1px solid var(--gi-line);background:#fff;color:var(--gi-ink);font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.gi-modal-context{margin:0 70px 18px 0;color:#8a6a4d;font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.gi-generic-hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,.72fr);gap:clamp(30px,5vw,70px);align-items:end;padding:clamp(70px,9vw,120px) clamp(22px,6vw,90px);background:var(--gi-paper)}
.gi-generic-hero span,.gi-404 span{color:#8a6a4d;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.gi-generic-hero h1,.gi-404 h1{margin:18px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(46px,7vw,90px);line-height:.94;font-weight:400}
.gi-generic-hero p,.gi-404 p{max-width:680px;color:var(--gi-muted);font-size:17px;line-height:1.72}
.gi-generic-hero figure{min-height:520px;margin:0;overflow:hidden;border-radius:40px 40px 12px 40px}
.gi-generic-hero figure img{width:100%;height:100%;object-fit:cover}
.gi-content{width:min(1100px,calc(100% - 44px));margin:0 auto;padding:56px 0}
.gi-page-legal .gi-generic-hero{grid-template-columns:minmax(0,900px);padding-bottom:clamp(54px,7vw,86px)}
.gi-page-legal .gi-generic-hero h1{font-size:clamp(48px,7vw,84px)}
.gi-page-legal .gi-content{width:min(900px,calc(100% - 44px));padding:clamp(52px,7vw,90px) 0}
.gi-legal-document{display:grid;gap:18px;color:#4e4942;font-size:16px;line-height:1.75;letter-spacing:0}
.gi-legal-document h2{margin:30px 0 0;color:#11100e;font-family:Georgia,"Times New Roman",serif;font-size:clamp(28px,4vw,42px);line-height:1.08;font-weight:400;letter-spacing:0}
.gi-legal-document p,.gi-legal-document ul{margin:0}
.gi-legal-document ul{display:grid;gap:9px;padding-left:21px}
.gi-legal-document a{color:#6b4c2d;text-underline-offset:3px}
.gi-legal-updated{padding-bottom:20px;border-bottom:1px solid var(--gi-line);color:#8a6a4d}
.gi-business-identity{padding:20px;border:1px solid var(--gi-line);background:#fff}
.gi-business-identity ul{margin:0;padding:0;list-style:none}
.gi-page-thank_you .gi-generic-page{background:#fbfaf6}
.gi-page-thank_you .gi-generic-hero{
  min-height:clamp(500px,68vh,720px);
  grid-template-columns:minmax(0,920px);
  align-content:center;
  align-items:center;
  background:#11100e;
  color:#f6f1e8;
}
.gi-page-thank_you .gi-generic-hero span{color:#c5a06f}
.gi-page-thank_you .gi-generic-hero h1{max-width:900px;color:#f6f1e8;font-size:clamp(50px,7vw,86px)}
.gi-page-thank_you .gi-generic-hero p{max-width:720px;color:rgba(246,241,232,.7)}
.gi-page-thank_you .gi-generic-actions{display:none}
.gi-page-thank_you .gi-content{width:min(1180px,calc(100% - 44px));padding:clamp(64px,8vw,112px) 0}
.gi-thank-you-panel{display:grid;gap:30px}
.gi-thank-you-panel>span{color:#8a6a4d;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.gi-thank-you-panel>h2{max-width:940px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(34px,5vw,62px);line-height:1.04;font-weight:400;letter-spacing:0}
.gi-thank-you-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:0;border-top:1px solid var(--gi-line);border-bottom:1px solid var(--gi-line)}
.gi-thank-you-steps article{min-width:0;padding:28px clamp(18px,3vw,34px) 30px 0}
.gi-thank-you-steps article+article{border-left:1px solid var(--gi-line);padding-left:clamp(18px,3vw,34px)}
.gi-thank-you-steps b{color:#a27a4e;font-size:12px;letter-spacing:.1em}
.gi-thank-you-steps h3{margin:16px 0 9px;font-family:Georgia,"Times New Roman",serif;font-size:27px;line-height:1.08;font-weight:400;letter-spacing:0}
.gi-thank-you-steps p,.gi-thank-you-contact p{margin:0;color:#746b60;font-size:14px;line-height:1.7;letter-spacing:0}
.gi-thank-you-contact{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;padding-top:12px}
.gi-thank-you-contact strong{display:block;margin-bottom:8px;font-family:Georgia,"Times New Roman",serif;font-size:25px;font-weight:400;letter-spacing:0}
.gi-thank-you-actions{display:flex;flex-wrap:wrap;gap:10px}
.gi-thank-you-actions a{display:inline-flex;min-height:46px;align-items:center;justify-content:center;border:1px solid #11100e;padding:0 18px;color:#11100e;text-decoration:none;font-size:11px;font-weight:900;letter-spacing:.08em;text-transform:uppercase}
.gi-thank-you-actions a:last-child{background:#11100e;color:#f6f1e8}
.gi-thank-you-page{background:#11100e;color:#fff}
.gi-thank-you-hero{
  position:relative;
  isolation:isolate;
  min-height:calc(100svh - var(--gi-nav-height));
  display:flex;
  align-items:center;
  padding:clamp(78px,10vw,150px) clamp(22px,8vw,128px);
  background-image:var(--gi-thank-you-bg);
  background-position:center;
  background-size:cover;
  color:#fff;
}
.gi-thank-you-hero:before{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,rgba(10,9,8,.84) 0%,rgba(10,9,8,.67) 52%,rgba(10,9,8,.38) 100%)}
.gi-thank-you-hero-copy{width:min(900px,100%);display:grid;justify-items:start;gap:24px}
.gi-thank-you-eyebrow{color:#d3aa72;font-size:13px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.gi-thank-you-hero h1{max-width:900px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(52px,7vw,94px);line-height:.98;font-weight:400;letter-spacing:0}
.gi-thank-you-hero-copy>p{max-width:850px;margin:0;color:rgba(255,255,255,.8);font-size:clamp(16px,1.4vw,20px);line-height:1.72;letter-spacing:0}
.gi-thank-you-reference{display:flex;flex-wrap:wrap;align-items:baseline;gap:10px 16px;color:#d3aa72}
.gi-thank-you-reference[hidden]{display:none}
.gi-thank-you-reference span{font-size:11px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.gi-thank-you-reference strong{font-family:Georgia,"Times New Roman",serif;font-size:30px;font-weight:400;letter-spacing:0}
.gi-thank-you-home{display:inline-flex;min-height:50px;align-items:center;justify-content:center;margin-top:5px;padding:0 24px;background:#c9934d;color:#fff;text-decoration:none;font-size:11px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.gi-thank-you-home:hover{background:#ae7938;color:#fff}
.gi-project-disclosure{position:relative;z-index:3;background:#f3eadb;color:#11100e;border-bottom:1px solid rgba(17,16,14,.15);padding:14px clamp(20px,5vw,72px)}
.gi-project-disclosure>div{width:min(1180px,100%);margin:0 auto;display:grid;grid-template-columns:minmax(230px,.42fr) minmax(0,1fr);gap:22px;align-items:center}
.gi-project-disclosure span{color:#75512f;font-size:11px;font-weight:900;line-height:1.4;letter-spacing:.1em;text-transform:uppercase}
.gi-project-disclosure p{margin:0;color:#554e46;font-size:13px;line-height:1.55;letter-spacing:0}
.gi-archive,.gi-404{min-height:60vh;padding:clamp(70px,9vw,120px) clamp(22px,6vw,90px)}
.gi-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.gi-archive article{background:#fff;border:1px solid var(--gi-line);padding:22px}
.gi-button{border-color:var(--gi-ink);background:var(--gi-ink);color:var(--gi-cream);margin-right:10px}
.gi-button.ghost{background:transparent;color:var(--gi-ink)}
.gi-blog-single{
  background:#fbfaf6;
  color:#11100e;
}
.gi-blog-hero{
  display:grid;
  grid-template-columns:minmax(0,1.02fr) minmax(340px,.78fr);
  gap:clamp(28px,5vw,72px);
  align-items:end;
  padding:clamp(64px,8vw,112px) clamp(22px,6vw,88px) clamp(44px,6vw,78px);
  border-bottom:1px solid var(--gi-line);
}
.gi-blog-hero-copy{display:grid;gap:20px;min-width:0}
.gi-blog-breadcrumb{
  display:flex;
  flex-wrap:wrap;
  gap:9px;
  color:#7b7167;
  font-size:12px;
  line-height:1.4;
}
.gi-blog-breadcrumb a{text-decoration:none;color:#6a5f55}
.gi-blog-breadcrumb a:hover{color:#11100e}
.gi-blog-kicker a,.gi-blog-kicker span,.gi-blog-side-card>span,.gi-related-posts>div:first-child span{
  color:#a27a4e;
  font-size:11px;
  font-weight:900;
  letter-spacing:.16em;
  text-transform:uppercase;
  text-decoration:none;
}
.gi-blog-hero h1{
  max-width:960px;
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(46px,7.2vw,104px);
  line-height:.94;
  font-weight:400;
  letter-spacing:0;
}
.gi-blog-dek{
  max-width:780px;
  margin:0;
  color:#62594f;
  font-size:clamp(17px,2vw,22px);
  line-height:1.62;
}
.gi-blog-meta{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  color:#756a5f;
  font-size:12px;
  font-weight:850;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.gi-blog-meta span{
  display:inline-flex;
  align-items:center;
  gap:10px;
}
.gi-blog-meta span:not(:last-child):after{
  content:"";
  width:4px;
  height:4px;
  border-radius:50%;
  background:#c5a06f;
}
.gi-blog-meta a{color:inherit;text-decoration:none}
.gi-blog-meta a:hover{color:#8a633e}
.gi-blog-hero-media{
  position:relative;
  min-height:clamp(360px,44vw,620px);
  margin:0;
  overflow:hidden;
  border-radius:44px 44px 12px 44px;
  background:#e5ded2;
  box-shadow:0 28px 90px rgba(17,16,14,.16);
}
.gi-blog-hero-media img{
  width:100%;
  height:100%;
  min-height:inherit;
  display:block;
  object-fit:cover;
}
.gi-blog-layout{
  width:min(1320px,calc(100% - 44px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(290px,360px);
  gap:clamp(34px,5vw,72px);
  padding:clamp(48px,6vw,82px) 0 clamp(64px,8vw,110px);
  align-items:start;
}
.gi-blog-article{min-width:0}
.gi-blog-content{
  color:#29241f;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(18px,1.45vw,21px);
  line-height:1.82;
}
.gi-blog-content>*:first-child{margin-top:0}
.gi-blog-content p{margin:0 0 1.35em}
.gi-blog-content a{
  color:#8a633e;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}
.gi-blog-content h2,.gi-blog-content h3{
  scroll-margin-top:calc(var(--gi-nav-height) + 26px);
  color:#11100e;
  line-height:1.08;
  font-weight:400;
}
.gi-blog-content h2{
  margin:2.1em 0 .55em;
  font-size:clamp(34px,4.2vw,58px);
}
.gi-blog-content h3{
  margin:1.75em 0 .5em;
  font-size:clamp(25px,3vw,36px);
}
.gi-blog-content ul,.gi-blog-content ol{
  margin:0 0 1.45em 1.25em;
  padding:0;
}
.gi-blog-content li{margin:.34em 0}
.gi-blog-content blockquote{
  margin:2em 0;
  padding:26px 30px;
  border-left:4px solid #c5a06f;
  background:#f3eadc;
  color:#332b24;
  font-size:1.08em;
  line-height:1.62;
}
.gi-blog-content img{
  max-width:100%;
  height:auto;
  display:block;
  margin:2em 0;
  border-radius:28px 28px 8px 28px;
}
.gi-blog-content figure{margin:2em 0}
.gi-blog-content figcaption{
  margin-top:9px;
  color:#776c61;
  font-family:Inter,ui-sans-serif,system-ui,sans-serif;
  font-size:13px;
  line-height:1.55;
}
.gi-blog-content table{
  width:100%;
  border-collapse:collapse;
  margin:2em 0;
  font-family:Inter,ui-sans-serif,system-ui,sans-serif;
  font-size:14px;
}
.gi-blog-content th,.gi-blog-content td{
  border:1px solid var(--gi-line);
  padding:12px;
  text-align:left;
}
.gi-blog-content th{background:#f3eadc}
.gi-blog-sidebar{
  position:sticky;
  top:calc(var(--gi-nav-height) + 24px);
  display:grid;
  gap:16px;
}
.gi-blog-side-card{
  display:grid;
  gap:14px;
  padding:22px;
  border:1px solid var(--gi-line);
  background:#fff;
}
.gi-blog-side-card h2{
  margin:0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  line-height:1.05;
  font-weight:400;
}
.gi-blog-side-card p{
  margin:0;
  color:#6f655b;
  font-size:14px;
  line-height:1.65;
}
.gi-blog-brief-card{
  background:#15120f;
  color:#f6f1e8;
}
.gi-blog-brief-card p{color:rgba(246,241,232,.72)}
.gi-side-button{
  display:inline-flex;
  min-height:43px;
  align-items:center;
  justify-content:center;
  width:max-content;
  border:1px solid rgba(246,241,232,.65);
  border-radius:999px;
  padding:0 18px;
  color:#f6f1e8;
  text-decoration:none;
  font-size:11px;
  font-weight:900;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.gi-side-button:hover{background:#f6f1e8;color:#11100e}
.gi-blog-toc a,.gi-side-link{
  display:block;
  color:#3a332c;
  text-decoration:none;
  font-size:14px;
  line-height:1.45;
}
.gi-blog-toc a{
  padding:10px 0;
  border-top:1px solid var(--gi-line);
}
.gi-blog-toc a.level-3{
  padding-left:14px;
  color:#746a60;
  font-size:13px;
}
.gi-blog-toc a:hover,.gi-side-link:hover{color:#8a633e}
.gi-blog-share div,.gi-side-cats{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
}
.gi-blog-share a,.gi-side-cats a,.gi-blog-tags a{
  display:inline-flex;
  align-items:center;
  min-height:34px;
  border:1px solid var(--gi-line);
  border-radius:999px;
  padding:0 12px;
  color:#3a332c;
  text-decoration:none;
  background:#fbfaf6;
  font-size:12px;
  font-weight:850;
}
.gi-blog-share a:hover,.gi-side-cats a:hover,.gi-blog-tags a:hover{background:#11100e;color:#f6f1e8}
.gi-side-posts{display:grid;gap:0}
.gi-side-posts a{
  display:grid;
  gap:5px;
  padding:13px 0;
  border-top:1px solid var(--gi-line);
  text-decoration:none;
}
.gi-side-posts time{
  color:#a27a4e;
  font-size:11px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.gi-side-posts strong{
  color:#211b16;
  font-size:14px;
  line-height:1.35;
}
.gi-blog-contact a{
  color:#3a332c;
  font-size:14px;
  line-height:1.35;
  text-decoration:none;
}
.gi-blog-contact a:hover{color:#8a633e}
.gi-blog-tags{
  display:flex;
  flex-wrap:wrap;
  gap:8px;
  margin:36px 0 0;
}
.gi-blog-author{
  display:grid;
  grid-template-columns:auto minmax(0,1fr);
  gap:18px;
  align-items:center;
  margin-top:40px;
  padding:24px;
  border:1px solid var(--gi-line);
  background:#fff;
}
.gi-blog-author-mark{
  width:72px;
  height:72px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:#183e39;
  color:#f7f1e7;
  font-family:Georgia,"Times New Roman",serif;
  font-size:38px;
  line-height:1;
  text-decoration:none;
}
.gi-blog-author span{
  color:#a27a4e;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.gi-blog-author h2{
  margin:4px 0 8px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:28px;
  line-height:1;
  font-weight:400;
}
.gi-blog-author h2 a{color:inherit;text-decoration:none}
.gi-blog-author p{
  margin:0;
  color:#6f655b;
  line-height:1.6;
}
.gi-blog-author-link{display:inline-flex;margin-top:14px;color:#825d39;font-size:11px;font-weight:900;letter-spacing:.12em;text-decoration:none;text-transform:uppercase}
.gi-blog-author-link:hover{color:#11100e}
.gi-helen-page{background:#fbfaf6;color:#17130f}
.gi-helen-hero{display:grid;grid-template-columns:minmax(0,.94fr) minmax(360px,1fr);min-height:clamp(620px,78vh,820px);background:#123d38}
.gi-helen-hero-media{margin:0;min-height:100%;overflow:hidden}
.gi-helen-hero-media img{display:block;width:100%;height:100%;object-fit:cover;filter:saturate(.78)}
.gi-helen-hero-copy{display:grid;align-content:center;justify-items:start;gap:22px;padding:clamp(52px,8vw,132px);color:#f8f2e8}
.gi-helen-hero-copy .gi-blog-breadcrumb{color:rgba(248,242,232,.63)}
.gi-helen-hero-copy .gi-blog-breadcrumb a{color:rgba(248,242,232,.82)}
.gi-helen-eyebrow{color:#dfa46f;font-size:11px;font-weight:900;letter-spacing:.16em;text-transform:uppercase}
.gi-helen-hero h1{max-width:680px;margin:0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(50px,6vw,86px);font-weight:400;line-height:.96}
.gi-helen-lead{max-width:570px;margin:0;color:rgba(248,242,232,.8);font-size:clamp(18px,1.8vw,23px);line-height:1.58}
.gi-helen-socials{display:flex;flex-wrap:wrap;gap:10px;margin-top:8px}
.gi-helen-socials a{display:inline-flex;gap:10px;align-items:center;min-height:43px;border:1px solid rgba(248,242,232,.46);border-radius:999px;padding:0 16px;color:#f8f2e8;font-size:11px;font-weight:900;letter-spacing:.1em;text-decoration:none;text-transform:uppercase}
.gi-helen-socials a:hover{background:#f8f2e8;color:#123d38}
.gi-helen-intro,.gi-helen-services,.gi-helen-statement,.gi-helen-cta{width:min(1280px,calc(100% - 44px));margin:0 auto}
.gi-helen-intro{display:grid;grid-template-columns:minmax(0,.96fr) minmax(0,.76fr);gap:clamp(40px,9vw,150px);padding:clamp(75px,10vw,150px) 0;align-items:start}
.gi-helen-intro h2,.gi-helen-section-head h2,.gi-helen-statement h2,.gi-helen-cta h2{margin:15px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:clamp(38px,5vw,68px);font-weight:400;line-height:1.01}
.gi-helen-body{display:grid;gap:22px;padding-top:6px;color:#675d53;font-size:18px;line-height:1.75}
.gi-helen-body p{margin:0}
.gi-helen-services{padding:clamp(60px,8vw,112px) 0;border-top:1px solid var(--gi-line)}
.gi-helen-section-head{max-width:790px}
.gi-helen-service-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:48px}
.gi-helen-service-grid article{min-height:270px;display:grid;align-content:start;gap:18px;padding:28px;background:#f2eadf;border:1px solid #ded3c5}
.gi-helen-service-grid article:nth-child(2){background:#183e39;color:#f8f2e8}
.gi-helen-service-grid span{color:#b47d48;font-size:11px;font-weight:900;letter-spacing:.16em}
.gi-helen-service-grid h3{margin:12px 0 0;font-family:Georgia,"Times New Roman",serif;font-size:31px;font-weight:400;line-height:1.04}
.gi-helen-service-grid p{margin:0;color:#685f57;font-size:15px;line-height:1.65}
.gi-helen-service-grid article:nth-child(2) p{color:rgba(248,242,232,.76)}
.gi-helen-statement{display:grid;grid-template-columns:minmax(160px,.35fr) minmax(0,1fr);gap:clamp(34px,7vw,100px);padding:clamp(70px,10vw,150px) 0;border-top:1px solid var(--gi-line)}
.gi-helen-statement-mark{width:clamp(112px,14vw,184px);aspect-ratio:1;display:grid;place-items:center;background:#dca16b;color:#123d38;font-family:Georgia,"Times New Roman",serif;font-size:clamp(74px,9vw,126px);line-height:1}
.gi-helen-statement>div:last-child{max-width:820px}.gi-helen-statement p{max-width:670px;margin:22px 0 0;color:#675d53;font-size:18px;line-height:1.75}
.gi-helen-cta{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:42px;align-items:end;margin-bottom:clamp(62px,8vw,110px);padding:clamp(44px,6vw,78px);background:#17130f;color:#f8f2e8}
.gi-helen-cta h2{max-width:810px}.gi-helen-cta-button{display:inline-flex;min-height:52px;align-items:center;justify-content:center;border:1px solid #f8f2e8;padding:0 22px;color:#f8f2e8;font-size:11px;font-weight:900;letter-spacing:.1em;text-decoration:none;text-transform:uppercase;white-space:nowrap}.gi-helen-cta-button:hover{background:#f8f2e8;color:#17130f}
.gi-blog-prev-next{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-top:18px;
}
.gi-blog-prev-next a{
  min-height:112px;
  display:grid;
  align-content:end;
  gap:8px;
  padding:18px;
  border:1px solid var(--gi-line);
  background:#fff;
  text-decoration:none;
}
.gi-blog-prev-next div:last-child{text-align:right}
.gi-blog-prev-next span{
  color:#a27a4e;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.gi-blog-prev-next strong{
  color:#11100e;
  font-family:Georgia,"Times New Roman",serif;
  font-size:22px;
  line-height:1.1;
  font-weight:400;
}
.gi-related-posts{
  margin-top:54px;
  padding-top:34px;
  border-top:1px solid var(--gi-line);
}
.gi-related-posts>div:first-child h2{
  margin:8px 0 22px;
  font-family:Georgia,"Times New Roman",serif;
  font-size:clamp(34px,4vw,54px);
  line-height:1;
  font-weight:400;
}
.gi-related-grid{
  display:grid;
  grid-template-columns:repeat(3,minmax(0,1fr));
  gap:16px;
}
.gi-related-grid article{
  background:#fff;
  border:1px solid var(--gi-line);
}
.gi-related-thumb{
  display:block;
  aspect-ratio:1.25;
  overflow:hidden;
  background:#e7dfd2;
}
.gi-related-thumb img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform .22s ease;
}
.gi-related-grid article:hover .gi-related-thumb img{transform:scale(1.04)}
.gi-related-grid article>div{padding:15px}
.gi-related-grid time{
  color:#a27a4e;
  font-size:11px;
  font-weight:850;
  letter-spacing:.1em;
  text-transform:uppercase;
}
.gi-related-grid h3{
  margin:7px 0 0;
  font-family:Georgia,"Times New Roman",serif;
  font-size:23px;
  line-height:1.12;
  font-weight:400;
}
.gi-related-grid h3 a{text-decoration:none}
.gi-contact-rail{
  position:fixed;
  right:clamp(15px,2.4vw,26px);
  bottom:clamp(22px,4vh,44px);
  z-index:119;
  display:grid;
  gap:9px;
  justify-items:end;
}
.gi-contact-float{
  position:relative;
  width:52px!important;
  height:52px!important;
  min-width:52px!important;
  min-height:52px!important;
  padding:0!important;
  line-height:1!important;
  flex:0 0 52px!important;
  display:grid;
  place-items:center;
  border:1px solid rgba(246,241,232,.34);
  border-radius:999px;
  color:#f6f1e8;
  background:#11100e;
  text-decoration:none;
  box-shadow:0 16px 38px rgba(0,0,0,.24);
  transition:transform .18s ease,background .18s ease,border-color .18s ease,box-shadow .18s ease;
}
.gi-contact-float:hover,.gi-contact-float:focus-visible{
  transform:translateY(-2px);
  background:#080706;
  color:#fff;
  border-color:rgba(197,160,111,.62);
  box-shadow:0 20px 48px rgba(0,0,0,.31);
}
.gi-contact-float:before{
  content:attr(data-label);
  position:absolute;
  right:calc(100% + 10px);
  top:50%;
  transform:translate(6px,-50%);
  opacity:0;
  pointer-events:none;
  white-space:nowrap;
  border:1px solid rgba(17,16,14,.14);
  border-radius:999px;
  background:#fff;
  color:#11100e;
  padding:8px 11px;
  box-shadow:0 12px 32px rgba(0,0,0,.16);
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
  transition:opacity .16s ease,transform .16s ease;
}
.gi-contact-float:hover:before,.gi-contact-float:focus-visible:before{
  opacity:1;
  transform:translate(0,-50%);
}
.gi-contact-float.is-email{
  background:#f6f1e8;
  color:#11100e;
  border-color:rgba(17,16,14,.18);
}
.gi-contact-float.is-email:hover,.gi-contact-float.is-email:focus-visible{
  background:#fff;
  color:#11100e;
}
.gi-contact-float.is-whatsapp{
  background:#123d2a;
  color:#fff;
}
.gi-contact-float.is-whatsapp:hover,.gi-contact-float.is-whatsapp:focus-visible{
  background:#0d7a39;
}
.gi-contact-symbol{
  position:relative;
  width:24px;
  height:24px;
  display:grid;
  place-items:center;
  font-family:Arial,Helvetica,sans-serif;
  line-height:1;
  pointer-events:none;
}
.gi-contact-symbol--email:before{
  content:"";
  width:21px;
  height:15px;
  border:2px solid currentColor;
  border-radius:4px;
  box-sizing:border-box;
}
.gi-contact-symbol--email:after{
  content:"";
  position:absolute;
  top:6px;
  left:5px;
  width:14px;
  height:14px;
  border-left:2px solid currentColor;
  border-bottom:2px solid currentColor;
  transform:rotate(-45deg);
  box-sizing:border-box;
}
.gi-contact-symbol--whatsapp{
  width:28px;
  height:28px;
  font-size:0;
  border:0;
  background-repeat:no-repeat;
  background-position:center;
  background-size:contain;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23ffffff' d='M16.04 3.2c-7.07 0-12.82 5.68-12.82 12.67 0 2.23.6 4.42 1.73 6.34L3.1 28.8l6.77-1.77a12.96 12.96 0 0 0 6.17 1.56c7.07 0 12.82-5.68 12.82-12.67S23.11 3.2 16.04 3.2Zm0 23.25c-1.9 0-3.75-.5-5.38-1.45l-.39-.23-4.02 1.05 1.07-3.87-.25-.4a10.42 10.42 0 0 1-1.62-5.68c0-5.8 4.75-10.52 10.59-10.52s10.6 4.72 10.6 10.52-4.76 10.58-10.6 10.58Zm5.8-7.89c-.32-.16-1.88-.91-2.17-1.02-.29-.1-.5-.15-.7.16-.21.31-.81 1.01-.99 1.22-.18.2-.36.23-.68.08-.32-.16-1.35-.49-2.57-1.56-.95-.84-1.6-1.88-1.78-2.19-.18-.31-.02-.48.14-.63.14-.14.32-.36.47-.54.16-.18.21-.31.32-.52.1-.2.05-.39-.03-.54-.08-.16-.7-1.67-.97-2.29-.25-.6-.51-.52-.7-.53h-.6c-.21 0-.55.08-.84.39-.29.31-1.1 1.07-1.1 2.6s1.13 3.02 1.29 3.22c.16.21 2.22 3.36 5.38 4.71.75.32 1.34.52 1.8.66.76.24 1.45.2 1.99.12.61-.09 1.88-.76 2.15-1.49.26-.73.26-1.36.18-1.49-.08-.13-.29-.2-.61-.36Z'/%3E%3C/svg%3E");
}
@media(max-width:782px){
  body.admin-bar .gi-site-header{top:46px}
}
@media(max-width:1180px){
  .gi-nav-shell{grid-template-columns:auto minmax(0,1fr) auto;gap:14px}
  .gi-primary-nav{justify-content:flex-start;overflow-x:auto;scrollbar-width:none}
  .gi-primary-nav::-webkit-scrollbar{display:none}
  .gi-primary-menu{justify-content:flex-start;min-width:max-content}
  .gi-header-cta{display:none}
  .gi-menu-row{grid-template-columns:170px minmax(0,1fr)}
  .gi-row-pages{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  :root{--gi-nav-height:70px}
  .gi-nav-shell{grid-template-columns:minmax(0,1fr) auto;padding:0 16px}
  .gi-brand span,.gi-primary-nav{display:none}
  .gi-menu-toggle{display:inline-flex;align-items:center}
  .gi-mobile-nav{display:grid;gap:14px;padding:0 16px 18px;max-height:0;overflow:hidden;transition:max-height .2s ease}
  .gi-mobile-nav.is-open{max-height:80vh}
  .gi-mobile-menu-wrap{display:block}
  .gi-mobile-menu{display:grid;gap:0}
  .gi-mobile-menu a{
    display:flex;
    align-items:center;
    min-height:44px;
    padding:13px 0;
    color:rgba(246,241,232,.86);
    border-top:1px solid var(--gi-light-line);
    text-decoration:none;
    font-size:12px;
    font-weight:850;
    letter-spacing:.08em;
    text-transform:uppercase;
  }
  .gi-mobile-menu .sub-menu{padding-left:16px}
  .gi-mobile-menu .sub-menu a{
    min-height:38px;
    padding:10px 0;
    color:rgba(246,241,232,.68);
    font-size:11px;
  }
  .gi-mobile-nav .gi-footer-links{display:grid;justify-content:stretch;gap:0}
  .gi-mobile-nav .gi-footer-links a{padding:13px 0;border-top:1px solid var(--gi-light-line)}
  .gi-mobile-nav .gi-footer-link-menu{display:grid;gap:0;justify-content:stretch}
  .gi-mobile-cta{width:100%}
  .gi-mega{display:none}
  .gi-footer-shell{grid-template-columns:1fr;align-items:start}
  .gi-footer-links{justify-content:flex-start}
  .gi-footer-cta{width:100%}
  .gi-form-grid,.gi-brief-panel,.gi-generic-hero{grid-template-columns:1fr}
  .gi-generic-hero{min-height:auto!important;padding:34px 20px!important;gap:22px!important}
  .gi-generic-hero h1{font-size:clamp(38px,12vw,56px)!important}
  .gi-generic-hero figure{min-height:220px!important;max-height:34svh!important;border-radius:28px 28px 8px 28px!important}
  .gi-project-disclosure>div{grid-template-columns:1fr;gap:5px}
  .gi-project-disclosure{padding:13px 18px}
  .gi-thank-you-steps{grid-template-columns:1fr}
  .gi-thank-you-steps article{padding:24px 0}
  .gi-thank-you-steps article+article{border-left:0;border-top:1px solid var(--gi-line);padding-left:0}
  .gi-thank-you-contact{grid-template-columns:1fr;align-items:start}
  .gi-thank-you-actions{display:grid;grid-template-columns:1fr}
  .gi-thank-you-hero{min-height:calc(100svh - var(--gi-nav-height));align-items:center;padding:68px 22px;background-position:62% center}
  .gi-thank-you-hero:before{background:rgba(10,9,8,.7)}
  .gi-thank-you-hero-copy{gap:20px}
  .gi-thank-you-hero h1{font-size:clamp(46px,14vw,64px)}
  .gi-thank-you-home{width:100%;margin-top:4px}
  .gi-blog-hero{grid-template-columns:1fr;padding:34px 20px 30px!important;gap:22px!important}
  .gi-blog-hero h1{font-size:clamp(42px,13vw,66px)}
  .gi-blog-hero-media{min-height:220px!important;max-height:34svh!important;border-radius:28px 28px 8px 28px}
  .gi-blog-layout{width:calc(100% - 40px);grid-template-columns:1fr;padding:38px 0 70px}
  .gi-blog-sidebar{position:static}
  .gi-blog-content{font-size:18px;line-height:1.78}
  .gi-blog-content h2{font-size:34px}
  .gi-blog-content h3{font-size:26px}
  .gi-blog-prev-next,.gi-related-grid{grid-template-columns:1fr}
  .gi-blog-prev-next div:last-child{text-align:left}
  .gi-blog-author{grid-template-columns:1fr}
  .gi-helen-hero{grid-template-columns:1fr;min-height:0}
  .gi-helen-hero-media{min-height:58vw;max-height:510px}
  .gi-helen-hero-copy{padding:58px 20px 66px}
  .gi-helen-intro,.gi-helen-statement,.gi-helen-cta{grid-template-columns:1fr;gap:34px}
  .gi-helen-service-grid{grid-template-columns:1fr}
  .gi-helen-service-grid article{min-height:0}
  .gi-helen-cta{align-items:start}
  .gi-side-button{width:100%}
  .gi-brief-modal{padding:14px}
  .gi-brief-media{display:none}
  .gi-brief-content{padding:28px 18px}
  .gi-submit{width:100%}
  .gi-archive-grid{grid-template-columns:1fr}
  .gi-snapshot :where(header.hero,section.hero,.hero){min-height:min(560px,calc(100svh - var(--gi-nav-height)))!important}
  .gi-snapshot :where(header.hero,section.hero,.hero)>:where(.hero-inner,.hero-grid,.container,.wrap),
  .gi-snapshot :where(.hero-copy){padding-top:34px!important;padding-bottom:34px!important}
  .gi-snapshot :where(header.hero,section.hero,.hero)>:where(.hero-inner,.hero-grid){min-height:min(560px,calc(100svh - var(--gi-nav-height)))!important}
  .gi-snapshot :where(.hero .hero-card){margin-bottom:28px!important}
  .gi-snapshot :where(.hero h1){font-size:clamp(36px,10vw,52px)!important}
  .gi-page-ad_landing .gi-snapshot :where(.hero){min-height:min(540px,calc(100svh - var(--gi-nav-height)))!important}
  .gi-family-interior_category .hero,
  .gi-family-interior_style .hero{min-height:min(560px,calc(100svh - var(--gi-nav-height)))!important}
  .gi-family-interior_category .hero-grid,
  .gi-family-interior_style .hero-grid{
    grid-template-columns:1fr!important;
    width:calc(100vw - 34px)!important;
    max-width:calc(100vw - 34px)!important;
    min-width:0!important;
    margin-left:auto!important;
    margin-right:auto!important;
    padding:78px 0 42px!important;
  }
  .gi-family-interior_category .hero-grid>div:first-child,
  .gi-family-interior_style .hero-grid>div:first-child{
    width:100%!important;
    max-width:100%!important;
    min-width:0!important;
  }
  .gi-family-interior_category .hero .container,
  .gi-family-interior_style .hero .wrap{width:min(100% - 34px,1180px)!important}
  .gi-family-interior_category .breadcrumb,
  .gi-family-interior_style .breadcrumb{
    display:block!important;
    overflow:hidden!important;
    white-space:nowrap!important;
    text-overflow:ellipsis!important;
    font-size:11px!important;
  }
  .gi-family-interior_category .hero h1,
  .gi-family-interior_style .hero h1{
    max-width:calc(100vw - 34px)!important;
    width:calc(100vw - 34px)!important;
    inline-size:calc(100vw - 34px)!important;
    max-inline-size:calc(100vw - 34px)!important;
    font-size:clamp(31px,8.4vw,36px)!important;
    line-height:1.04!important;
    letter-spacing:-.018em!important;
    overflow-wrap:break-word!important;
    white-space:normal!important;
  }
  .gi-family-interior_category .hero .lead,
  .gi-family-interior_style .hero .lead,
  .gi-family-interior_style .hero-actions{
    max-width:calc(100vw - 34px)!important;
    width:calc(100vw - 34px)!important;
    inline-size:calc(100vw - 34px)!important;
  }
  .gi-family-interior_category .hero .lead,
  .gi-family-interior_style .hero .lead{font-size:16px!important;line-height:1.62!important}
  .gi-family-interior_style .hero-panel{display:none!important}
  .gi-contact-rail{right:14px;bottom:86px;gap:8px}
  .gi-contact-float{width:48px!important;height:48px!important;min-width:48px!important;min-height:48px!important;flex-basis:48px!important}
  .gi-contact-float:before{display:none}
  .gi-page-ad_landing .gi-contact-rail{bottom:86px}
  .gi-page-ad_landing .gi-snapshot{padding-bottom:74px!important}
  .gi-page-ad_landing .gi-snapshot .ad-sticky{
    left:10px!important;
    right:10px!important;
    bottom:10px!important;
    width:auto!important;
    min-height:0!important;
    display:block!important;
    padding:8px!important;
    border-radius:6px!important;
  }
  .gi-page-ad_landing .gi-snapshot .ad-sticky>div{display:none!important}
  .gi-page-ad_landing .gi-snapshot .ad-sticky .pill{width:100%!important;min-height:50px!important;margin:0!important}
}
@media(max-width:1120px){
  .gi-footer-nav{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media(max-width:760px){
  .gi-global-footer .gi-footer-shell{padding:36px 20px 22px}
  .gi-footer-head{
    grid-template-columns:1fr;
    gap:20px;
    align-items:start;
  }
  .gi-footer-head-links{justify-content:flex-start}
  .gi-footer-nav{
    grid-template-columns:1fr;
    gap:26px 20px;
  }
  .gi-footer-lower{
    flex-direction:column;
    align-items:flex-start;
  }
  .gi-footer-legal{justify-content:flex-start}
  .gi-footer-identity{grid-template-columns:1fr;gap:14px}
}
@media(max-width:480px){
  .gi-footer-nav{grid-template-columns:1fr}
  .gi-footer-nav-col h2{margin-bottom:12px}
}
@media(prefers-reduced-motion:reduce){
  .gi-contact-float{transition:none}
}

/* Journal archive and Gutenberg article conversion components. */
.gi-blog-archive{
  background:#f7f3ec;
  color:#161713;
}
.gi-journal-hero{
  width:min(1320px,calc(100% - 64px));
  min-height:470px;
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1.5fr) minmax(280px,.55fr);
  gap:70px;
  align-items:end;
  padding:105px 0 76px;
  border-bottom:1px solid #d8d0c4;
}
.gi-journal-hero nav{display:flex;gap:10px;margin-bottom:46px;color:#756d63;font-size:12px}
.gi-journal-hero nav a{color:inherit;text-decoration:none}
.gi-journal-eyebrow,.gi-journal-section-head span{
  display:block;
  margin-bottom:14px;
  color:#9b653f;
  font-size:11px;
  font-weight:900;
  letter-spacing:.14em;
  text-transform:uppercase;
}
.gi-journal-hero h1{
  max-width:900px;
  margin:0;
  font:400 clamp(58px,8vw,112px)/.92 Georgia,"Times New Roman",serif;
  letter-spacing:0;
}
.gi-journal-hero>div:first-child>p{
  max-width:760px;
  margin:28px 0 0;
  color:#5f615b;
  font-size:18px;
  line-height:1.75;
}
.gi-journal-hero-note{
  display:grid;
  gap:12px;
  padding:26px 0 5px 25px;
  border-left:1px solid #c9b8a7;
}
.gi-journal-hero-note strong{font:400 28px/1.08 Georgia,"Times New Roman",serif}
.gi-journal-hero-note span{color:#6c6e67;font-size:14px;line-height:1.7}
.gi-journal-topics{
  width:min(1320px,calc(100% - 64px));
  margin:0 auto;
  display:flex;
  gap:8px;
  padding:24px 0;
  overflow-x:auto;
  border-bottom:1px solid #d8d0c4;
  scrollbar-width:none;
}
.gi-journal-topics::-webkit-scrollbar{display:none}
.gi-journal-topics a{
  flex:0 0 auto;
  padding:10px 14px;
  border:1px solid #d0c5b8;
  color:#4f504b;
  text-decoration:none;
  font-size:11px;
  font-weight:800;
  letter-spacing:.07em;
  text-transform:uppercase;
}
.gi-journal-topics a:hover,.gi-journal-topics a.is-active{background:#171914;border-color:#171914;color:#fff}
.gi-journal-featured{
  width:min(1320px,calc(100% - 64px));
  margin:64px auto 0;
  display:grid;
  grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);
  min-height:570px;
  background:#171914;
  color:#fff;
}
.gi-journal-featured-media{min-height:570px;overflow:hidden}
.gi-journal-featured-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .4s ease}
.gi-journal-featured-media:hover img{transform:scale(1.02)}
.gi-journal-featured>div{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:58px}
.gi-journal-featured>div>span{color:#d8a27b;font-size:11px;font-weight:900;letter-spacing:.14em;text-transform:uppercase}
.gi-journal-featured h2{margin:20px 0 18px;font:400 clamp(40px,4vw,62px)/1 Georgia,"Times New Roman",serif;letter-spacing:0}
.gi-journal-featured h2 a{color:inherit;text-decoration:none}
.gi-journal-featured p{margin:0;color:rgba(255,255,255,.7);font-size:16px;line-height:1.75}
.gi-journal-featured>div>div{display:flex;gap:16px;margin:24px 0;color:rgba(255,255,255,.55);font-size:12px}
.gi-journal-layout{
  width:min(1320px,calc(100% - 64px));
  margin:0 auto;
  display:grid;
  grid-template-columns:minmax(0,1fr) 330px;
  gap:54px;
  padding:96px 0 110px;
  align-items:start;
}
.gi-journal-section-head{display:flex;justify-content:space-between;gap:30px;align-items:end;margin-bottom:36px;padding-bottom:25px;border-bottom:1px solid #d8d0c4}
.gi-journal-section-head h2{margin:0;font:400 clamp(38px,4vw,58px)/1 Georgia,"Times New Roman",serif;letter-spacing:0}
.gi-journal-section-head>strong{color:#77736b;font-size:12px;white-space:nowrap}
.gi-journal-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:34px 22px}
.gi-journal-card{min-width:0;border-bottom:1px solid #d8d0c4;padding-bottom:28px}
.gi-journal-card-media{position:relative;display:block;aspect-ratio:4/3;overflow:hidden;background:#d8d0c4}
.gi-journal-card-media img{display:block;width:100%;height:100%;object-fit:cover;transition:transform .35s ease}
.gi-journal-card-media:hover img{transform:scale(1.025)}
.gi-journal-card-media>span{position:absolute;left:12px;bottom:12px;padding:7px 9px;background:rgba(23,25,20,.88);color:#fff;font-size:9px;font-weight:900;letter-spacing:.1em;text-transform:uppercase}
.gi-journal-card-copy{padding-top:19px}
.gi-journal-card-meta{display:flex;gap:13px;color:#7b766d;font-size:11px;text-transform:uppercase;letter-spacing:.05em}
.gi-journal-card h2{margin:13px 0 12px;font:400 31px/1.05 Georgia,"Times New Roman",serif;letter-spacing:0}
.gi-journal-card h2 a{color:inherit;text-decoration:none}
.gi-journal-card p{margin:0;color:#65665f;font-size:14px;line-height:1.7}
.gi-journal-read{display:inline-flex;gap:8px;margin-top:18px;color:#171914;text-decoration:none;font-size:11px;font-weight:900;letter-spacing:.09em;text-transform:uppercase}
.gi-journal-sidebar{position:sticky;top:calc(var(--gi-nav-height) + 28px);display:grid;gap:18px}
.gi-journal-pagination{margin-top:45px}
.gi-journal-pagination .nav-links{display:flex;flex-wrap:wrap;gap:8px}
.gi-journal-pagination .page-numbers{display:grid;min-width:42px;height:42px;place-items:center;padding:0 12px;border:1px solid #cfc4b7;color:#171914;text-decoration:none;font-size:12px;font-weight:800}
.gi-journal-pagination .page-numbers.current,.gi-journal-pagination a.page-numbers:hover{background:#171914;border-color:#171914;color:#fff}
.gi-journal-empty{padding:45px;border:1px solid #d8d0c4;background:#fff}

.gi-article-wa-prompt{
  display:grid;
  grid-template-columns:minmax(0,1fr) auto;
  gap:28px;
  align-items:center;
  margin:48px 0;
  padding:30px;
  border:1px solid #c9b7a5;
  border-left:5px solid #b7784f;
  background:#f2eadf;
}
.gi-article-wa-prompt>div{display:grid;gap:7px}
.gi-article-wa-prompt span{color:#925b38;font-size:10px;font-weight:900;letter-spacing:.13em;text-transform:uppercase}
.gi-article-wa-prompt strong{font:400 28px/1.08 Georgia,"Times New Roman",serif}
.gi-article-wa-prompt p{margin:0;color:#62645d;font-size:14px;line-height:1.6}
.gi-article-wa-prompt>a{
  display:inline-flex;
  min-height:48px;
  align-items:center;
  justify-content:center;
  padding:0 20px;
  background:#1d6b42;
  color:#fff;
  text-decoration:none;
  white-space:nowrap;
  font-size:11px;
  font-weight:900;
  letter-spacing:.08em;
  text-transform:uppercase;
}
.gi-article-wa-prompt>a:hover{background:#145232;color:#fff}

@media(max-width:1040px){
  .gi-journal-featured{grid-template-columns:1fr 1fr}
  .gi-journal-featured>div{padding:38px}
  .gi-journal-layout{grid-template-columns:1fr 280px;gap:32px}
  .gi-journal-grid{grid-template-columns:1fr}
}
@media(max-width:760px){
  .gi-journal-hero,.gi-journal-featured,.gi-journal-layout,.gi-journal-topics{width:calc(100% - 40px)}
  .gi-journal-hero{min-height:0;grid-template-columns:1fr;gap:36px;padding:64px 0 48px}
  .gi-journal-hero nav{margin-bottom:32px}
  .gi-journal-hero h1{font-size:clamp(48px,15vw,70px)}
  .gi-journal-hero-note{padding:22px 0 0;border-left:0;border-top:1px solid #c9b8a7}
  .gi-journal-featured{grid-template-columns:1fr;margin-top:38px}
  .gi-journal-featured-media{min-height:330px}
  .gi-journal-featured>div{padding:30px 24px 34px}
  .gi-journal-layout{grid-template-columns:1fr;padding:68px 0 80px}
  .gi-journal-sidebar{position:static}
  .gi-journal-section-head{align-items:start;flex-direction:column}
  .gi-journal-grid{grid-template-columns:1fr}
  .gi-article-wa-prompt{grid-template-columns:1fr;padding:24px 20px}
  .gi-article-wa-prompt>a{width:100%}
}
