:root { --ink:#173e36; --deep:#0d2925; --paper:#fbf7ed; --cream:#f4ecdc; --coral:#d96f4f; --gold:#f4c367; --mint:#dcebdc; --muted:#637871; --line:rgba(23,62,54,.14); --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{scroll-behavior:smooth}body{min-width:320px;margin:0;color:var(--ink);background:var(--paper);font-family:var(--sans);line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid var(--gold);outline-offset:4px}.container{width:min(1100px,calc(100% - 40px));margin:auto}.site-head{position:sticky;z-index:5;top:0;border-bottom:1px solid var(--line);background:rgba(251,247,237,.94);backdrop-filter:blur(14px)}.head-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;min-height:75px}.brand{display:flex;align-items:center;gap:.7rem;font-family:var(--serif);font-size:1.22rem;font-weight:600}.brand-paw{display:grid;width:42px;height:42px;place-items:center;color:var(--paper);background:var(--ink);border-radius:50% 50% 43% 57%;font-size:1.2rem;transform:rotate(-8deg)}nav{display:flex;flex-wrap:wrap;gap:.8rem 1.2rem;color:var(--muted);font-size:.76rem;font-weight:750}nav a:hover{color:var(--coral)}.hero{position:relative;overflow:hidden;color:white;background:var(--deep)}.hero-grid{display:grid;grid-template-columns:1fr .82fr;align-items:stretch}.hero-copy{padding:clamp(3rem,7vw,6rem) clamp(0rem,3vw,2.5rem) clamp(3rem,7vw,6rem) 0}.eyebrow{margin:0 0 .85rem;color:#f8d487;font-size:.63rem;font-weight:850;letter-spacing:.15em}.hero h1{max-width:690px;margin:0 0 1rem;font-family:var(--serif);font-size:clamp(2.7rem,5.8vw,5rem);font-weight:500;letter-spacing:-.06em;line-height:.97}.hero h1 em{color:#f5ca70;font-style:italic}.hero p{max-width:610px;margin:0;color:rgba(255,255,255,.8);font-size:1rem}.hero-photo{min-height:370px;overflow:hidden}.hero-photo img{width:100%;height:100%;object-fit:cover;filter:saturate(.85) contrast(1.05);transform:scale(1.04)}.hero-photo:after{position:absolute;inset:0;content:'';background:linear-gradient(90deg,var(--deep),transparent 64%);pointer-events:none}.hero-photo{position:relative}.button{display:inline-flex;align-items:center;gap:.55rem;padding:.8rem 1.1rem;margin-top:1.55rem;color:white;background:var(--coral);border-radius:999px;font-size:.82rem;font-weight:850}.button:hover{background:#bd563e;transform:translateY(-2px)}.content{padding:4.8rem 0}.content-grid{display:grid;grid-template-columns:1.38fr .62fr;gap:3rem}.article h2{margin:2rem 0 .6rem;font-family:var(--serif);font-size:2rem;font-weight:500;letter-spacing:-.045em;line-height:1.05}.article h2:first-child{margin-top:0}.article p{color:var(--muted);font-size:.92rem}.article ul{padding-left:1.1rem;color:var(--ink);font-size:.86rem}.article li{margin:.45rem 0}.aside-card{position:sticky;top:100px;align-self:start;padding:1.2rem;background:#eff4ec;border:1px solid var(--line);border-radius:16px}.aside-card h3{margin:.2rem 0 .5rem;font-family:var(--serif);font-size:1.3rem;font-weight:500}.aside-card p{margin:0;color:var(--muted);font-size:.75rem}.aside-card a{display:inline-flex;margin-top:.85rem;color:var(--coral);font-size:.75rem;font-weight:850}.callout{padding:1.05rem 1.15rem;margin:1.5rem 0;color:#24584b;background:#dcebdc;border-left:4px solid #83ad8a;border-radius:0 12px 12px 0;font-size:.83rem;font-weight:650}.resource-list{display:grid;gap:.55rem;padding:0;margin:1rem 0;list-style:none}.resource-list a{display:block;padding:.75rem .85rem;background:#f8f3e8;border:1px solid var(--line);border-radius:10px;font-size:.79rem;font-weight:750}.resource-list a:hover{color:var(--coral);background:white}.footer{padding:2rem 0;color:rgba(255,255,255,.72);background:var(--deep);font-size:.7rem}.footer-row{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer a{color:#f5cd77}.notice{padding:.65rem .8rem;color:#85521c;background:#fcecc5;border-radius:8px;font-size:.7rem;font-weight:650}@media(max-width:760px){.head-row{padding:.7rem 0;align-items:flex-start;flex-direction:column}.hero-grid,.content-grid{grid-template-columns:1fr}.hero-copy{padding:3.5rem 0 2rem}.hero-photo{min-height:230px}.hero-photo:after{background:linear-gradient(180deg,var(--deep),transparent 55%)}.aside-card{position:static}.content{padding:3.5rem 0}.article h2{font-size:1.75rem}}
