:root{--ink:#30212c;--paper:#faf9f5;--accent:#e9ed92;--muted:#716971;--line:#dedbd6}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible,summary:focus-visible{outline:3px solid #ab653d;outline-offset:6px}::selection{background:var(--accent);color:var(--ink)}.wrap{width:min(1280px,calc(100% - 96px));margin-inline:auto}.header{height:112px;display:flex;align-items:center;justify-content:space-between;gap:30px}.brand{font-family:Georgia,serif;font-size:34px;letter-spacing:-1.5px;line-height:1}.brand span{color:#9e533f;font-family:Arial,sans-serif;font-size:26px;vertical-align:top;margin-left:4px}.header nav{display:flex;gap:32px;font-size:14px}.header nav a:hover,.footer>a:last-child:hover{text-decoration:underline;text-underline-offset:6px}.header-contact{border-bottom:1px solid var(--ink);padding:9px 0;font-size:14px}.header-contact span{margin-left:28px}.hero{display:grid;grid-template-columns:1fr 1fr;background:var(--ink);color:var(--paper);min-height:660px}.hero-copy{padding:62px 38px 46px 48px;align-self:center}.eyebrow{font-size:12px;font-weight:600;letter-spacing:1.6px;margin:0 0 25px}.hero .eyebrow{color:var(--accent);font-size:11px;letter-spacing:1.3px}.eyebrow>span{display:inline-block;width:6px;height:6px;background:var(--accent);border-radius:50%;margin:0 8px 2px 0}h1,h2,h3,p{margin-top:0}h1,h2,h3{font-family:Georgia,'Times New Roman',serif;font-weight:400}h1{font-size:clamp(42px,4.8vw,72px);line-height:1.06;letter-spacing:-2.8px;margin-bottom:26px}em{font-weight:400}h1 em{color:var(--accent)}.intro{max-width:340px;font-size:16px;color:#ded6dc;line-height:1.8;margin-bottom:30px}.button{display:inline-flex;align-items:center;gap:44px;background:var(--accent);color:var(--ink);padding:15px 22px;font-size:14px;font-weight:600;transition:background .2s,transform .2s}.button:hover{background:#f4f7b3;transform:translateY(-2px)}.button span{font-size:22px;font-weight:400}.hero-note{font-size:12px;color:#c0b4bd;margin:20px 0 0;max-width:280px}.hero-visual{position:relative;min-height:660px;overflow:hidden}.hero-visual:after{content:'';position:absolute;inset:40% 0 0;background:linear-gradient(transparent,#160f15c9)}.hero-visual img{position:absolute;width:100%;height:100%;object-fit:cover}.image-label{position:absolute;bottom:24px;left:36px;z-index:1}.image-label>span{font-size:10px;letter-spacing:2px}.image-label p{font-family:Georgia,serif;font-size:32px;line-height:1.2;margin:12px 0}.round-note{position:absolute;right:25px;top:28px;width:120px;height:120px;border-radius:50%;background:var(--accent);color:var(--ink);z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:16px;line-height:1.4;transform:rotate(12deg)}.round-note span{font-size:12px}.principles{margin-top:35px;border-bottom:1px solid var(--line);padding-bottom:35px}.principles .wrap{display:flex;justify-content:space-between;align-items:center;gap:20px;font-size:13px}.principles b{font-size:24px;color:#9e533f;font-weight:400}.section{padding-top:100px;padding-bottom:100px}h2{font-size:clamp(34px,3.5vw,50px);line-height:1.15;letter-spacing:-1.6px;margin-bottom:24px}.section-top{display:flex;justify-content:space-between;align-items:flex-end;gap:30px;margin-bottom:38px}.section-top h2{margin:0}.section-top>p{font-size:14px;line-height:1.8;color:var(--muted);margin:0 0 3px}.course-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.course{border:1px solid var(--line);padding:28px;display:flex;flex-direction:column}.course.featured{background:#eeefd8;border-color:#eeefd8}.course-top{display:flex;justify-content:space-between;font-size:11px;letter-spacing:1.4px}.course-mark{font-family:Georgia,serif;font-size:49px;font-style:italic;letter-spacing:-2px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #30212c25;padding:24px 0 20px;margin-bottom:26px}.course-mark span{font-size:40px;font-style:normal;color:#9e533f;letter-spacing:0}.course h3{font-size:28px;line-height:1.2;margin-bottom:15px}.course>p{font-size:14px;line-height:1.8;color:#655c62}.course ul{list-style:none;padding:0;font-size:12px;line-height:1.7;margin:0 0 30px}.course li{padding:5px 0}.course li:before{content:'✓';margin-right:8px}.course>a{margin-top:auto;display:flex;justify-content:space-between;font-size:13px;border-top:1px solid #30212c25;padding-top:18px;font-weight:600}.course>a:hover{text-decoration:underline}.course-note{margin:22px 0 0;color:var(--muted);font-size:12px}.story{background:#eeebe6}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px}.story-copy>p{font-size:17px;line-height:1.85}.story-copy>p+p{color:var(--muted);font-size:15px}.signature{font-family:Georgia,serif;font-style:italic;font-size:27px;border-top:1px solid #d0cbc4;padding-top:24px;margin-top:30px}.faq{display:grid;grid-template-columns:1fr 1.2fr;gap:80px}.faq-list{border-top:1px solid var(--line)}details{border-bottom:1px solid var(--line);padding:23px 0}summary{cursor:pointer;list-style:none;display:flex;justify-content:space-between;gap:20px;font-size:16px}summary::-webkit-details-marker{display:none}summary span{font-size:22px;line-height:1.2}details[open] summary span{transform:rotate(45deg)}details p{font-size:14px;color:var(--muted);margin:16px 28px 0 0;line-height:1.8}.contact{background:var(--accent);display:grid;grid-template-columns:1fr 1fr;gap:60px;padding:58px}.contact h2{font-size:55px}.contact p{font-size:14px}.contact .eyebrow{font-size:11px}.contact-right{align-self:center}.contact-star{display:block;font-size:63px;line-height:1;margin-bottom:32px}.contact-right .eyebrow{margin-bottom:6px}.contact-right .email{font-family:Georgia,serif;font-size:clamp(24px,2.8vw,38px);letter-spacing:-1px;margin:0 0 18px;overflow-wrap:anywhere;user-select:all}.footer{display:flex;align-items:center;justify-content:space-between;gap:25px;padding-top:42px;padding-bottom:42px}.footer .brand{font-size:27px}.footer p,.footer>a:last-child{font-size:12px;margin:0}.footer p{color:var(--muted)}.skip{position:absolute;top:-100px;left:20px;padding:12px 20px;background:var(--accent);z-index:10}.skip:focus{top:12px}@media(min-width:1500px){.hero{min-height:710px}.hero-visual{min-height:710px}}@media(max-width:1000px){.wrap{width:calc(100% - 48px)}.hero-copy{padding:40px 28px}h1{font-size:51px}.hero-visual,.hero{min-height:600px}.course{padding:22px}.course-mark{font-size:38px}.course h3{font-size:25px}.story-grid,.faq{gap:40px}.contact{padding:40px;gap:35px}.header nav{gap:20px}.principles .wrap{gap:14px;font-size:11px}}@media(max-width:720px){.wrap{width:calc(100% - 36px)}.header{height:auto;min-height:110px;flex-wrap:wrap;padding-block:22px;gap:19px}.brand{font-size:30px}.header nav{order:3;width:100%;justify-content:space-between;gap:15px;font-size:12px}.header-contact{font-size:12px;padding:3px 0}.header-contact span{margin-left:12px}.hero{grid-template-columns:1fr}.hero-copy{padding:42px 26px}.hero h1{font-size:clamp(43px,9.8vw,64px)}.intro{max-width:100%;font-size:15px}.hero-visual{min-height:420px}.hero-note{max-width:none}.round-note{width:100px;height:100px;font-size:14px}.image-label{left:26px}.principles{margin-top:24px;padding-bottom:24px}.principles .wrap{display:grid;grid-template-columns:1fr 1fr;gap:12px 20px;font-size:12px}.principles b{display:none}.section{padding-top:62px;padding-bottom:62px}.section-top{display:block}.section-top>p{margin-top:18px}.course-grid{grid-template-columns:1fr;gap:18px}.course{padding:26px}.course-mark{font-size:48px;padding-top:18px}.course h3{font-size:29px}.course ul{font-size:13px}.course-note{font-size:12px}.story-grid,.faq{grid-template-columns:1fr;gap:20px}.story-copy>p{font-size:16px}.eyebrow{font-size:11px;margin-bottom:18px}.contact{grid-template-columns:1fr;padding:34px 26px;gap:20px}.contact h2{font-size:45px}.contact-star{display:none}.contact-right{padding-top:20px;border-top:1px solid #30212c30}.contact-right .email{font-size:29px}.footer{flex-wrap:wrap;padding-block:30px;gap:20px}.footer p{order:3;width:100%}.footer>a:last-child{margin-left:auto}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
