/* Home hero */
.hero{overflow-x:clip;overflow-y:visible;padding:72px 0 66px;background:radial-gradient(circle at 13% 22%,#e8f0df 0,transparent 25%),radial-gradient(circle at 87% 12%,#edf4e6 0,transparent 23%),#faf8f2;border-bottom:1px solid var(--line)}
.hero::before{content:"";position:absolute;z-index:0;right:-11vw;bottom:96px;width:58vw;height:310px;border:1px solid #7ca56d35;border-left:0;border-bottom:0;border-radius:50% 0 0 0;transform:rotate(-8deg);pointer-events:none}
.hero .wrap{position:relative;z-index:1}
.hero-in{display:grid;grid-template-columns:minmax(0,46%) minmax(0,54%);gap:clamp(44px,5vw,80px);align-items:center;min-height:538px}
.hero-copy{position:relative;z-index:2;max-width:610px;padding:18px 0 42px}
.hero-title{max-width:8.5ch;margin:18px 0 0;font-size:clamp(54px,5.28vw,76px);line-height:.94;letter-spacing:-.045em;font-variation-settings:"opsz" 72;text-wrap:balance}
.hero-title em{font-style:italic;color:var(--green);font-weight:400}
.hero-title__line{display:block;overflow:hidden;padding:.04em .06em .09em;margin:-.04em -.06em -.09em}
.hero-title__line > span{display:block}
.hero-flourish{display:block;width:184px;height:24px;margin:17px 0 13px;color:var(--green)}
.hero-flourish path{fill:none;stroke:currentColor;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1;stroke-dashoffset:0}
.hero .hero-sub{max-width:540px;margin:0;font-family:var(--serif);font-style:italic;font-size:clamp(22px,1.9vw,28px);line-height:1.16;font-weight:400;color:var(--green);letter-spacing:-.015em;font-variation-settings:"opsz" 24}
.hero .lede{max-width:540px;margin-top:20px;font-family:var(--serif);font-size:18px;line-height:1.52;font-weight:400;color:var(--ink-2);font-variation-settings:"opsz" 18}
.hero .lede b{color:var(--ink);font-family:var(--sans);font-size:16.5px;font-weight:600}
.hero-actions{display:flex;flex-wrap:wrap;gap:12px;margin-top:30px}
.hero-actions .btn{border-radius:999px;padding:13px 20px;box-shadow:none;transition:transform .2s ease}
.hero-actions .btn.primary{box-shadow:0 11px 21px #1f4d2c24}
.hero-actions .btn:hover{transform:translateY(-2px)}
.hero-actions .btn .arr{transition:transform .2s ease}
.hero-actions .btn:hover .arr{transform:translateX(4px) rotate(45deg)}
.hero-actions .btn:focus-visible,.hero-tile:focus-visible{outline:3px solid #c7aa58;outline-offset:3px}
.hero-visual{position:relative;z-index:2;width:min(100%,670px);justify-self:end;padding:20px 0 18px 22px}
.hero-visual::before{content:"";position:absolute;z-index:-1;inset:0 22px 0 0;border:1px solid #8aac7b;opacity:.62;border-radius:23px;transform:translate(-16px,16px)}
.hero-photo-frame{position:relative;overflow:hidden;aspect-ratio:5/4;border:1px solid #ffffffb8;border-radius:22px;background:#e7eedf;box-shadow:0 22px 52px #1f4d2c24;clip-path:inset(0 round 22px)}
.hero-photo-frame::after{content:"";position:absolute;inset:8px;border:1px solid #ffffff80;border-radius:16px;pointer-events:none}
.hero-photo{display:block;width:100%;height:100%;object-fit:cover;object-position:center;transform:scale(1);transition:transform 1.25s cubic-bezier(.2,.72,.24,1)}
.hero-seal{position:absolute;z-index:3;top:-20px;left:-24px;width:132px;height:132px;display:grid;place-items:center;border-radius:50%;background:#fff;box-shadow:0 12px 30px #1f4d2c2b;transform-origin:50% 50%}
.hero-seal::before{content:"";position:absolute;inset:8px;border:1px solid #c7aa58;border-radius:50%}
.hero-seal__ring{position:absolute;inset:0;width:100%;height:100%;overflow:visible;fill:var(--green);font-family:var(--sans);font-size:9.5px;font-weight:700;letter-spacing:1.15px;text-transform:uppercase}
.hero-seal__disc{position:relative;z-index:1;display:grid;width:72px;height:72px;place-items:center;border-radius:50%;background:#fff}
.hero-seal__disc img{display:block;width:61px;height:61px;object-fit:contain}
.hero-seal.is-rotating .hero-seal__ring{animation:hero-seal-turn 60s linear infinite}
.hero-wm{position:absolute;z-index:0;left:max(0px,calc((100% - 1320px)/2 + 10px));bottom:244px;font-family:var(--serif);font-size:clamp(210px,22vw,340px);font-style:italic;font-weight:500;line-height:.8;letter-spacing:-.06em;color:transparent;-webkit-text-stroke:1px #7ca56d2e;text-stroke:1px #7ca56d2e;font-variation-settings:"opsz" 72;pointer-events:none;user-select:none}
.hero-access{position:relative;z-index:4;display:grid;grid-template-columns:224px minmax(0,1fr);gap:24px;align-items:stretch;margin-top:30px}
.hero-access__heading{padding:17px 0 14px}
.hero-access__heading h3{margin:10px 0 0;font-family:var(--serif);font-size:25px;line-height:1.08;font-weight:500;letter-spacing:-.02em}
.hero-access__heading h3 em{font-style:italic;color:var(--green)}
.hero-tiles{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}
.hero-tile{position:relative;display:flex;min-width:0;min-height:128px;flex-direction:column;justify-content:space-between;gap:14px;padding:17px 15px 14px;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:14px;box-shadow:0 10px 22px #1f4d2c14;color:var(--ink);transition:transform .2s ease}
.hero-tile::before{content:"";position:absolute;top:0;right:14px;left:14px;height:1px;background:var(--green);transform:scaleX(0);transform-origin:left;transition:transform .2s ease}
.hero-tile:hover{transform:translateY(-3px)}
.hero-tile:hover::before{transform:scaleX(1)}
.hero-tile__copy{display:grid;gap:6px;min-width:0}
.hero-tile__title{font-size:15px;line-height:1.22;font-weight:600;letter-spacing:-.01em}
.hero-tile__text{font-family:var(--serif);font-size:13px;line-height:1.25;font-style:italic;color:var(--ink-3)}
.hero-tile__arrow{display:grid;width:28px;height:28px;place-items:center;align-self:flex-end;border:1px solid var(--line);border-radius:50%;color:var(--green);font-size:17px;line-height:1;transition:transform .2s ease}
.hero-tile:hover .hero-tile__arrow{background:var(--green);border-color:var(--green);color:#fff;transform:translateX(2px)}
html.hero-motion .hero-title__line > span{transform:translateY(108%)}
html.hero-motion .hero-flourish path{stroke-dashoffset:1}
html.hero-motion .hero-copy > :is(.hero-sub,.lede,.hero-actions),html.hero-motion .hero-seal{opacity:0;transform:translateY(14px)}
html.hero-motion .hero-photo-frame{clip-path:inset(48% 48% 48% 48% round 22px)}
html.hero-motion .hero-photo{transform:scale(1.06)}
.hero.is-revealed .hero-title__line > span{transform:translateY(0);transition:transform .7s cubic-bezier(.18,.82,.27,1)}
.hero.is-revealed .hero-title__line:nth-child(2) > span{transition-delay:.08s}.hero.is-revealed .hero-title__line:nth-child(3) > span{transition-delay:.16s}.hero.is-revealed .hero-title__line:nth-child(4) > span{transition-delay:.24s}
.hero.is-revealed .hero-flourish path{stroke-dashoffset:0;transition:stroke-dashoffset .72s ease .27s}
.hero.is-revealed .hero-copy > :is(.hero-sub,.lede,.hero-actions){opacity:1;transform:translateY(0);transition:transform .58s ease,opacity .58s ease}
.hero.is-revealed .hero-copy > .hero-sub{transition-delay:.28s}.hero.is-revealed .hero-copy > .lede{transition-delay:.38s}.hero.is-revealed .hero-copy > .hero-actions{transition-delay:.48s}
.hero.is-revealed .hero-photo-frame{clip-path:inset(0 round 22px);transition:clip-path .9s cubic-bezier(.22,.8,.25,1) .1s}.hero.is-revealed .hero-photo{transform:scale(1)}
.hero.is-revealed .hero-seal{opacity:1;transform:translateY(0) rotate(-8deg);transition:transform .6s cubic-bezier(.18,.82,.27,1) .5s,opacity .45s ease .5s}
html.hero-motion .hero-tiles .hero-tile{opacity:0;transform:translateY(16px)}
.hero-access.is-revealed .hero-tiles .hero-tile{opacity:1;transform:translateY(0);transition:transform .52s ease,opacity .52s ease}.hero-access.is-revealed .hero-tiles .hero-tile:nth-child(2){transition-delay:.08s}.hero-access.is-revealed .hero-tiles .hero-tile:nth-child(3){transition-delay:.16s}.hero-access.is-revealed .hero-tiles .hero-tile:nth-child(4){transition-delay:.24s}.hero-access.is-revealed .hero-tiles .hero-tile:nth-child(5){transition-delay:.32s}
@keyframes hero-seal-turn{to{transform:rotate(360deg)}}
@media (max-width:1440px){.hero{padding-top:60px}.hero-in{min-height:500px;gap:clamp(34px,4vw,62px)}.hero-title{font-size:clamp(52px,5.28vw,76px)}.hero-access{grid-template-columns:200px minmax(0,1fr)}.hero-tile{padding:15px 13px}}
@media (min-width:881px) and (max-width:1160px){.hero{padding-top:52px}.hero-in{grid-template-columns:minmax(0,1fr) minmax(380px,.88fr);gap:38px;min-height:440px}.hero-copy{padding-bottom:24px}.hero-title{font-size:52px}.hero-visual{width:100%;padding-left:16px}.hero-seal{top:-14px;left:-13px;width:112px;height:112px}.hero-seal__disc{width:62px;height:62px}.hero-seal__disc img{width:52px;height:52px}.hero-access{display:block;margin-top:24px}.hero-access__heading{padding:12px 0}.hero-tiles{grid-template-columns:repeat(3,minmax(0,1fr))}.hero-tile{min-height:108px}.hero-wm{bottom:250px;font-size:230px}}
@media (max-width:880px){.hero{padding:42px 0 50px}.hero::before{right:-70vw;bottom:310px;width:150vw}.hero-in{grid-template-columns:1fr;gap:22px;min-height:0}.hero-copy{max-width:none;padding:0}.hero-copy > .eyebrow{display:none}.hero-title{max-width:none;margin-top:0;font-size:clamp(38px,11vw,52px);line-height:.98}.hero-flourish{margin:12px 0 14px;width:170px}.hero .hero-sub{font-size:21px}.hero .lede{margin-top:14px;font-size:16.5px}.hero-actions{margin-top:24px}.hero-actions .btn{justify-content:center;min-height:50px;padding:15px 24px;font-size:15px}.hero-actions .btn.outline{background:#fff}.hero-visual{width:100%;max-width:620px;justify-self:center;order:2;padding:14px 0 12px 10px}.hero-visual::before{inset:14px 0 12px 10px;transform:translate(-10px,10px)}.hero-seal{top:-10px;left:-4px;width:100px;height:100px}.hero-seal__ring{font-size:8px;letter-spacing:.85px}.hero-seal__disc{width:55px;height:55px}.hero-seal__disc img{width:46px;height:46px}.hero-wm{display:none}.hero-access{display:block;margin-top:24px}.hero-access__heading{padding:12px 0}.hero-access__heading h3{font-size:23px;max-width:14ch}.hero-tiles{display:flex;overflow-x:auto;padding:0 1px 10px;scroll-snap-type:x mandatory;scrollbar-width:thin}.hero-tile{width:min(240px,74vw);min-width:min(240px,74vw);height:124px;min-height:124px;scroll-snap-align:start}.hero-tile__arrow{width:30px;height:30px}}
@media (max-width:560px){.hero-actions{display:grid;gap:10px}.hero-actions .btn{width:100%}}
@media (prefers-reduced-motion:reduce){html.hero-motion .hero-title__line > span,html.hero-motion .hero-copy > :is(.hero-sub,.lede,.hero-actions),html.hero-motion .hero-seal,html.hero-motion .hero-tiles .hero-tile{opacity:1;transform:none;transition:none}.hero-photo,.hero.is-revealed .hero-photo{transform:none;transition:none}html.hero-motion .hero-photo-frame,.hero.is-revealed .hero-photo-frame{clip-path:inset(0 round 22px);transition:none}html.hero-motion .hero-flourish path,.hero.is-revealed .hero-flourish path{stroke-dashoffset:0;transition:none}.hero-seal.is-rotating .hero-seal__ring{animation:none}}
body.ie-active .hero-title__line > span,body.ie-active .hero-copy > :is(.hero-sub,.lede,.hero-actions),body.ie-active .hero-seal,body.ie-active .hero-tiles .hero-tile{opacity:1!important;transform:none!important;transition:none!important}body.ie-active .hero-photo,body.ie-active .hero-photo-frame,body.ie-active .hero-flourish path{clip-path:inset(0 round 22px)!important;transform:none!important;stroke-dashoffset:0!important;transition:none!important}body.ie-active .hero-seal__ring{animation:none!important}
