:root{--background:#fffefa;--foreground:#29242b;--primary:#812b55;--primary-foreground:#fff;--border:#d9cdd2;--ring:#812b55;--font-sans:Arial,Helvetica,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:var(--background);color:var(--foreground);font-family:Arial,Helvetica,sans-serif;font-size:17px;line-height:1.6}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #b14779;outline-offset:6px}a:hover{color:var(--primary)}.preview-note{text-align:center;background:#efe6eb;color:#633049;padding:6px 20px;font-size:13px}header{max-width:1400px;margin:auto;padding:25px 5%;display:flex;align-items:center;justify-content:space-between;gap:25px;border-bottom:1px solid var(--border)}.brand{font-size:33px;font-weight:700;letter-spacing:-1.5px;line-height:1}.brand span{display:block;font-size:12px;font-weight:400;letter-spacing:.4px;margin-top:10px}nav{display:flex;gap:25px;font-size:14px}.contact-link{font-size:15px;border-bottom:1px solid;padding:8px 0}.contact-link span{margin-left:16px}.hero{max-width:1400px;margin:auto;display:grid;grid-template-columns:1.2fr .8fr;padding:65px 5% 70px;gap:70px;align-items:center}.eyebrow{font-size:12px;letter-spacing:1.8px;font-weight:700;margin:0 0 22px;color:var(--primary)}h1,h2,blockquote{font-family:Georgia,'Times New Roman',serif;font-weight:400;letter-spacing:-2px;line-height:1.07;margin:0 0 30px}h1{font-size:clamp(44px,4.6vw,68px)}h2{font-size:clamp(36px,3.8vw,54px)}em{font-weight:400;color:var(--primary)}p{margin:0 0 22px}.intro{font-size:21px;line-height:1.5}.hero-copy>p:not(.eyebrow){max-width:555px}.button{display:inline-flex;align-items:center;gap:32px;background:var(--primary);color:white;padding:16px 23px;border-radius:3px;margin:7px 0 15px;font-size:15px}.button:hover{color:white;background:#5e1c3c}.small{font-size:13px;color:#6e6269}.portrait{margin:0;position:relative;align-self:stretch;min-height:540px;background:#e9e4e3;border-radius:180px 180px 4px 4px;overflow:hidden}.portrait img{width:100%;height:100%;object-fit:cover;position:absolute;object-position:center}.portrait figcaption{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(transparent,#22121cda);color:white;padding:100px 30px 30px;font:italic 25px/1.3 Georgia,serif}.doors{display:grid;grid-template-columns:repeat(3,1fr);background:#efe5ea;padding:0 max(5%,calc((100vw - 1260px)/2))}.doors a{padding:33px 30px 30px;border-right:1px solid #d6c4cd}.doors a:first-child{padding-left:0}.doors a:last-child{border:none}.doors .eyebrow{display:block;font-size:11px;margin-bottom:12px}.doors h2{font-size:27px;letter-spacing:-.6px;line-height:1.25;margin:0;display:flex;gap:25px}.doors a:hover{background:#e8d9e0}.section{max-width:1400px;margin:auto;padding:95px 5%;scroll-margin-top:20px}.support,.workshop,.about{display:grid;grid-template-columns:1fr 1fr;gap:90px}.text-link{display:inline-block;border-bottom:1px solid var(--primary);padding-bottom:7px;color:var(--primary);margin-top:10px}.text-link span{margin-left:20px}.situations article{display:flex;gap:22px;border-bottom:1px solid var(--border);padding:0 0 20px;margin-bottom:25px}.situations article>span{font-size:13px;color:var(--primary);padding-top:6px}h3{font-family:Georgia,serif;font-size:26px;line-height:1.2;font-weight:400;margin:0 0 13px;letter-spacing:-.5px}.situations p{margin:0;font-size:16px}.scope{font-size:14px!important;color:#6e6269;line-height:1.6}.quote{text-align:center;background:#812b55;color:white;padding:60px 10%}.quote .eyebrow{color:#e5c3d2}.quote blockquote{font-size:clamp(30px,3.5vw,46px);max-width:900px;margin:0 auto 24px;line-height:1.2}.quote>p:last-child{margin:0;font-size:14px}.speaking-top{display:grid;grid-template-columns:1.3fr .7fr;gap:60px;align-items:center}.stage{margin:20px 0 40px}.stage img{width:100%;max-height:500px;object-fit:cover;display:block}.stage figcaption{font-size:12px;color:#756971;padding-top:10px}.talks{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.talks article{border-top:1px solid var(--border);padding-top:23px}.talks .eyebrow{font-size:10px;margin-bottom:15px}.talks p{font-size:15px}.workshop{background:#f2eaee;max-width:none;padding-left:max(5%,calc((100vw - 1260px)/2));padding-right:max(5%,calc((100vw - 1260px)/2))}.topics{padding:25px 0 0 35px;border-left:1px solid #cbb5c0}.topics>p:not(.eyebrow){font:30px/1.25 Georgia,serif;padding-bottom:25px;border-bottom:1px solid #d6c4cd}.about{border-bottom:1px solid var(--border)}.contact{text-align:center}.contact h2{font-size:64px}.contact .email{display:block;font-size:clamp(17px,2.7vw,34px);text-decoration:underline;text-underline-offset:7px;color:var(--primary);overflow-wrap:anywhere;margin:30px 0 14px}.phone{display:inline-block;margin-bottom:25px}.contact .small{max-width:520px;margin:auto}footer{display:flex;align-items:center;justify-content:space-between;gap:30px;background:#2c2329;color:#f7f2f5;padding:40px 5%;font-size:13px}footer .brand{font-size:27px}footer p{margin:0}footer a:hover{color:#efbad4}.skip{position:absolute;left:15px;top:-100px;background:white;padding:12px;z-index:10}.skip:focus{top:15px}@media(max-width:850px){header{flex-wrap:wrap;gap:20px}nav{order:3;width:100%;justify-content:space-between;gap:12px;font-size:13px}.hero{gap:35px;padding-top:40px}.portrait{min-height:440px}h1{font-size:44px}.intro{font-size:18px}.support,.workshop,.about{gap:40px}.doors h2{font-size:22px}.speaking-top{gap:30px}.section{padding-top:65px;padding-bottom:65px}footer{flex-wrap:wrap}}@media(max-width:600px){body{font-size:16px}.preview-note{font-size:11px}header{padding:20px 6%}.brand{font-size:29px}nav{overflow-x:auto;white-space:nowrap;padding-bottom:4px}.hero{grid-template-columns:1fr;padding:40px 6%;gap:30px}h1{font-size:44px}.portrait{min-height:420px;max-width:420px;width:100%;margin:auto}.doors{grid-template-columns:1fr;padding:0 6%}.doors a,.doors a:first-child{padding:24px 0;border-right:0;border-bottom:1px solid #d6c4cd}.doors h2{justify-content:space-between;font-size:26px}.section{padding:60px 6%}.support,.workshop,.about,.speaking-top{grid-template-columns:1fr;gap:30px}h2{font-size:39px}.talks{grid-template-columns:1fr;gap:15px}.topics{padding:0;border:0}.topics>p:not(.eyebrow){font-size:28px}.contact h2{font-size:50px}.quote{padding:50px 7%}footer{padding:35px 6%;align-items:flex-start;flex-direction:column}.stage img{min-height:210px}.stage figcaption{font-size:12px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
/* Conversation-led preview */
:root{--background:#fffefa;--foreground:#29242b;--primary:#812b55;--border:#d9cdd2}
.preview-note{font-size:14px;line-height:1.5;padding:9px 20px}.eyebrow{font-size:14px;letter-spacing:1.4px}.small,.scope{font-size:14px}.brand span{font-size:13px}header nav{gap:20px}.hero{grid-template-columns:1.15fr .85fr;gap:65px}.portrait{border-radius:180px 180px 4px 4px;min-height:570px;align-self:center;aspect-ratio:4/5}.portrait img{object-position:50% 30%}.portrait figcaption{font:24px/1.4 Georgia,serif;padding:75px 28px 25px;background:linear-gradient(transparent,#22121ced)}.portrait figcaption span{font:14px/1.5 Arial,sans-serif}.trust-strip{display:flex;justify-content:center;flex-wrap:wrap;gap:20px 50px;border-top:1px solid var(--border);padding:23px 5%;font-size:14px;color:#633049}.short-quote{padding:45px 8%}.short-quote blockquote{font-size:33px;max-width:840px;letter-spacing:-.7px}.short-quote>p:last-child{font-size:14px}.section-heading{max-width:760px;margin-bottom:40px}.how-section{background:#f2eaee;max-width:none;padding-left:max(5%,calc((100vw - 1260px)/2));padding-right:max(5%,calc((100vw - 1260px)/2))}.steps{display:grid;grid-template-columns:repeat(3,1fr);gap:45px}.step-number{display:block;color:var(--primary);font:italic 42px Georgia,serif;margin-bottom:20px}.steps article{border-top:1px solid #cbb5c0;padding-top:20px}.steps p{font-size:16px}.online-row{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;margin-top:50px;padding-top:45px;border-top:1px solid #cbb5c0}.online-row img{display:block;width:100%;height:auto;aspect-ratio:4/3;object-fit:cover;border-radius:4px}.online-row h3{font-size:34px}.online-row p:last-child{margin-bottom:0}.testimonials h2{margin-bottom:45px}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:35px}.testimonial-grid figure{margin:0;border-top:2px solid #812b55;padding:25px 0;display:flex;flex-direction:column}.testimonial-grid blockquote{font-size:25px;line-height:1.35;letter-spacing:-.4px;flex:1}.testimonial-grid figcaption{font-size:15px;font-weight:700}.testimonial-grid figcaption span{display:block;font-size:14px;font-weight:400;color:#6e6269;margin-top:5px}.about{background:#f6f2f4;max-width:none;padding-left:max(5%,calc((100vw - 1260px)/2));padding-right:max(5%,calc((100vw - 1260px)/2))}.price-grid{display:grid;grid-template-columns:1fr 1fr;gap:25px}.price-card{padding:35px;border:1px solid #cbb5c0;border-radius:5px}.price-card.featured{background:#f2eaee;border:1px solid var(--primary)}.price-card h3{font-size:30px}.price{font:48px/1.3 Georgia,serif;color:var(--primary);margin:24px 0}.price span{font:16px/1.5 Arial,sans-serif;color:#6e6269;white-space:nowrap}.price-card>p:last-child{margin-bottom:0}.price-note{font-size:14px;color:#6e6269;margin:20px 0 35px;max-width:800px}.calendar-placeholder{scroll-margin-top:30px;border:1px dashed #9e7f8f;background:#f6f2f4;padding:32px;display:grid;grid-template-columns:1.2fr .8fr;gap:45px;align-items:center}.calendar-placeholder:target{outline:3px solid var(--primary);outline-offset:5px}.calendar-placeholder p:last-child{margin:0}.calendar-placeholder .eyebrow{margin-bottom:15px}.faq{border-top:1px solid var(--border);display:grid;grid-template-columns:.8fr 1.2fr;gap:60px}.faq details{border-bottom:1px solid var(--border);padding:20px 0}.faq details:first-child{padding-top:0}.faq summary{font-size:18px;cursor:pointer;font-weight:600;line-height:1.5}.faq summary:focus-visible{outline:3px solid var(--primary);outline-offset:5px}.faq details p{margin:18px 0 0;font-size:16px}.contact{background:#f2eaee;max-width:none}.contact .text-link{margin:0;padding:0}.talks .eyebrow{font-size:14px}.stage figcaption{font-size:14px}.event-prices .price-grid{margin:30px 0 20px}footer{font-size:14px}footer p{max-width:320px}footer p span{font-size:13px;color:#ddcfd7}
@media(max-width:1000px){header{flex-wrap:wrap}header nav{order:3;width:100%;justify-content:space-between}.hero{gap:35px}.portrait{min-height:470px}.steps{gap:28px}.online-row{gap:35px}.testimonial-grid{gap:25px}.testimonial-grid blockquote{font-size:23px}}
@media(max-width:700px){.hero{grid-template-columns:1fr;padding:40px 6%}.hero h1{font-size:clamp(39px,8vw,52px)}.portrait{max-width:450px;width:100%;min-height:0;aspect-ratio:4/5;margin:auto}.trust-strip{gap:10px 20px;justify-content:flex-start;padding:20px 6%}.steps,.online-row,.testimonial-grid,.price-grid,.calendar-placeholder,.faq{grid-template-columns:1fr}.online-row{gap:30px}.testimonial-grid{gap:5px}.testimonial-grid blockquote{font-size:27px}.price-card{padding:28px}.price{font-size:42px}.calendar-placeholder{gap:15px;padding:26px}.faq{gap:15px}.steps article{padding-top:20px}.steps .step-number{margin-bottom:12px}.section-heading{margin-bottom:30px}.short-quote blockquote{font-size:29px}.preview-note{font-size:13px}header nav{font-size:14px;gap:20px;overflow-x:auto;white-space:nowrap;justify-content:flex-start}.contact-link{font-size:14px}.about{grid-template-columns:1fr;gap:20px}}
.about-photo{width:100%;max-width:440px;aspect-ratio:4/5;object-fit:cover;border-radius:4px;margin:18px 0 25px}.secondary-button{background:transparent;color:var(--primary);border:1px solid var(--primary)}.secondary-button:hover{color:white;background:var(--primary)}

/* Three distinct offers: shared hierarchy and navigation */
:root{--primary:#812b55;--background:#fffefa;--foreground:#29242b;--border:#d9cdd2}
h1{font-size:clamp(3rem,5.8vw,5.5rem);line-height:1.04;letter-spacing:-.045em}h2{font-size:clamp(2.25rem,4vw,3.8rem);line-height:1.1;letter-spacing:-.035em}h3{font-size:clamp(1.65rem,2.5vw,2.1rem);line-height:1.18}p{max-width:70ch}.wrap{width:90%;max-width:1260px;margin-inline:auto}.section{padding-block:88px}.eyebrow{font-size:.875rem;line-height:1.5}.small,.scope,.stage figcaption{font-size:.875rem}.button{font-size:1rem;font-weight:600;min-height:48px}.brand span{font-size:.875rem;letter-spacing:0}header{padding-block:25px;max-width:none;background:var(--background);position:relative}header nav{gap:clamp(18px,2.5vw,38px);font-size:1.0625rem;font-weight:600}header nav a{padding:8px 0;border-bottom:3px solid transparent}header nav a[aria-current=page]{border-color:var(--primary);color:var(--primary)}.home-intro{padding-block:60px 44px;display:grid;grid-template-columns:1.3fr 1fr;column-gap:70px;align-items:end}.home-intro .eyebrow{grid-column:1/-1}.home-intro h1{font-size:clamp(3rem,5vw,4.75rem);margin-bottom:0}.home-intro>p:last-child{font-size:1.2rem;max-width:440px;margin:0 0 4px}.offer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:20px;margin-bottom:88px}.offer-card{display:flex;flex-direction:column;overflow:hidden;border:1px solid var(--border);transition:transform .18s ease;min-width:0}.offer-card:hover{transform:translateY(-4px);color:inherit}.offer-copy{padding:30px 27px;flex:1;display:flex;flex-direction:column}.offer-copy h2{font-size:clamp(2rem,2.8vw,2.7rem);letter-spacing:-.035em;margin-bottom:20px}.offer-copy p:not(.eyebrow){font-size:1rem}.offer-copy .eyebrow{font-size:.875rem;letter-spacing:.06em;margin-bottom:22px}.offer-action{display:flex;justify-content:space-between;align-items:center;gap:12px;border-top:1px solid currentColor;margin-top:auto;padding-top:20px;font-weight:600;font-size:1rem}.offer-card>img,.workshop-image{height:240px;width:100%;object-fit:cover}.conversation-card{background:#efe3e9}.conversation-card>img{object-position:50% 27%}.keynote-card{background:#302930;color:#fff}.keynote-card .eyebrow{color:#edc4d6}.keynote-card:hover{color:#fff}.keynote-card>img{object-position:40% center}.workshop-card{background:#e7eeed}.workshop-card .eyebrow{color:#34544f}.workshop-image{position:relative}.workshop-image img{width:100%;height:100%;object-fit:cover}.workshop-image>span{position:absolute;bottom:9px;left:10px;background:#fffefaed;color:#29242b;padding:4px 8px;font-size:.875rem}.home-about{display:grid;grid-template-columns:.7fr 1fr;gap:80px;align-items:center;border-top:1px solid var(--border)}.home-about>img{width:100%;height:auto;max-height:540px;object-fit:cover;object-position:center;border-radius:150px 150px 0 0}.home-about h2{font-size:clamp(2.25rem,3.5vw,3.4rem)}.contact p{margin-inline:auto}.contact .email{font-size:clamp(1rem,2.3vw,1.8rem)}.offer-hero{padding:58px 0 0}.offer-hero h1{margin-bottom:42px}.hero-description{display:grid;grid-template-columns:1fr 1fr;gap:70px;align-items:start}.hero-description h2{font-size:clamp(2rem,3.6vw,3.4rem)}.hero-description p{font-size:1.2rem}.keynote-hero{background:#302930;color:#fff}.keynote-hero .eyebrow,.keynote-hero em{color:#edc4d6}.keynote-hero .button{background:#f4d8e4;color:#302930}.keynote-hero .button:hover{background:#fff}.offer-hero .stage{margin:25px 0 0;padding-bottom:25px}.offer-hero .stage img{max-height:490px;aspect-ratio:2.3/1;object-fit:cover}.keynote-hero figcaption{color:#e0d3db}.workshop-hero{background:#e7eeed}.workshop-hero .eyebrow,.workshop-hero em{color:#34544f}.workshop-hero .button{background:#34544f}.workshop-hero .button:hover{background:#213d38}.talks{gap:40px;margin-top:45px}.talks article{padding-top:28px;border-top:2px solid var(--primary)}.talks p{font-size:1.0625rem}.talks .eyebrow{font-size:.875rem}.booking-band,.workshop-approach{display:grid;grid-template-columns:1fr 1fr;gap:65px;align-items:center;background:#f3edf0;max-width:none;padding-inline:max(5%,calc((100vw - 1260px)/2))}.workshop-approach{background:#e7eeed}.booking-band .price-card{background:var(--background)}.other-offers{padding:54px 0;border-top:1px solid var(--border)}.other-offers .wrap>div{display:grid;grid-template-columns:1fr 1fr;gap:40px}.other-offers a{font:clamp(1.8rem,3vw,2.75rem)/1.2 Georgia,serif;display:flex;justify-content:space-between;padding:10px 0 18px;border-bottom:1px solid var(--border)}.hero-subtitle{font-size:clamp(1.7rem,3vw,2.5rem);letter-spacing:-.025em}.hero .portrait{min-height:0;aspect-ratio:4/5;width:100%}.route-choices{display:grid;grid-template-columns:1fr 1fr;gap:28px;margin-top:45px}.route-choices a{padding:40px;background:#eee4ea;border-top:4px solid var(--primary)}.route-choices a:last-child{background:#e7eeed;border-color:#34544f}footer nav{display:flex;flex-wrap:wrap;gap:16px;font-size:1rem}footer{flex-wrap:wrap}footer .brand span{line-height:1.5}footer p{max-width:360px}.preview-note{font-size:.875rem}
@media(max-width:1050px){header nav{order:3;width:100%;justify-content:space-between}.home-intro{gap:25px}.offer-grid{gap:14px}.offer-copy{padding:25px 20px}.offer-copy h2{font-size:2rem}.offer-card>img,.workshop-image{height:210px}.home-about{gap:40px}.hero-description{gap:35px}}
@media(max-width:760px){header{padding-inline:5%;gap:18px}header nav{display:flex;flex-wrap:wrap;overflow:visible;white-space:normal;justify-content:flex-start;gap:4px 22px;font-size:1rem}header nav a{padding-block:8px}.home-intro{grid-template-columns:1fr;padding-block:40px 32px;gap:20px}.home-intro .eyebrow{margin-bottom:0}.home-intro>p:last-child{font-size:1.125rem}.offer-grid{grid-template-columns:1fr;gap:22px;margin-bottom:45px}.offer-copy{padding:28px}.offer-copy h2{font-size:2.65rem}.offer-card>img,.workshop-image{height:260px}.conversation-card>img{object-position:50% 30%}.home-about,.hero-description,.booking-band,.workshop-approach,.route-choices{grid-template-columns:1fr;gap:30px}.home-about>img{max-width:420px;max-height:440px;margin:auto}.section{padding-block:55px}.offer-hero{padding-top:40px}.offer-hero h1{margin-bottom:28px}.offer-hero .stage img{aspect-ratio:1.5/1;min-height:0}.talks{grid-template-columns:1fr;gap:26px;margin-top:30px}.other-offers .wrap>div{grid-template-columns:1fr;gap:22px}.quote blockquote{font-size:2rem;letter-spacing:-.025em}.contact h2{font-size:2.8rem}.price{font-size:2.6rem}.route-choices a{padding:28px}.hero h1{font-size:clamp(2.5rem,10vw,3.5rem)}.hero h2{font-size:2rem}.brand{font-size:2rem}.home-intro h1{font-size:clamp(2.7rem,10vw,3.9rem)}}
@media(prefers-reduced-motion:reduce){.offer-card{transition:none}.offer-card:hover{transform:none}}

.workshop-image img{object-position:64% 42%}.workshop-hero .stage img{object-position:50% 43%;aspect-ratio:1.9/1;max-height:610px}@media(max-width:760px){.workshop-hero .stage img{aspect-ratio:1.6/1}.workshop-image{height:auto;aspect-ratio:1.65/1}}

/* Homepage: a calm editorial index with equal weight for each offer. */
.home-intro{display:grid;grid-template-columns:1fr 1fr;gap:70px;padding-block:56px 52px;align-items:center}.home-intro h1{font-size:clamp(3.5rem,6.5vw,6rem);line-height:.99;letter-spacing:-.045em;margin:0}.home-intro .eyebrow{margin-bottom:24px;letter-spacing:.12em}.home-intro-copy{max-width:440px;padding-top:25px}.home-intro-copy>p:first-child{font:clamp(1.6rem,2.8vw,2.2rem)/1.3 Georgia,serif;letter-spacing:-.02em;margin-bottom:20px}.home-intro-copy>p:last-child{font-size:1.0625rem;line-height:1.65;color:#62585e;margin-bottom:0}.offer-list{margin-bottom:50px}.offer-row{display:grid;grid-template-columns:35px minmax(250px,1.2fr) minmax(220px,1fr) minmax(180px,.85fr);gap:25px;align-items:center;padding:26px 0;border-top:1px solid #cbbbc3;transition:color .15s}.offer-row:last-child{border-bottom:1px solid #cbbbc3}.offer-number{align-self:start;padding-top:7px;font-size:.875rem;color:#796b73}.offer-title .eyebrow{font-size:.875rem;letter-spacing:.06em;margin-bottom:12px;color:#6a5963}.offer-title h2{font-size:clamp(2.5rem,3.7vw,3.5rem);line-height:1.1;letter-spacing:-.04em;margin:0}.offer-detail p{font-size:1rem;line-height:1.55;margin-bottom:18px;max-width:290px;color:#62585e}.offer-row .offer-action{display:inline-flex;justify-content:flex-start;gap:18px;border:0;padding:0;margin:0;color:var(--primary);font-size:1rem}.offer-photo{height:148px;overflow:hidden;background:#eee8eb}.offer-photo img{display:block;width:100%;height:100%;object-fit:cover}.conversation-photo img{object-position:50% 25%}.group-photo img{object-position:64% 41%}.offer-row:hover h2{color:var(--primary)}.offer-row:hover .offer-action{text-decoration:underline;text-underline-offset:5px}.home-about{border-top:0;padding-top:70px}.home-about>img{border-radius:0;max-height:470px}.home-about h2{font-size:clamp(2.2rem,3.1vw,3rem)}
@media(max-width:1100px){.offer-row{grid-template-columns:24px minmax(205px,1fr) minmax(180px,1fr) 160px;gap:18px}.offer-title h2{font-size:2.65rem}.offer-photo{height:145px}.offer-title .eyebrow{letter-spacing:.02em}.home-intro{gap:40px}}
@media(max-width:850px){.offer-row{grid-template-columns:24px 1fr 180px;gap:8px 22px;padding-block:26px}.offer-number{grid-column:1;grid-row:1/3}.offer-title{grid-column:2;grid-row:1}.offer-detail{grid-column:2;grid-row:2}.offer-photo{grid-column:3;grid-row:1/3;height:170px}.offer-title h2{font-size:2.6rem}.offer-title .eyebrow{margin-bottom:7px}.offer-detail p{margin:10px 0;font-size:1rem}.home-intro h1{font-size:4rem}.home-intro-copy>p:first-child{font-size:1.75rem}}
@media(max-width:600px){.home-intro{grid-template-columns:1fr;gap:26px;padding-block:38px 36px}.home-intro h1{font-size:clamp(3.6rem,15vw,4.7rem)}.home-intro-copy{padding:0;max-width:100%}.home-intro-copy>p:first-child{font-size:1.65rem;margin-bottom:14px}.home-intro-copy>p:last-child{font-size:1rem}.offer-row{grid-template-columns:1fr 105px;gap:14px 16px;padding-block:24px}.offer-number{display:none}.offer-title{grid-column:1;grid-row:1}.offer-photo{grid-column:2;grid-row:1;height:110px}.offer-detail{grid-column:1/-1;grid-row:2}.offer-title h2{font-size:clamp(1.85rem,6.8vw,2.65rem)}.offer-title .eyebrow{font-size:.875rem;line-height:1.45;letter-spacing:0}.offer-detail p{max-width:100%;margin:0 0 12px;font-size:1rem}.offer-list{margin-bottom:0}.home-about{padding-top:50px}.conversation-photo img{object-position:50% 24%}}

/* Quiet, personal opening. */
.welcome{display:grid;grid-template-columns:1fr 1fr;gap:clamp(45px,6vw,95px);align-items:center;padding-block:48px 76px}.welcome-photo{margin:0;height:clamp(470px,45vw,640px);background:#e7e5e1;overflow:hidden}.welcome-photo img{display:block;width:100%;height:100%;object-fit:cover;object-position:50% 25%}.welcome-copy{max-width:540px}.welcome-copy h1{font-size:clamp(2.6rem,3.9vw,3.8rem);letter-spacing:-.035em;line-height:1.12;margin-bottom:30px}.welcome-copy .eyebrow{font-size:.875rem;letter-spacing:.09em;margin-bottom:25px}.welcome-introduction{font:1.5rem/1.4 Georgia,serif;margin-bottom:20px}.welcome-copy>p:not(.eyebrow):not(.welcome-introduction){color:#62585e;font-size:1.0625rem;max-width:440px}.welcome-copy .text-link{margin-top:12px;font-size:1rem}.offer-heading{scroll-margin-top:30px;padding-top:25px}.offer-heading h2{font-size:clamp(2.2rem,3vw,3rem);margin-bottom:32px}.calm-offers .offer-row{grid-template-columns:1fr 1fr;gap:65px;padding-block:34px}.calm-offers .offer-title,.calm-offers .offer-detail{grid-column:auto;grid-row:auto}.calm-offers .offer-title h2{font-size:clamp(2.4rem,3.4vw,3.2rem)}.calm-offers .offer-detail p{max-width:430px;margin-bottom:12px}.calm-offers .offer-title .eyebrow{letter-spacing:.05em}.conference-wide img{object-position:50% 100%!important;aspect-ratio:2.5/1!important}.attendee-section{padding-top:0;padding-bottom:65px}.attendee-photo{max-width:980px;margin:0 auto}.attendee-photo img{aspect-ratio:1.8/1;object-position:50% 85%;max-height:540px}
@media(max-width:900px){.welcome{gap:35px}.welcome-copy h1{font-size:2.55rem}.welcome-photo{height:520px}.welcome-introduction{font-size:1.3rem}.calm-offers .offer-row{gap:35px}}
@media(max-width:650px){.welcome{grid-template-columns:1fr;padding-block:28px 48px;gap:32px}.welcome-photo{height:auto;aspect-ratio:1.15/1}.welcome-photo img{object-position:50% 25%}.welcome-copy h1{font-size:clamp(2.2rem,8.7vw,3rem);margin-bottom:24px}.welcome-copy .eyebrow{margin-bottom:18px}.welcome-introduction{font-size:1.35rem}.welcome-copy>p:not(.eyebrow):not(.welcome-introduction){font-size:1rem}.calm-offers .offer-row{grid-template-columns:1fr;gap:18px;padding-block:28px}.calm-offers .offer-title h2{font-size:2.6rem}.offer-heading{padding-top:0}.offer-heading h2{margin-bottom:24px}.conference-wide img{aspect-ratio:1.7/1!important}.attendee-photo img{aspect-ratio:1.3/1;object-position:80% 90%}}

.endorsement{margin-block:0}.endorsement blockquote{font-size:clamp(1.65rem,2.6vw,2.5rem);line-height:1.3;letter-spacing:-.025em;margin:0 0 18px;max-width:900px}.endorsement figcaption{font-size:1rem;font-weight:600}.endorsement figcaption span{display:block;font-size:.875rem;font-weight:400;color:#70626b;margin-top:4px}.endorsement-inline{padding-top:22px;margin:26px 0 6px;border-top:1px solid var(--border)}.endorsement-inline blockquote{font-size:1.45rem;line-height:1.35;margin-bottom:12px;color:var(--primary)}.endorsement-inline figcaption{font-size:.875rem}.endorsement-wide{padding-block:56px;border-block:1px solid var(--border);margin-block:36px;text-align:left}.welcome-copy h1{margin-bottom:22px}.welcome-introduction{margin-bottom:16px}.contact-intro{padding-bottom:36px}.contact-intro h1{font-size:clamp(2.7rem,5vw,4.5rem);max-width:900px}.contact-intro>.intro{max-width:680px}.back-link{display:inline-block;margin-bottom:35px;color:var(--primary)}.contact-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:34px;padding-bottom:65px}.contact-options article{border-top:2px solid var(--primary);padding-top:25px;display:flex;flex-direction:column;align-items:flex-start}.contact-options h2{font-size:2rem;letter-spacing:-.025em}.contact-options p{font-size:1rem}.contact-options .small{font-size:.875rem}.contact-options .button{margin-top:auto;padding:14px 18px;font-size:.9375rem}.contact-address{font-size:.875rem;overflow-wrap:anywhere;text-decoration:underline}.short-call-section{display:grid;grid-template-columns:1fr 1fr;gap:75px;background:#f2eaee;max-width:none;padding-inline:max(5%,calc((100vw - 1260px)/2));scroll-margin-top:24px}.short-call-section:target{outline:2px solid var(--primary);outline-offset:-2px}.short-call-section h2{font-size:clamp(2.3rem,4vw,3.5rem)}.contact-choice-list{max-width:950px;margin-top:45px}.contact-choice-list>a{display:block;padding:28px 0;border-top:1px solid var(--border)}.contact-choice-list h2{font-size:clamp(2rem,4vw,3rem);display:flex;justify-content:space-between;margin-bottom:10px}.contact-choice-list p{margin:0}.contact-choice-list a:hover h2{color:var(--primary)}
@media(max-width:850px){.contact-options{grid-template-columns:1fr;gap:32px}.contact-options article{display:block}.contact-options .button{margin-top:5px}.contact-address{display:block}.short-call-section{grid-template-columns:1fr;gap:25px}.endorsement-inline blockquote{font-size:1.3rem}.welcome-photo{align-self:stretch;height:100%;min-height:520px}}@media(max-width:650px){.welcome-photo{height:auto;min-height:0;aspect-ratio:1.15/1;align-self:auto}.endorsement-wide{padding-block:32px;margin-block:20px}.endorsement-inline{margin-top:24px}.contact-intro{padding-bottom:25px}}
