:root{--ink:#173346;--ink-soft:#4b6471;--blue:#4ba3c7;--blue-dark:#287d9e;--blue-pale:#dff3f7;--coral:#ff6d4d;--paper:#fffaf2;--white:#fff;--line:#d9e4e6;--serif:Georgia, "Times New Roman", serif;--sans:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box}html{background:var(--paper);color:var(--ink);font-family:var(--sans);scroll-behavior:smooth}body{min-width:320px;margin:0;line-height:1.6}a{color:inherit}.shell{width:min(1120px,100% - 40px);margin-inline:auto}.shell-narrow{width:min(720px,100% - 40px)}.skip-link{z-index:20;background:var(--ink);color:var(--white);border-radius:999px;padding:9px 14px;position:fixed;top:12px;left:12px;transform:translateY(-150%)}.skip-link:focus{transform:translateY(0)}.site-header{z-index:10;border-bottom:1px solid color-mix(in srgb, var(--ink) 12%, transparent);background:color-mix(in srgb, var(--paper) 92%, transparent);position:relative}.header-inner,.footer-inner{justify-content:space-between;align-items:center;gap:28px;min-height:76px;display:flex}.brand{align-items:center;gap:12px;text-decoration:none;display:flex}.brand-main{font-family:var(--serif);letter-spacing:-.03em;font-size:1.25rem;font-weight:700}.brand-main span{color:var(--blue-dark);font-style:italic}.brand-divider{background:var(--line);width:1px;height:22px}.brand-section{color:var(--ink-soft);letter-spacing:.16em;text-transform:uppercase;font-size:.78rem;font-weight:800}nav{align-items:center;gap:24px;display:flex}nav a{color:var(--ink-soft);font-size:.9rem;font-weight:650;text-decoration:none}nav a:hover,nav a:focus-visible{color:var(--blue-dark)}.language-switch{color:var(--ink-soft);align-items:center;gap:5px;padding-left:2px;font-size:.76rem;font-weight:700;display:inline-flex}.language-switch a{color:var(--ink-soft)}.language-switch a.active{color:var(--ink);text-decoration:underline;text-decoration-color:var(--coral);text-underline-offset:4px;text-decoration-thickness:2px}.hero{border-bottom:1px solid var(--line);background:radial-gradient(circle at 82% 24%, #7ccfe042 0 11%, transparent 11.3%), radial-gradient(circle at 88% 44%, #ff6d4d1c 0 5%, transparent 5.3%), var(--paper);position:relative;overflow:hidden}.hero:before{content:"";border:1px solid #4ba3c747;border-radius:50%;width:210px;height:210px;position:absolute;top:38px;right:max(6vw,50vw - 560px)}.hero-inner{padding-block:clamp(72px,10vw,130px);position:relative}.eyebrow{color:var(--coral);letter-spacing:.18em;text-transform:uppercase;margin:0 0 18px;font-size:.74rem;font-weight:800}.hero h1,.article-header h1,.not-found h1{max-width:760px;font-family:var(--serif);letter-spacing:-.065em;margin:0;font-size:clamp(3.25rem,8vw,6.6rem);font-weight:500;line-height:.94}.hero h1 em,.not-found h1 em{color:var(--blue-dark);font-weight:500}.hero-copy{max-width:560px;color:var(--ink-soft);font-family:var(--serif);margin:30px 0 0;font-size:clamp(1.1rem,2vw,1.35rem);line-height:1.55}.hero-wave{width:160px;margin-top:34px}.hero-wave path{stroke:var(--blue);stroke-linecap:round;stroke-width:3px}.posts-section{background:var(--white);padding-block:64px 100px}.section-heading{justify-content:space-between;align-items:baseline;gap:20px;margin-bottom:20px;display:flex}.section-heading h2{font-family:var(--serif);margin:0;font-size:clamp(1.8rem,4vw,2.5rem)}.section-heading>span{color:var(--ink-soft);font-size:.82rem}.post-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;display:grid}.post-card{border:1px solid var(--line);background:var(--paper);border-radius:18px;transition:transform .18s,box-shadow .18s;position:relative;overflow:hidden;box-shadow:0 16px 48px #17334612}.post-card:hover{transform:translateY(-4px);box-shadow:0 22px 60px #1733461f}.post-card.featured{grid-column:1/-1}.post-link{z-index:2;position:absolute;inset:0}.post-image{aspect-ratio:3/2;background:var(--blue-pale);position:relative;overflow:hidden}.post-image img{object-fit:cover;width:100%;height:100%;transition:transform .4s;display:block}.post-card:hover .post-image img{transform:scale(1.025)}.post-number{background:var(--white);min-width:38px;height:38px;color:var(--blue-dark);font-family:var(--serif);border-radius:50%;place-items:center;font-size:.88rem;display:grid;position:absolute;top:16px;left:16px;box-shadow:0 5px 18px #1733461f}.post-card-body{min-height:235px;padding:clamp(26px,4vw,42px);position:relative}.post-meta{color:var(--ink-soft);letter-spacing:.08em;text-transform:uppercase;flex-wrap:wrap;align-items:center;gap:10px;margin-bottom:14px;font-size:.73rem;font-weight:750;display:flex}.post-meta span{background:var(--blue-pale);color:#17647f;border-radius:999px;padding:2px 9px}.post-card-body h3{max-width:660px;font-family:var(--serif);letter-spacing:-.035em;margin:0;font-size:clamp(1.65rem,4vw,2.55rem);line-height:1.12}.post-card-body p{max-width:620px;color:var(--ink-soft);margin:14px 48px 0 0}.post-arrow{border:1px solid var(--line);background:var(--white);width:42px;height:42px;color:var(--blue-dark);border-radius:50%;place-items:center;font-size:1.2rem;transition:transform .16s,border-color .16s;display:grid;position:absolute;bottom:28px;right:28px}.post-card:hover .post-arrow{border-color:var(--blue);transform:translate(4px)}@media (width>=800px){.post-card.featured{grid-template-columns:minmax(0,1.2fr) minmax(340px,.8fr);display:grid}.post-card.featured .post-image{aspect-ratio:3/2}.post-card.featured .post-card-body{flex-direction:column;justify-content:center;min-height:100%;display:flex}}.article{background:var(--white);padding-block:clamp(60px,9vw,110px)}.back-link{color:var(--blue-dark);margin-bottom:56px;font-size:.9rem;font-weight:700;text-decoration:none;display:inline-block}.article-header h1{font-size:clamp(2.7rem,7vw,5rem);line-height:1}.article-header>p{color:var(--ink-soft);font-family:var(--serif);margin:24px 0 0;font-size:1.3rem}.article-cover{background:var(--blue-pale);border-radius:22px;margin-top:58px;margin-bottom:0;padding:0;overflow:hidden}.article-cover img{aspect-ratio:3/2;object-fit:cover;width:100%;height:auto;display:block}.article-body{border-top:1px solid var(--line);color:#294757;font-family:var(--serif);margin-top:60px;padding-top:50px;font-size:1.12rem;line-height:1.85}.article-body h2,.article-body h3{color:var(--ink);margin-top:2.2em;line-height:1.25}.article-body a{color:var(--blue-dark);text-underline-offset:3px;text-decoration-thickness:1px}.article-body img{border-radius:18px;max-width:100%}.article-body code{background:var(--blue-pale);border-radius:5px;padding:.14em .38em;font-size:.9em}.article-body pre{background:var(--ink);color:var(--white);border-radius:12px;padding:20px;overflow-x:auto}.article-body pre code{background:0 0;padding:0}.not-found{min-height:calc(100vh - 174px);padding-block:100px}.not-found>p:not(.eyebrow){color:var(--ink-soft);margin:28px 0}.button{background:var(--blue-dark);min-height:46px;color:var(--white);border-radius:999px;align-items:center;padding:0 22px;font-weight:700;text-decoration:none;display:inline-flex}.site-footer{border-top:1px solid var(--line);background:var(--paper);color:var(--ink-soft);font-size:.82rem}.site-footer a{color:var(--ink);text-underline-offset:3px}.footer-inner>div{gap:9px;display:flex}@media (width<=680px){.shell,.shell-narrow{width:min(100% - 28px,1120px)}.header-inner{min-height:68px}.header-inner nav{gap:14px}.header-inner>nav>a:first-child,.brand-divider,.brand-section{display:none}.hero:before{top:64px;right:-110px}.post-list{grid-template-columns:1fr}.post-card.featured{grid-column:auto}.post-card-body{min-height:220px;padding:25px 22px 28px}.post-card-body p{margin-right:0}.post-arrow{width:38px;height:38px;bottom:20px;right:20px}.article-cover{border-radius:14px;width:calc(100% - 28px)}.footer-inner{flex-direction:column;justify-content:center;align-items:flex-start;padding-block:22px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition-duration:.01ms!important}}
