/* Original calligraphy, now in the visible welcome. Typography unchanged.
   Entrance motion is on by default with a discreet page-local off switch. */
.entrance-animation-toggle {
 position:absolute;top:calc(var(--nav-height,6rem) + .15rem);right:var(--gutter);
 z-index:8;padding:.35rem .1rem;min-height:44px;border:0;
 border-radius:0;background:none;color:#ecd3a7;font:400 .75rem/1.35 Manrope,sans-serif;
 cursor:pointer;text-shadow:0 1px 3px #38291e;
}
.entrance-animation-toggle:hover,.entrance-animation-toggle:focus-visible{color:#fff1d0}
.entrance-animation-toggle[hidden],.calligraphy-replay[hidden]{display:none}
.entrance-animation-toggle:focus-visible,.calligraphy-replay:focus-visible{outline:2px solid #a77730;outline-offset:4px}
.opening-gate .gate-welcome-inner {
 max-width:62rem;display:grid;grid-template-columns:minmax(0,1fr) clamp(10rem,20vw,15rem);
 column-gap:clamp(1.5rem,4vw,4rem);align-items:center;
}
.opening-gate .gate-welcome-inner>.sec-head,
.opening-gate .gate-welcome-inner>p,
.opening-gate .gate-welcome-inner>.gate-welcome-link{grid-column:1}
.opening-gate .gate-welcome-inner>.gate-welcome-link{justify-self:center}
.gate-calligraphy-panel{grid-column:2;grid-row:1/span 4;align-self:center;display:grid;justify-items:center;gap:.35rem}
.opening-gate #heroCalligraphy {
 position:relative;inset:auto;transform:none;width:100%;height:auto;aspect-ratio:2/3;
 opacity:1;max-height:22.5rem;pointer-events:none;
}
.opening-gate #heroCalligraphy>img,.opening-gate #heroCalligraphy>svg{display:block;width:100%;height:100%;object-fit:contain}
.opening-gate #heroCalligraphy #lt-brush-gold feFlood{flood-color:#9b7137}
.calligraphy-replay{min-height:44px;padding:.35rem .1rem;background:none;border:0;color:#795327;font:400 .75rem/1.35 Manrope,sans-serif;cursor:pointer;text-align:center}
.calligraphy-replay:hover{text-decoration:underline;text-underline-offset:.2rem}
.opening-gate #heroCalligraphy.is-writing:not(.is-suspended) .ink-guide{animation-play-state:running}
.opening-gate #heroCalligraphy.is-writing.is-suspended .ink-guide{animation-play-state:paused}
@media(max-width:760px){
 .opening-gate .gate-welcome-inner{grid-template-columns:minmax(0,1fr) 6rem;gap:.75rem 1rem;max-width:34rem}
 .gate-calligraphy-panel{grid-column:2;grid-row:1;align-self:center;gap:0}
 .opening-gate .gate-welcome-inner>.sec-head{grid-column:1;grid-row:1;text-align:left;margin-bottom:0}
 .opening-gate .gate-welcome-inner>.sec-head .brush-accent{margin-left:0}
 .opening-gate .gate-welcome-inner>p,.opening-gate .gate-welcome-inner>.gate-welcome-link{grid-column:1/-1;margin-bottom:.5rem}
 .calligraphy-replay{font-size:.75rem}
 .opening-gate #heroCalligraphy{width:6rem;height:9rem}
}
@media(max-height:700px){
 .opening-gate .gate-welcome{padding-top:calc(var(--nav-height,5rem) + .5rem);padding-bottom:1.5rem}
 .opening-gate .gate-welcome-inner{row-gap:.4rem}
 .opening-gate .gate-welcome-inner>.sec-head{margin-bottom:.5rem}
 .opening-gate .gate-welcome-inner>p{line-height:1.55;margin-bottom:.45rem}
 .opening-gate #heroCalligraphy{max-height:16rem}
}
