:root{--page:#FFFFFF;--soft:#EFF4F4;--ink:#12201F;--text:#47565A;--teal:#0E7C7B;--deep:#08312F;--rust:#B25334;--line:#DCE5E4;--r:8px;--lift:0 1px 2px rgba(18,32,31,.05),0 8px 20px rgba(18,32,31,.06);--bound:68rem}
*,*::before,*::after{box-sizing:border-box}
html,body{margin:0;padding:0;overflow-x:hidden}
body{background:var(--page);color:var(--text);font-family:"Piazzolla",Georgia,serif;font-size:1.06rem;line-height:1.7}
h1,h2,h3,.link-one,.brand-right,.post-head,.post-tag,.btn-full,.btn-thin,.open-btn,.dir-name,.post-title{font-family:"Albert Sans",system-ui,sans-serif;color:var(--ink)}
h1{font-weight:800;font-size:clamp(2.1rem,4.5vw,3.3rem);line-height:1.06;letter-spacing:-.02em;margin:0 0 .7rem}
h2{font-weight:700;font-size:clamp(1.45rem,2.7vw,2rem);line-height:1.14;margin:0 0 .5rem}
h3{font-weight:700;font-size:clamp(1.2rem,2vw,1.5rem);line-height:1.2;margin:0 0 .25rem}
p{margin:0 0 1rem}
a{color:var(--teal)}
a:hover{color:var(--rust)}
a:focus-visible,button:focus-visible{outline:3px solid var(--rust);outline-offset:3px}
.bound{width:100%;max-width:var(--bound);margin:0 auto;padding:0 1.25rem}
.strip-top{position:sticky;top:0;z-index:10;background:var(--page);border-bottom:1px solid var(--line)}
.strip-top .bound{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:.85rem;padding-bottom:.85rem}
.brand-right{order:2;font-weight:800;font-size:1.2rem;text-decoration:none;letter-spacing:-.01em}
.link-set{order:1;list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.2rem}
.link-set[data-open="false"]{display:none}
.link-one{display:block;padding:.45rem 0;font-weight:600;font-size:1rem;text-decoration:none}
.link-one[aria-current="page"]{color:var(--teal);border-bottom:2px solid var(--teal)}
.open-btn{order:1;border:1px solid var(--line);border-radius:var(--r);background:var(--page);font-family:"Albert Sans",system-ui,sans-serif;font-weight:700;padding:.45rem 1rem;cursor:pointer}
.hero-stage{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  display:flex;
  align-items:flex-end;
  min-height:clamp(28rem,68vw,40rem);
  padding:clamp(2.4rem,6vw,5rem) 0;
  background:#050d1c;
  border-bottom:1px solid rgba(196,214,230,.14);
}
.hero-media{
  position:absolute;
  inset:0;
  z-index:0;
}
.hero-media img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center 42%;
}
.hero-stage::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  pointer-events:none;
  background:
    linear-gradient(180deg, rgba(5,10,22,.18) 0%, rgba(5,10,22,.42) 48%, rgba(5,10,22,.92) 100%),
    linear-gradient(90deg, rgba(5,10,22,.78) 0%, rgba(5,10,22,.4) 42%, rgba(5,10,22,.12) 100%);
}
.hero-copy{
  position:relative;
  z-index:2;
  max-width:36rem;
}
.hero-kicker{
  font-family:"Albert Sans",system-ui,sans-serif;
  font-weight:700;
  font-size:.76rem;
  letter-spacing:.14em;
  text-transform:uppercase;
  color:#e4c57a;
  margin:0 0 .85rem;
}
.hero-stage h1{
  color:#fff;
  text-shadow:0 2px 28px rgba(0,0,0,.4);
}
.hero-lead{
  color:rgba(236,242,248,.9);
  font-size:clamp(1.08rem,2vw,1.22rem);
  line-height:1.55;
  max-width:22em;
  margin:0 0 1.4rem;
}
.hero-actions{margin:0}
.hero-stage .btn-full{
  background:linear-gradient(180deg,#ead08a,#c9a15b);
  color:#1a1408;
}
.hero-stage .btn-full:hover{background:linear-gradient(180deg,#f3dc9c,#d4af6a);color:#1a1408}
.hero-stage .btn-thin{
  border-color:rgba(255,255,255,.34);
  color:#EFF6F5;
}
.hero-stage .btn-thin:hover{background:rgba(255,255,255,.1);color:#fff}
.hero-stage--page{min-height:clamp(22rem,52vw,32rem);align-items:flex-end}
.hero-stage--page .hero-copy{max-width:38rem}
.bread-line--on-dark{color:rgba(207,224,222,.82);padding:0 0 .85rem}
.bread-line--on-dark a{color:#EFF6F5}
.bread-line--on-dark a:hover{color:#fff}
.start-block{padding:clamp(2.2rem,5vw,4rem) 0}
.start-cols{display:grid;grid-template-columns:1fr;gap:1.5rem}
.btn-full,.btn-thin{display:inline-block;border-radius:var(--r);padding:.72rem 1.35rem;font-weight:700;text-decoration:none;margin-right:.6rem}
.btn-full{background:var(--deep);color:#EFF6F5}
.btn-full:hover{background:var(--teal);color:#EFF6F5}
.btn-thin{border:1px solid var(--line);color:var(--ink)}
.btn-thin:hover{background:var(--soft);color:var(--ink)}
.dir-grid{display:grid;grid-template-columns:1fr;gap:.9rem;margin-top:1.4rem}
.dir-card{background:var(--page);border:1px solid var(--line);border-radius:var(--r);box-shadow:var(--lift);padding:1rem 1.1rem}
.dir-card:hover{border-color:var(--teal)}
.dir-name{display:block;font-weight:700;font-size:1.05rem;text-decoration:none;margin-bottom:.2rem}
.dir-meta{font-size:.92rem}
.about-four{display:grid;grid-template-columns:1fr;gap:1.25rem;margin-top:1.4rem}
.about-item{border-left:3px solid var(--teal);padding-left:1rem}
.method-band{background:var(--soft);border-radius:var(--r);padding:clamp(1.5rem,3vw,2.4rem);margin-top:2.5rem}
.close-photo{margin-top:2.5rem}
.close-photo img{display:block;width:100%;height:auto;aspect-ratio:3/1;object-fit:cover;border-radius:var(--r)}
.close-photo figcaption{margin-top:.5rem;font-size:.88rem}
.bread-line{font-size:.92rem;padding:1rem 0 0}
.sec-top{padding:1.5rem 0 0}
.sec-list{margin:1.5rem 0 0;padding-left:1.4rem}
.sec-list li{margin-bottom:.35rem}
.sec-list a{text-decoration:none;font-weight:600}
.sec-list a:hover{text-decoration:underline}
.post-item{padding:2.6rem 0;border-top:1px solid var(--line)}
.post-tag{display:inline-block;font-weight:700;font-size:.76rem;letter-spacing:.09em;text-transform:uppercase;color:var(--teal);margin-bottom:.4rem}
.post-place{font-size:.98rem;margin-bottom:1rem}
.post-head{display:block;font-weight:700;font-size:1.05rem;color:var(--teal);margin:1.3rem 0 .3rem}
.post-photo{margin-top:1.6rem}
.post-photo img{display:block;width:100%;height:auto;aspect-ratio:16/9;object-fit:cover;border-radius:var(--r)}
.post-photo figcaption{margin-top:.45rem;font-size:.86rem}
.post-facts{margin-top:1rem;font-family:"Albert Sans",system-ui,sans-serif;font-size:.88rem;color:var(--ink);letter-spacing:.02em}
.notice-box{border:1px solid var(--line);border-radius:var(--r);padding:1.6rem;margin-top:2.5rem}
.up-btn{display:inline-block;margin-top:1.5rem;font-weight:700}
.foot-big{background:var(--deep);color:#CFE0DE;margin-top:3.5rem;padding:3rem 0 1.5rem}
.foot-big a{color:#EFF6F5}
.foot-big h2{color:#FFFFFF;font-size:2rem;margin-bottom:.4rem}
.foot-big h3{color:#FFFFFF;font-size:1rem}
.foot-sets{display:grid;grid-template-columns:1fr;gap:2rem;margin-top:2rem}
.foot-set ul{list-style:none;margin:.5rem 0 0;padding:0;display:grid;gap:.4rem}
body>a[href="#main"]{position:absolute;left:-9999rem;top:0;background:var(--deep);color:#EFF6F5;padding:.7rem 1.1rem;border-radius:var(--r);font-family:"Albert Sans",system-ui,sans-serif;font-weight:700}
body>a[href="#main"]:focus{left:1rem;top:1rem;z-index:20}
html[data-js="on"] .open-btn{display:inline-block}
main{padding-bottom:1rem}
.start-block p,.method-band p,.sec-top p,.post-item p,.notice-box p{max-width:38em}
.post-title{margin:0 0 .2rem}
.post-item h3{font-size:clamp(1.25rem,2.2vw,1.6rem)}
.method-band h2,.notice-box h2{margin-bottom:.8rem}
.notice-box h2{font-size:1.2rem}
.bread-line a{text-decoration:none}
.bread-line a:hover{text-decoration:underline}
.dir-grid+h2{margin-top:2.6rem}
.about-item h3{font-size:1.15rem;margin-bottom:.35rem}
.about-item p{margin-bottom:.5rem}
.foot-big p{max-width:34em}
.foot-big small{display:block;margin-top:2.5rem;padding-top:1.2rem;border-top:1px solid rgba(255,255,255,.16);font-size:.85rem}
.up-btn{text-decoration:none}
.up-btn:hover{text-decoration:underline}
@media (min-width:700px){
.hero-stage,.hero-stage--page{align-items:center}
.hero-stage::before{
  background:
    linear-gradient(90deg, rgba(5,10,22,.88) 0%, rgba(5,10,22,.52) 34%, rgba(5,10,22,.12) 62%, rgba(5,10,22,.3) 100%),
    linear-gradient(180deg, rgba(5,10,22,.12) 0%, transparent 42%, rgba(5,10,22,.38) 100%);
}
.dir-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
.about-four{grid-template-columns:repeat(2,minmax(0,1fr))}
.start-cols{grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:3rem;align-items:start}
.foot-sets{grid-template-columns:repeat(2,minmax(0,1fr))}
}
@media (min-width:1040px){
.open-btn{display:none}
html[data-js="on"] .open-btn{display:none}
.link-set[data-open="false"]{display:flex}
.link-set{flex-direction:row;align-items:center;gap:1.4rem}
.dir-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
.about-four{grid-template-columns:repeat(4,minmax(0,1fr))}
.foot-big .bound{display:grid;grid-template-columns:minmax(0,1.2fr) minmax(0,1fr);gap:3rem;align-items:start}
.foot-sets{margin-top:0}
}
@media (min-width:1340px){
.bound{padding:0 2rem}
}
@media (prefers-reduced-motion: no-preference){
html{scroll-behavior:smooth}
.link-one,.btn-full,.btn-thin,.dir-card,.hero-stage .btn-full,.hero-stage .btn-thin{transition:color .18s ease,background-color .18s ease,border-color .18s ease,background .18s ease}
}
