:root{
  --orange:#ee850e;
  --orange-deep:#d96f00;
  --ink:#202124;
  --muted:#686b70;
  --line:#e8e8e6;
  --soft:#f7f8f7;
  --warm:#fff8ef;
  --white:#fff;
  --shell:1500px;
  --radius:22px;
  --shadow:0 18px 50px rgba(31,35,38,.09);
  --shadow-soft:0 10px 30px rgba(31,35,38,.06);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:var(--ink);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:17px;line-height:1.62;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}
img{display:block;max-width:100%;height:auto}
a{color:inherit}
button,input,textarea,select{font:inherit}
.shell{width:min(calc(100% - 72px),var(--shell));margin-inline:auto}
.screen-reader-text{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}
.skip-link:focus{position:fixed!important;left:14px!important;top:14px!important;z-index:99999!important;width:auto!important;height:auto!important;margin:0!important;padding:12px 18px!important;background:#fff!important;clip:auto!important}
h1,h2,h3,h4{margin:0;color:var(--ink);line-height:1.08;letter-spacing:-.035em;hyphens:none;word-break:normal;overflow-wrap:normal;text-wrap:balance}
p{margin-top:0}
.eyebrow{display:block;margin-bottom:12px;color:var(--orange-deep);font-size:13px;font-weight:800;letter-spacing:.08em;text-transform:uppercase}
.text-link{display:inline-flex;align-items:center;gap:9px;color:var(--orange-deep);font-size:14px;font-weight:700;text-decoration:none}.text-link span{font-size:18px;line-height:1}.text-link:hover{text-decoration:underline}.text-link.strong{font-size:15px}

/* Header */
.site-header{position:sticky;top:0;z-index:1000;background:rgba(255,255,255,.97);border-bottom:1px solid rgba(0,0,0,.06);backdrop-filter:saturate(150%) blur(14px);transition:box-shadow .2s ease}
.site-header.is-scrolled{box-shadow:0 8px 30px rgba(0,0,0,.065)}
.header-inner{height:108px;display:flex;align-items:center;justify-content:space-between;gap:48px}
.brand-wrap{display:flex;align-items:center;min-width:200px}
.site-logo-link{display:inline-flex;align-items:center;text-decoration:none;line-height:0}
.site-logo{width:205px;height:auto;max-height:92px;object-fit:contain;object-position:left center}
.site-nav{display:flex;align-items:center;margin-left:auto}
.site-nav .menu{display:flex;align-items:center;gap:48px;list-style:none;margin:0;padding:0}
.site-nav .menu li{margin:0}
.site-nav .menu a{position:relative;display:block;padding:39px 0 34px;text-decoration:none;font-size:16px;font-weight:650;white-space:nowrap;transition:color .2s ease}
.site-nav .menu a::after{content:"";position:absolute;left:50%;right:50%;bottom:26px;height:2px;border-radius:2px;background:var(--orange);transition:left .2s ease,right .2s ease}
.site-nav .menu a:hover,.site-nav .current-menu-item>a,.site-nav .current_page_item>a{color:var(--orange-deep)}
.site-nav .menu a:hover::after,.site-nav .current-menu-item>a::after,.site-nav .current_page_item>a::after{left:0;right:0}
.menu-toggle{display:none;border:0;background:transparent;padding:8px;cursor:pointer}.menu-toggle>span:not(.screen-reader-text){display:block;width:28px;height:2px;margin:6px 0;background:#222}

/* Buttons */
.hero-actions{display:flex;gap:14px;flex-wrap:wrap}
.button{display:inline-flex;align-items:center;justify-content:center;gap:18px;min-height:52px;padding:13px 23px;border-radius:11px;text-decoration:none;font-size:15px;font-weight:750;line-height:1.2;transition:transform .18s ease,box-shadow .18s ease,background .18s ease,border-color .18s ease}
.button:hover{transform:translateY(-2px)}
.button-primary{background:var(--orange);color:#fff;border:1px solid var(--orange);box-shadow:0 10px 24px rgba(238,133,14,.22)}
.button-primary:hover{background:var(--orange-deep);border-color:var(--orange-deep);box-shadow:0 14px 30px rgba(217,111,0,.24)}
.button-outline{background:#fff;border:1px solid #c7c9c8;color:#292a2c}.button-outline:hover{border-color:#8f9290;box-shadow:var(--shadow-soft)}
.button-block{width:100%}

/* Home hero */
.home-hero{position:relative;overflow:hidden;background:linear-gradient(135deg,#fff 0%,#fff 46%,#fff7ec 100%);padding:66px 0 96px}
.home-hero::after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;right:-190px;top:-220px;background:rgba(238,133,14,.06)}
.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:76px;align-items:center;position:relative;z-index:1}
.hero-copy{padding-left:18px}
.hero-copy h1{font-size:clamp(52px,5.1vw,82px);font-weight:520;max-width:780px;margin-bottom:24px}
.hero-copy p{font-size:21px;line-height:1.48;color:#65686a;max-width:650px;margin-bottom:30px}
.hero-visual{position:relative;padding:14px 12px 0 0}
.hero-image-wrap{position:relative;border-radius:30px 30px 30px 100px;overflow:hidden;box-shadow:0 28px 70px rgba(31,35,38,.14);background:#eee}
.hero-image-wrap::after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 65%,rgba(0,0,0,.05))}
.hero-image-wrap img{width:100%;height:510px;object-fit:cover;object-position:center 48%}
.hero-badge{position:absolute;left:-44px;bottom:34px;min-width:215px;padding:20px 24px;border-radius:18px;background:rgba(255,255,255,.96);box-shadow:0 18px 45px rgba(0,0,0,.13);border:1px solid rgba(255,255,255,.7)}
.hero-badge strong{display:block;font-size:23px;line-height:1.1;color:var(--orange-deep)}.hero-badge span{display:block;margin-top:5px;color:#616467;font-size:13px}

/* Techniques */
.technique-section{position:relative;z-index:3;margin-top:-54px;padding-bottom:78px}
.technique-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.technique-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:var(--shadow-soft);transition:transform .22s ease,box-shadow .22s ease}
.technique-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.technique-image{display:block;height:205px;overflow:hidden;background:#f0f0f0}.technique-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.technique-card:hover .technique-image img{transform:scale(1.035)}
.technique-copy{padding:23px 24px 22px}.technique-copy h2{font-size:21px;letter-spacing:-.02em;margin-bottom:10px}.technique-copy p{min-height:78px;margin-bottom:14px;color:#66696b;font-size:15px;line-height:1.48}

/* Seminar home */
.seminar-preview{padding:90px 0 104px;background:var(--soft);border-top:1px solid #f0f0ef;border-bottom:1px solid #ececeb}
.section-heading{display:grid;grid-template-columns:1fr 1fr;gap:90px;align-items:end;margin-bottom:44px}
.section-heading h2{font-size:clamp(38px,3.6vw,58px);font-weight:540}.section-heading-copy{max-width:620px;justify-self:end}.section-heading-copy p{color:#65686a;font-size:18px;line-height:1.62;margin-bottom:16px}
.seminar-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}
.seminar-card{overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:21px;box-shadow:var(--shadow-soft);transition:transform .22s ease,box-shadow .22s ease}.seminar-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}
.seminar-image{display:block;height:230px;overflow:hidden;background:#eee}.seminar-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.seminar-card:hover .seminar-image img{transform:scale(1.04)}
.seminar-card-body{padding:22px 23px 24px}.card-kicker{display:block;color:var(--orange-deep);font-size:12px;font-weight:800;letter-spacing:.06em;text-transform:uppercase;margin-bottom:9px}.seminar-card h3{font-size:22px;line-height:1.15;min-height:76px;margin-bottom:13px}.seminar-card h3 a{text-decoration:none}.seminar-card-body>p{min-height:29px;color:#65686a;font-size:14px;margin-bottom:12px}

/* About */
.about-preview{padding:106px 0;background:#fff}
.about-preview-grid{display:grid;grid-template-columns:1.15fr .9fr .8fr;gap:58px;align-items:center}
.about-image{position:relative}.about-image::before{content:"";position:absolute;left:-18px;bottom:-18px;width:78%;height:75%;border-radius:28px;background:#fff2df;z-index:0}.about-image img{position:relative;z-index:1;width:100%;height:485px;object-fit:cover;border-radius:26px;box-shadow:var(--shadow)}
.about-copy h2{font-size:clamp(40px,4vw,62px);font-weight:540;margin-bottom:22px}.about-copy p{color:#64676a;font-size:17px;line-height:1.66;margin-bottom:25px}
.benefit-list{border-left:1px solid var(--line);padding-left:42px}.benefit-item{display:grid;grid-template-columns:52px 1fr;gap:17px;padding:24px 0;border-bottom:1px solid var(--line)}.benefit-item:first-child{padding-top:0}.benefit-item:last-child{border-bottom:0;padding-bottom:0}.benefit-number{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:var(--warm);color:var(--orange-deep);font-size:12px;font-weight:850}.benefit-item strong{display:block;font-size:18px;line-height:1.25;margin-bottom:6px}.benefit-item p{margin:0;color:#6c6f72;font-size:14px;line-height:1.5}

/* CTA */
.cta-section{padding:0 0 100px}.cta-box{position:relative;overflow:hidden;display:flex;align-items:center;justify-content:space-between;gap:50px;padding:48px 56px;border-radius:26px;background:linear-gradient(120deg,#fff9f0,#fff1dd);border:1px solid #fae4c7}.cta-box::after{content:"";position:absolute;right:-70px;top:-100px;width:290px;height:290px;border-radius:50%;background:rgba(238,133,14,.08)}.cta-box>div,.cta-box>.button{position:relative;z-index:1}.cta-box h2{font-size:38px;margin-bottom:9px}.cta-box p{margin:0;color:#65686a}

/* Inner pages */
.page-hero,.seminar-hero,.seminar-detail-hero{padding:72px 0;background:linear-gradient(135deg,#fff 0%,#fffaf4 100%);border-bottom:1px solid var(--line);overflow:hidden}
.page-hero-grid{display:grid;grid-template-columns:1fr 1.05fr;gap:76px;align-items:center}.page-hero-copy h1{font-size:clamp(48px,5vw,76px);font-weight:530}.page-hero-copy p{max-width:640px;margin:20px 0 0;color:#676a6c;font-size:20px}.page-hero-image{justify-self:end;width:100%;max-width:690px}.page-hero-image img{width:100%;height:350px;object-fit:cover;border-radius:27px;box-shadow:var(--shadow)}
.standard-page{padding:82px 0 104px}.content-layout{display:grid;grid-template-columns:minmax(0,1fr) 340px;gap:76px;align-items:start}.legal-page .content-layout{display:block}.legal-page .prose{max-width:1080px}
.prose{max-width:980px;color:#393b3d}.prose>*:first-child{margin-top:0}.prose h2{font-size:36px;margin:43px 0 17px}.prose h3{font-size:28px;margin:35px 0 14px}.prose h4{font-size:22px;margin:30px 0 12px}.prose p,.prose li{font-size:17px;line-height:1.78}.prose ul,.prose ol{padding-left:22px}.prose a{color:var(--orange-deep)}.prose blockquote{margin:34px 0;padding:26px 30px;border-left:4px solid var(--orange);background:var(--warm);font-size:20px}.prose img{border-radius:18px;margin:28px 0;box-shadow:var(--shadow-soft)}.prose hr{border:0;border-top:1px solid var(--line);margin:42px 0}
.side-card{position:sticky;top:136px;padding:30px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft)}.side-card strong{display:block;font-size:21px;margin-top:20px}.side-card p{color:#676a6c;font-size:15px;margin:5px 0 0}.side-card a{text-decoration:none;color:var(--orange-deep)}
.tool-gallery{position:sticky;top:136px;display:grid;gap:15px}.tool-gallery img{width:100%;height:190px;object-fit:cover;border-radius:18px;box-shadow:var(--shadow-soft)}
/* CF7 and generic forms */
.prose input[type=text],.prose input[type=email],.prose input[type=tel],.prose input[type=url],.prose textarea,.prose select{width:100%;border:1px solid #d8d9d8;border-radius:10px;padding:13px 14px;background:#fff}.prose textarea{min-height:150px}.prose input[type=submit],.prose button[type=submit]{border:0;border-radius:10px;padding:13px 22px;background:var(--orange);color:#fff;font-weight:750;cursor:pointer}.prose label{font-weight:650}

/* Seminar archive */
.seminar-hero{padding:78px 0 84px}.seminar-hero-grid{display:grid;grid-template-columns:.95fr 1.05fr;gap:78px;align-items:center}.seminar-hero-copy h1{font-size:clamp(50px,5.2vw,80px);font-weight:530;margin-bottom:24px}.seminar-hero-copy p{max-width:690px;color:#65686a;font-size:20px;line-height:1.58;margin-bottom:30px}.seminar-hero-image img{width:100%;height:470px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.seminar-archive{padding:92px 0 110px;background:var(--soft)}.seminar-archive-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:26px}.seminar-archive-card{display:grid;grid-template-columns:270px 1fr;min-height:320px;overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:22px;box-shadow:var(--shadow-soft);transition:transform .22s ease,box-shadow .22s ease}.seminar-archive-card:hover{transform:translateY(-4px);box-shadow:var(--shadow)}.seminar-archive-image{display:block;height:100%;min-height:320px;overflow:hidden}.seminar-archive-image img{width:100%;height:100%;object-fit:cover;transition:transform .35s ease}.seminar-archive-card:hover img{transform:scale(1.035)}.seminar-archive-body{display:flex;flex-direction:column;padding:27px 28px 26px}.seminar-archive-body h2{font-size:27px;line-height:1.13;margin-bottom:18px}.seminar-archive-body h2 a{text-decoration:none}.date-preview{display:grid;gap:5px;margin-bottom:18px;color:#606366;font-size:14px}.date-preview span::before{content:"";display:inline-block;width:5px;height:5px;margin:0 8px 2px 0;border-radius:50%;background:var(--orange)}.date-preview strong{color:var(--orange-deep);font-size:13px;margin-top:4px}.no-date{color:#686b6d}.card-actions{display:flex;align-items:center;gap:18px;flex-wrap:wrap;margin-top:auto}.pdf-link{font-size:13px;font-weight:700;color:#555;text-decoration:none}.pdf-link:hover{text-decoration:underline}
.seminar-bottom{padding:104px 0;background:#fff}.seminar-bottom-grid{display:grid;grid-template-columns:1.05fr .95fr;gap:76px;align-items:center}.seminar-bottom-grid>img{width:100%;height:440px;object-fit:cover;border-radius:27px;box-shadow:var(--shadow)}.seminar-bottom h2{font-size:52px;font-weight:540;margin-bottom:18px}.seminar-bottom p{color:#66696b;font-size:18px;margin-bottom:25px}

/* Seminar single */
.detail-hero-grid{display:grid;grid-template-columns:1fr 600px;gap:78px;align-items:center}.detail-hero-copy h1{font-size:clamp(46px,4.7vw,72px);font-weight:530;margin:12px 0 28px}.back-link{display:inline-block;margin-bottom:20px;color:#6c6f71;font-size:14px;text-decoration:none}.back-link:hover{color:var(--orange-deep)}.detail-hero-image img{width:100%;height:410px;object-fit:cover;border-radius:28px;box-shadow:var(--shadow)}
.seminar-detail-content{padding:88px 0 110px}.detail-content-grid{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:78px;align-items:start}.dates-card{position:sticky;top:136px;padding:29px;border:1px solid var(--line);border-radius:22px;background:#fff;box-shadow:var(--shadow-soft)}.dates-card h2{font-size:30px;margin-bottom:20px}.date-list{display:grid;gap:8px;margin-bottom:24px}.date-list div{padding:11px 12px;border-radius:10px;background:#fafafa;border-left:3px solid var(--orange);color:#56595b;font-size:14px}

/* Footer */
.site-footer{background:#fff;border-top:1px solid var(--line)}.footer-accent{height:4px;background:linear-gradient(90deg,var(--orange),#ffb45d)}.footer-main{display:grid;grid-template-columns:1.35fr 1fr .9fr 1.1fr .9fr;gap:42px;padding:52px 0 44px}.footer-brand .site-logo{width:170px;max-height:none}.footer-brand p{margin:10px 0 0;color:#777a7b;font-size:12px}.footer-col{display:flex;flex-direction:column;gap:4px;color:#65686a;font-size:14px}.footer-col strong{color:#252628;font-size:14px;margin-bottom:9px}.footer-col a{text-decoration:none}.footer-col a:hover{color:var(--orange-deep)}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:30px;padding:20px 0 24px;border-top:1px solid var(--line);color:#777a7c;font-size:12px}.footer-legal{display:flex;gap:22px}.footer-legal a{text-decoration:none}.footer-legal a:hover{color:var(--orange-deep)}

/* Error/blog */
.error-page{padding:120px 0}.error-box{max-width:820px}.error-box h1{font-size:64px;margin-bottom:18px}.error-box p{color:#66696a;font-size:19px}.post-list{display:grid;gap:22px}.post-list-item{padding:28px;border:1px solid var(--line);border-radius:18px}.post-list-item h2{font-size:30px}.post-list-item h2 a{text-decoration:none}

/* Reveal */
.reveal{opacity:0;transform:translateY(16px);transition:opacity .5s ease,transform .5s ease}.reveal.is-visible{opacity:1;transform:none}

@media (max-width:1280px){
  :root{--shell:1180px}.site-nav .menu{gap:30px}.site-nav .menu a{font-size:15px}.hero-grid{gap:50px}.hero-copy h1{font-size:60px}.hero-image-wrap img{height:455px}.technique-image{height:180px}.seminar-image{height:200px}.about-preview-grid{gap:38px}.about-image img{height:430px}.seminar-archive-card{grid-template-columns:220px 1fr}.detail-hero-grid{grid-template-columns:1fr 500px}.footer-main{grid-template-columns:1.2fr repeat(4,1fr);gap:25px}
}
@media (max-width:1020px){
  .shell{width:min(calc(100% - 44px),var(--shell))}.header-inner{height:90px}.site-logo{width:170px}.menu-toggle{display:block}.site-nav{display:none;position:absolute;left:0;right:0;top:90px;padding:10px 24px 20px;background:#fff;border-bottom:1px solid var(--line);box-shadow:0 18px 35px rgba(0,0,0,.08)}.site-nav.is-open{display:block}.site-nav .menu{display:block}.site-nav .menu a{padding:13px 0}.site-nav .menu a::after{display:none}
  .home-hero{padding:48px 0 82px}.hero-grid{grid-template-columns:1fr;gap:40px}.hero-copy{padding-left:0;max-width:760px}.hero-copy h1{font-size:58px}.hero-visual{max-width:850px}.hero-badge{left:22px}.technique-grid,.seminar-grid{grid-template-columns:repeat(2,1fr)}.technique-section{margin-top:-34px}.section-heading{grid-template-columns:1fr;gap:20px;align-items:start}.section-heading-copy{justify-self:start;max-width:760px}.about-preview-grid{grid-template-columns:1fr 1fr}.about-image{grid-row:1/3}.benefit-list{border-left:0;padding-left:0}.cta-box{align-items:flex-start;flex-direction:column}.page-hero-grid,.seminar-hero-grid,.seminar-bottom-grid,.detail-hero-grid{grid-template-columns:1fr;gap:42px}.page-hero-image,.seminar-hero-image,.detail-hero-image{max-width:850px}.content-layout,.detail-content-grid{grid-template-columns:1fr}.side-card,.tool-gallery,.dates-card{position:static}.seminar-archive-grid{grid-template-columns:1fr}.seminar-archive-card{grid-template-columns:260px 1fr}.footer-main{grid-template-columns:1.4fr 1fr 1fr}.footer-col:nth-child(4),.footer-col:nth-child(5){margin-top:6px}.footer-bottom{align-items:flex-start;flex-direction:column}
}
@media (max-width:700px){
  body{font-size:16px}.shell{width:min(calc(100% - 30px),var(--shell))}.header-inner{height:78px}.site-nav{top:78px}.site-logo{width:145px;max-height:72px}.home-hero{padding-top:36px}.hero-copy h1{font-size:43px}.hero-copy p{font-size:18px}.hero-image-wrap{border-radius:22px 22px 22px 58px}.hero-image-wrap img{height:360px}.hero-badge{left:14px;bottom:16px;min-width:180px;padding:15px 17px}.hero-badge strong{font-size:19px}.technique-grid,.seminar-grid{grid-template-columns:1fr}.technique-section{margin-top:0;padding-top:22px}.technique-image{height:210px}.technique-copy p{min-height:0}.seminar-preview,.about-preview,.seminar-archive,.seminar-bottom,.seminar-detail-content{padding-top:68px;padding-bottom:74px}.section-heading h2{font-size:39px}.seminar-image{height:230px}.seminar-card h3{min-height:0}.about-preview-grid{grid-template-columns:1fr;gap:34px}.about-image{grid-row:auto}.about-image img{height:330px}.benefit-list{border-top:1px solid var(--line);padding-top:8px}.cta-section{padding-bottom:70px}.cta-box{padding:34px 27px}.cta-box h2{font-size:32px}.button{width:100%}.page-hero,.seminar-hero,.seminar-detail-hero{padding:50px 0}.page-hero-copy h1,.seminar-hero-copy h1,.detail-hero-copy h1{font-size:43px}.page-hero-image img,.seminar-hero-image img,.detail-hero-image img{height:300px}.standard-page{padding:60px 0 78px}.prose h2{font-size:31px}.prose h3{font-size:25px}.seminar-archive-card{grid-template-columns:1fr}.seminar-archive-image{min-height:220px;height:220px}.seminar-archive-body h2{font-size:25px}.seminar-bottom-grid>img{height:300px}.seminar-bottom h2{font-size:39px}.footer-main{grid-template-columns:1fr 1fr;gap:28px;padding:40px 0}.footer-brand{grid-column:1/-1}.footer-brand .site-logo{width:160px}.footer-bottom{font-size:11px}.error-box h1{font-size:48px}
}
@media (max-width:460px){.footer-main{grid-template-columns:1fr}.hero-copy h1{font-size:38px}.page-hero-copy h1,.seminar-hero-copy h1,.detail-hero-copy h1{font-size:38px}.hero-image-wrap img{height:315px}.seminar-archive-body{padding:23px 20px}.about-copy h2{font-size:39px}.seminar-bottom h2{font-size:36px}}
@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}}
