:root{--blue: #1f3a5c;--blue-deep: #0d3e6a;--red: #9a2f2b;--gold: #c8992e;--gold-soft: #e0be6e;--ink: #151413;--muted: #6b6660;--cream: #fbf4e4;--white: #ffffff;--footer-bg: #0f2744;--footer-text: #9eb0c4;--font-display: "Playfair Display", Georgia, serif;--font-body: "Nunito", system-ui, sans-serif;--header-h: 5.5rem;--container: 1300px;--section-space: 40px;--radius-btn: 12px;--btn-height: 3rem;--btn-font-size: .95rem;--heading-scale: 1;--shadow-red: 0 8px 14px rgba(154, 47, 43, .28);--shadow-blue: 0 8px 14px rgba(31, 58, 92, .28)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);color:var(--ink);background:var(--cream);line-height:1.55;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%;height:auto}a{color:inherit;text-decoration:none}ul{list-style:none}.page{min-height:100vh;overflow-x:clip}.container{width:min(calc(100% - 2.5rem),var(--container));margin-inline:auto}.site-header{position:absolute;inset:0 0 auto;z-index:40;padding:.85rem 1.25rem}.site-header__inner{max-width:var(--container);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,2.2fr) auto;align-items:center;gap:1rem 1.25rem}.brand{display:flex;align-items:center;min-width:0}.brand__logo{width:clamp(180px,18vw,280px);height:auto;display:block;filter:drop-shadow(0 2px 6px rgba(0,0,0,.12));animation:softFade .8s ease both}.nav__list{display:flex;flex-wrap:wrap;justify-content:center;gap:.15rem 1.15rem;animation:softFade .8s ease .1s both}.nav__link{font-size:.82rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--blue);padding:.35rem .1rem .45rem;border-bottom:2px solid transparent;transition:color .2s ease,border-color .2s ease}.nav__link:hover,.nav__link.is-active{color:var(--red);border-bottom-color:var(--red)}.header-actions{display:flex;align-items:center;justify-content:flex-end;gap:.35rem;animation:softFade .8s ease .15s both}.header-icon{position:relative;display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;color:var(--blue);border-radius:999px;transition:color .2s ease,background .2s ease}.header-icon:hover{color:var(--red);background:#1f3a5c0f}.header-cart__count{position:absolute;top:4px;right:2px;min-width:1.15rem;height:1.15rem;padding:0 .28rem;border-radius:999px;background:var(--red);color:var(--white);font-size:.68rem;font-weight:800;line-height:1.15rem;text-align:center}.header-cart__count.is-empty{display:none}.nav-toggle{display:none;width:44px;height:44px;border:0;background:transparent;cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:6px}.nav-toggle span{display:block;width:22px;height:2px;background:var(--blue);border-radius:2px}.hero{position:relative;min-height:min(100vh,920px);display:flex;align-items:center;padding:calc(var(--header-h) + 2rem) 1.25rem 3rem;isolation:isolate}.hero__media{position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;overflow:hidden}.hero__bg{width:100%;height:100%;object-fit:cover;object-position:62% 55%}.hero__scrim{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(90deg,#fbf4e4eb,#fbf4e4c7 28%,#fbf4e459 48%,#fbf4e400 62%),linear-gradient(180deg,#fbf4e48c,#fbf4e41f 28%,#fbf4e400 48%);pointer-events:none}.hero__content{max-width:720px;margin-left:clamp(0rem,4vw,4rem);margin-top:2.5rem}.hero__title{margin-bottom:1.1rem}.hero__title-line{display:block;font-family:var(--font-display);font-weight:700;line-height:1.08;letter-spacing:-.015em;white-space:nowrap;width:max-content;max-width:100%}.hero__title-line--blue{font-size:clamp(2.2rem,4.6vw,3.85rem);color:var(--blue);animation:heroIn .85s cubic-bezier(.22,1,.36,1) both}.hero__title-line--red{font-size:clamp(2rem,4.2vw,3.55rem);color:var(--red);margin-top:.15rem;animation:heroIn .9s cubic-bezier(.22,1,.36,1) .12s both}.hero__sub{font-size:clamp(1rem,1.35vw,1.2rem);font-weight:600;color:var(--muted);line-height:1.65;max-width:34rem;margin-bottom:1.75rem;animation:heroIn .9s cubic-bezier(.22,1,.36,1) .22s both}.hero__actions{display:flex;flex-wrap:wrap;gap:.9rem 1.15rem;animation:heroIn .9s cubic-bezier(.22,1,.36,1) .32s both}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:var(--btn-height, 3rem);height:var(--btn-height, 3rem);padding:0 1.35rem;border-radius:var(--radius-btn);border:2px solid transparent;color:var(--white);font-family:var(--font-body);font-size:var(--btn-font-size, .95rem);font-weight:800;letter-spacing:.03em;line-height:1;width:fit-content;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.btn:hover{transform:translateY(-2px);filter:brightness(1.05)}.btn--red{background:var(--red);box-shadow:var(--shadow-red)}.btn--blue{background:var(--blue);box-shadow:var(--shadow-blue)}.btn__paw{width:22px;height:19px;object-fit:contain;transform:rotate(18deg);filter:brightness(0) invert(1);flex-shrink:0}@keyframes heroIn{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes softFade{0%{opacity:0}to{opacity:1}}@keyframes pawFloat{0%,to{transform:translate(-50%,-50%) translateY(0) rotate(var(--r, 0deg))}50%{transform:translate(-50%,-50%) translateY(-4px) rotate(var(--r, 0deg))}}.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s cubic-bezier(.22,1,.36,1),transform .7s cubic-bezier(.22,1,.36,1);transition-delay:var(--reveal-delay, 0ms)}.reveal.is-in{opacity:1;transform:translateY(0)}.journey-stop.reveal,.journey-stop.reveal.is-in,.journey__trail .reveal,.journey__trail .reveal.is-in{opacity:1;transform:none;transition:none}.journey-stop.reveal,.journey-stop.reveal.is-in{transform:translate(-48px,-48px)}.series-card,.why-card,.guide-card,.journal-card{transition:transform .35s ease,box-shadow .35s ease}.series-card:hover,.why-card:hover,.guide-card:hover{transform:translateY(-4px)}.header-cart__count:not(.is-empty){animation:softFade .35s ease both}.site-footer{background:var(--footer-bg, #0f2744);color:var(--footer-text, #a8b7c9);padding-top:2.75rem}.site-footer__inner{display:grid;grid-template-columns:minmax(220px,1.15fr) minmax(0,2.4fr);gap:2.5rem 2rem;align-items:start;padding-bottom:2rem}.footer-brand__logo{display:inline-block;margin-bottom:.85rem}.footer-brand__logo img{width:min(260px,100%);height:auto}.footer-brand__tagline{max-width:18rem;font-size:.92rem;font-weight:600;line-height:1.5;color:#9eb0c4;margin:0 0 1.15rem}.footer-nav{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem 1.5rem}.footer-col__title{font-family:var(--font-body);font-size:.82rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:var(--gold-soft);margin:0 0 .85rem}.footer-col__list{display:flex;flex-direction:column;gap:.55rem}.footer-col__list a{font-size:.9rem;font-weight:600;color:#9eb0c4;transition:color .2s ease}.footer-col__list a:hover{color:#fff}.footer-social{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;gap:.75rem;padding:0;border:0}.footer-social__links{display:flex;gap:.5rem}.footer-social__btn{width:38px;height:38px;border-radius:50%;background:#1a3a5c;border:1px solid rgba(255,255,255,.12);color:#fff;display:grid;place-items:center;transition:transform .2s ease,background .2s ease,border-color .2s ease}.footer-social__btn:hover{transform:translateY(-2px);background:#254a72;border-color:#ffffff38}.footer-social__btn svg{display:block}.footer-bar{border-top:1px solid rgba(168,183,201,.14);padding:.85rem 0 1rem}.footer-bar__inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.footer-bar__copy,.footer-bar__legal{margin:0;font-size:.78rem;font-weight:600;color:#7d8fa3}.footer-bar__legal a:hover{color:#c5d2e0}.journey{position:relative;background:var(--cream);overflow:hidden;aspect-ratio:1960 / 802;min-height:30rem;display:flex}.journey__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;pointer-events:none}.journey__parchment{width:100%;height:100%;object-fit:cover;object-position:center;display:block}.journey__content{position:relative;z-index:2;flex:1;display:flex;flex-direction:column;padding:2.25rem 0 2rem}.journey__intro{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;margin:0 auto .75rem;max-width:74%}.journey__badge{display:inline-flex;align-items:center;background:var(--white);border:1.5px solid var(--gold-soft);border-radius:999px;padding:.4rem 1rem;font-size:.75rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase;color:var(--red)}.journey__title{font-family:var(--font-display);font-weight:700;font-size:calc(clamp(1.6rem,2.7vw,2.4rem) * var(--heading-scale, 1));line-height:1.15;color:var(--blue);margin:0}.journey__trail{position:relative;flex:1;min-height:16rem}.journey__path{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;opacity:.55;pointer-events:none;z-index:0}.journey__paws{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:1}.journey__paw{position:absolute;left:var(--x);top:var(--y);width:22px;height:20px;object-fit:contain;transform:translate(-50%,-50%) rotate(var(--r));opacity:.88;filter:brightness(0);animation:pawFloat 4.5s ease-in-out infinite;pointer-events:none}.journey__paw:nth-child(odd){animation-delay:.45s}.journey__paw:nth-child(2n){animation-delay:1.15s}.journey__paw:nth-child(3n){animation-delay:2s}.journey__stops{list-style:none;position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}.journey-stop{position:absolute;left:var(--x);top:var(--y);max-width:calc(100% - var(--x) + 48px);transform:translate(-48px,-48px);z-index:2}.journey-stop__link{display:flex;align-items:center;text-decoration:none;color:inherit;cursor:pointer;outline:none}.journey-stop__media{width:96px;height:96px;object-fit:cover;border-radius:50%;flex-shrink:0;border:3px solid #1f3a5c;background:#f5efe0;box-shadow:0 6px 14px #152a452e;z-index:2;position:relative;transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease}.journey-stop__label{margin-left:-18px;padding:.55rem .95rem .55rem 1.5rem;border-radius:0 12px 12px 0;background:#faf3e4f0;border:1.5px solid rgba(90,70,40,.22);box-shadow:0 4px 10px #152a4514;display:flex;flex-direction:column;gap:.15rem;min-width:0;max-width:12.5rem;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.journey-stop__city{font-family:var(--font-body);font-weight:800;font-size:.86rem;line-height:1.15;color:var(--blue);text-transform:uppercase;transition:color .2s ease}.journey-stop__meta{font-size:.68rem;font-weight:800;letter-spacing:.03em;text-transform:uppercase;line-height:1.25;color:var(--blue);transition:color .2s ease}.journey-stop__meta--next{color:var(--red)}.journey-stop__meta--future{color:#6d7a86}.journey-stop__link:hover .journey-stop__label,.journey-stop__link:focus-visible .journey-stop__label{background:#1a73a8;border-color:#16628f;box-shadow:0 6px 14px #1a73a847}.journey-stop__link:hover .journey-stop__city,.journey-stop__link:focus-visible .journey-stop__city{color:#fff}.journey-stop__link:hover .journey-stop__meta,.journey-stop__link:focus-visible .journey-stop__meta{color:#fffffff2;font-weight:700;text-transform:none;letter-spacing:0;font-size:.7rem}.journey-stop__link:hover .journey-stop__media,.journey-stop__link:focus-visible .journey-stop__media{transform:scale(1.06);border-color:#1a73a8;box-shadow:0 8px 18px #1a73a847}.guide{background:var(--cream);padding:var(--section-space, 1.5rem) 0 calc(var(--section-space, 1.5rem) * 1.15)}.guide__grid{display:grid;grid-template-columns:1fr 1fr;border:4px solid rgba(21,20,19,.09);border-radius:12px;overflow:hidden;background:#fef4e8}.guide-card{display:grid;grid-template-columns:.95fr 1.05fr;gap:.4rem .2rem;align-items:center;padding:.95rem 1.05rem 1.05rem .35rem;min-height:0}.guide-card--meet{border-right:4px solid rgba(21,20,19,.09)}.guide-card__media{display:flex;align-items:flex-end;justify-content:center;background:transparent;min-height:400px}.guide-card__media img{width:auto;height:auto;max-height:460px;max-width:100%;object-fit:contain;object-position:bottom center;background:transparent}.guide-card__media--book{align-items:center;padding-left:.15rem}.guide-card__media--book img{max-height:420px;object-position:center}.guide-card__body{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;padding:.4rem .3rem .4rem 0;min-width:0;gap:0}.guide-card__title{font-family:var(--font-display);font-size:calc(clamp(1.35rem,1.75vw,1.75rem) * var(--heading-scale, 1));line-height:1.18;color:var(--blue);margin:0 0 .65rem}.guide-speech{background:#fff;border:2px solid rgba(21,20,19,.12);border-radius:12px;padding:.85rem 1rem .95rem;margin-bottom:.8rem;position:relative;width:100%}.guide-speech:before{content:"";position:absolute;left:-8px;top:36%;width:13px;height:13px;background:#fff;border-left:2px solid rgba(21,20,19,.12);border-bottom:2px solid rgba(21,20,19,.12);transform:rotate(45deg)}.guide-speech__badge{display:inline-flex;align-items:center;gap:.35rem;background:#fff;border:2px solid var(--gold-soft);border-radius:999px;padding:.3rem .8rem;font-size:.82rem;font-weight:800;color:var(--red);margin-bottom:.5rem}.guide-speech__badge img{width:14px;height:12px;transform:rotate(18deg);filter:invert(35%) sepia(80%) saturate(1200%) hue-rotate(185deg)}.guide-speech__text{font-size:.95rem;font-weight:700;color:var(--muted);line-height:1.45;margin:0}.guide-speech__text+.guide-speech__text{margin-top:.6rem}.guide-card__sub{font-size:.95rem;font-weight:700;color:var(--muted);line-height:1.4;margin:0 0 .6rem}.guide-card__sub a{color:var(--blue-deep);text-decoration:underline;text-underline-offset:2px}.guide-card__spark{font-size:.95rem;font-weight:700;color:var(--muted);margin:0 0 .5rem}.guide-list{display:grid;grid-template-columns:1fr 1fr;gap:.35rem .55rem;margin:0 0 .85rem;width:100%}.guide-list li{display:flex;align-items:center;gap:.35rem;font-size:.9rem;font-weight:700;color:var(--blue)}.guide-list img{width:15px;height:13px;transform:rotate(18deg);flex-shrink:0;filter:invert(22%) sepia(64%) saturate(1200%) hue-rotate(330deg) brightness(.9)}.guide-card .guide-card__btn.btn{text-transform:uppercase;margin-top:0}.why{background:var(--cream);padding:var(--section-space, 1.5rem) 0 calc(var(--section-space, 1.5rem) * 1.4)}.why__title{font-family:var(--font-display);font-size:calc(clamp(1.6rem,3vw,2.35rem) * var(--heading-scale, 1));color:var(--blue-deep);text-align:center;margin:0 0 1.35rem}.why__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));border:4px solid rgba(21,20,19,.09);border-radius:12px;overflow:hidden;background:#fef4e8}.why-card{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.65rem;padding:2.25rem 1.25rem 2.4rem;border-right:4px solid rgba(21,20,19,.09)}.why-card:last-child{border-right:0}.why-card__icon{width:120px;height:120px;border-radius:50%;border:2px solid var(--gold);padding:4px;background:#ffffff59;overflow:hidden;flex-shrink:0}.why-card__icon img{width:100%;height:100%;object-fit:cover;border-radius:50%}.why-card__title{font-family:var(--font-display);font-size:1.2rem;color:var(--blue-deep);margin:.35rem 0 0}.why-card__text{font-size:.95rem;line-height:1.35;color:var(--ink);margin:0;max-width:16rem}.series{background:#1b3357;padding:var(--section-space, 2.5rem) 0 calc(var(--section-space, 2.5rem) * 1.2)}.series__title{font-family:var(--font-display);font-size:calc(clamp(1.7rem,3vw,2.4rem) * var(--heading-scale, 1));color:#fff;text-align:center;margin:0 0 1.75rem}.series__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.25rem}.series-card{position:relative;border-radius:14px;overflow:hidden;aspect-ratio:4 / 3;min-height:260px;box-shadow:0 12px 26px #00000047;background:#0f243d}.series-card__bg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center center}.series-card:after{content:"";position:absolute;z-index:1;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#f9f0e19e,#f9f0e166 26%,#f9f0e138 55%,#f9f0e12e);pointer-events:none}.series-card__badge{position:absolute;z-index:2;top:1rem;left:1rem;display:inline-flex;align-items:center;justify-content:center;min-height:2.4rem;padding:.4rem 1rem;border-radius:14px;font-size:.78rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;color:#fff}.series-card__badge--navy{background:#1f3a5c}.series-card__badge--teal{background:#3d7a86}.series-card__badge--slate{background:#5f7a7e}.series-card__info{position:absolute;z-index:2;top:.9rem;right:.85rem;width:min(52%,200px);display:flex;flex-direction:column;align-items:center;gap:.6rem;text-align:center}.series-card__name{font-family:var(--font-display);font-size:clamp(1.15rem,1.5vw,1.45rem);line-height:1.15;color:#001e39;margin:0;min-height:2.7em;display:flex;align-items:center;justify-content:center;text-shadow:0 1px 2px rgba(249,240,225,.95),0 0 10px rgba(249,240,225,.9),0 0 20px rgba(249,240,225,.75)}.series-card__btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;background:#860b0a;color:#fff;border-radius:8px;min-height:2.15rem;height:2.15rem;min-width:9.75rem;padding:0 .75rem;font-family:var(--font-body);font-size:.72rem;font-weight:800;letter-spacing:.04em;line-height:1;text-transform:uppercase;box-shadow:0 4px 8px #1f3a5c47;width:fit-content}.series-card__btn img{width:15px;height:13px;filter:brightness(0) invert(1);transform:rotate(18deg);flex-shrink:0}.series-card__btn--soon{cursor:default}.about{background:var(--cream);padding:var(--section-space, 2.5rem) 0 calc(var(--section-space, 2.5rem) * 1.2)}.about__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:1.5rem;align-items:stretch}.about-diane{display:grid;grid-template-columns:minmax(200px,280px) 1fr;gap:1.35rem;align-items:stretch;height:100%}.about-diane__photo{border-radius:12px;overflow:hidden;height:100%;min-height:420px;align-self:stretch}.about-diane__photo img{width:100%;height:100%;object-fit:cover;object-position:center top;display:block}.about-diane__copy{display:flex;flex-direction:column;justify-content:center;padding-block:.25rem}.about-diane__title{font-family:var(--font-display);font-size:calc(clamp(1.5rem,2.2vw,2.1rem) * var(--heading-scale, 1));color:var(--blue);line-height:1.15;margin:0 0 .85rem}.about-diane__quote{font-family:var(--font-display);font-style:italic;font-size:calc(clamp(1.05rem,1.5vw,1.35rem) * var(--heading-scale, 1));line-height:1.35;color:var(--blue);margin:0 0 .9rem}.about-diane__text{font-size:.95rem;font-weight:700;color:var(--muted);line-height:1.5;margin:0 0 .75rem}.about-diane__btn{margin-top:.75rem;text-transform:uppercase}.resources{background:#faf3e5;border:4px solid rgba(21,20,19,.09);border-radius:12px;padding:1.5rem 1.25rem;display:flex;flex-direction:column;align-items:center;text-align:center}.resources__title{font-family:var(--font-display);font-size:calc(clamp(1.4rem,2vw,1.9rem) * var(--heading-scale, 1));color:var(--blue);margin:0 0 .35rem}.resources__sub{font-size:.95rem;font-weight:700;color:var(--muted);margin:0 0 1.1rem}.resources__grid{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;width:100%;margin-bottom:1.25rem}.resource-card{width:calc(25% - .6rem);min-width:110px;background:#fff;border-radius:14px;box-shadow:0 8px 14px #1f3a5c14;padding:.9rem .55rem;display:flex;flex-direction:column;align-items:center;gap:.55rem;transition:transform .2s ease}.resource-card:hover{transform:translateY(-3px)}.resource-card__icon{width:57px;height:57px;object-fit:contain;display:block;background:transparent}.resource-card__label{font-size:.78rem;font-weight:800;color:var(--blue);line-height:1.2}.resources__btn{text-transform:none}.journal{background:var(--cream);padding:var(--section-space, 1.5rem) 0 calc(var(--section-space, 1.5rem) * 1.6)}.journal__grid{display:grid;grid-template-columns:1.7fr 1fr;gap:1.35rem;align-items:stretch}.journal-panel,.newsletter{background:#fef5e6;border:4px solid rgba(21,20,19,.09);border-radius:12px}.journal-panel{padding:1.5rem 1.35rem 1.6rem;display:flex;flex-direction:column;align-items:center;text-align:center}.journal-panel__title{font-family:var(--font-display);font-size:calc(clamp(1.5rem,2.2vw,2.1rem) * var(--heading-scale, 1));color:var(--blue);margin:0 0 .35rem}.journal-panel__sub{font-size:.95rem;color:var(--muted);margin:0 0 1.1rem}.journal-panel__cards{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;width:100%;margin-bottom:1.25rem}.blog-card{background:#fff;border-radius:14px;overflow:hidden;box-shadow:0 8px 16px #1f3a5c1a;display:flex;flex-direction:column;transition:transform .2s ease}.blog-card:hover{transform:translateY(-3px)}.blog-card__img{display:block;height:110px;overflow:hidden}.blog-card__img img{width:100%;height:100%;object-fit:cover}.blog-card__title{display:block;padding:.75rem .55rem .9rem;font-size:.82rem;font-weight:800;color:var(--blue);line-height:1.3}.journal-panel__btn{text-transform:none}.newsletter{position:relative;overflow:hidden;padding:1.5rem 1.25rem;background:#fdf3db;min-height:420px}.newsletter__copy{position:relative;z-index:1;max-width:240px}.newsletter__title{font-family:var(--font-display);font-size:calc(clamp(1.4rem,2vw,1.85rem) * var(--heading-scale, 1));line-height:1.2;color:var(--blue);margin:0 0 .75rem}.newsletter__text{font-size:.92rem;color:var(--ink);line-height:1.45;margin:0 0 .65rem}.newsletter__form{display:flex;flex-direction:column;gap:.65rem;margin-top:1rem}.newsletter__input{width:100%;padding:.85rem 1rem;border-radius:12px;border:none;background:#fff;font-size:.9rem;color:var(--ink);outline:none}.newsletter__input::placeholder{color:#757575}.newsletter__btn{align-self:flex-start;text-transform:none}.newsletter__dog{position:absolute;right:-.25rem;bottom:.5rem;width:min(52%,220px);height:auto;pointer-events:none}@media(max-width:1100px){.site-header__inner{grid-template-columns:1fr auto}.nav{display:none;position:absolute;top:calc(100% + .35rem);left:1rem;right:1rem;background:#fbf4e4f7;border:1px solid rgba(31,58,92,.12);border-radius:14px;padding:1rem 1.15rem;box-shadow:0 16px 40px #152a4524;z-index:50}.nav.is-open{display:block}.nav__list{flex-direction:column;align-items:flex-start;gap:.35rem}.nav-toggle{display:flex}.journey{aspect-ratio:auto;min-height:0}.journey__parchment{object-fit:cover;object-position:center top}.journey__content{padding:2rem 0 2.25rem}.journey__intro{max-width:100%;margin-bottom:1.35rem}.journey__path,.journey__paws{display:none}.journey__trail{min-height:0;padding:0}.journey__stops{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.15rem 1rem;max-width:560px;margin-inline:auto;width:100%}.journey-stop{position:static;max-width:none;transform:none;width:100%}.journey-stop:last-child{grid-column:1 / -1;max-width:260px;margin-inline:auto}.journey-stop__link{width:100%;flex-direction:column;align-items:center;text-align:center;gap:0}.journey-stop__media{width:100px;height:100px;margin-bottom:-12px;z-index:2}.journey-stop__label{flex:none;width:100%;max-width:none;margin-left:0;padding:1rem .85rem .75rem;border-radius:14px;min-height:0;align-items:center;text-align:center}.journey-stop__city{font-size:.86rem;white-space:normal;overflow:visible;text-overflow:unset}.journey-stop__meta{font-size:.66rem;line-height:1.3;text-transform:none;letter-spacing:.01em;white-space:normal;overflow:visible;text-overflow:unset}.journey-stop__meta--next,.journey-stop__meta--future{text-transform:uppercase;letter-spacing:.04em}}@media(max-width:900px){.guide__grid{grid-template-columns:1fr}.guide-card,.guide-card--meet{border-right:0;border-bottom:4px solid rgba(21,20,19,.09);grid-template-columns:1fr;min-height:0;padding:1.25rem}.guide-card--book{border-bottom:0}.guide-card__media{min-height:320px}.guide-card__media img,.guide-card__media--book img{height:auto;max-height:380px;max-width:300px;margin-inline:auto}.guide-speech:before{display:none}.why__cards{grid-template-columns:1fr 1fr}.why-card:nth-child(2n){border-right:0}.why-card:nth-child(-n+2){border-bottom:4px solid rgba(21,20,19,.09)}.series__cards{grid-template-columns:1fr;max-width:560px;margin-inline:auto;gap:1rem}.series-card{aspect-ratio:16 / 10;min-height:250px}.series-card:after{background:linear-gradient(180deg,#f9f0e147,#f9f0e114 38%,#f9f0e173 72%,#f9f0e1d1)}.series-card__badge{top:.85rem;left:.85rem;min-height:2.1rem;padding:.35rem .85rem;font-size:.72rem}.series-card__info{top:auto;bottom:.85rem;right:.85rem;left:.85rem;width:auto;max-width:none;flex-direction:row;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.55rem .75rem;text-align:left;padding:.7rem .8rem;border-radius:12px;background:#f9f0e1eb;box-shadow:0 6px 16px #0f243d24}.series-card__name{font-size:clamp(1rem,3.8vw,1.25rem);min-height:0;justify-content:flex-start;line-height:1.2;text-shadow:none;flex:1 1 auto;white-space:nowrap}.series-card__btn{min-width:8.5rem;height:2.05rem;min-height:2.05rem;font-size:.68rem;margin-left:auto}.about__grid{grid-template-columns:1fr}.about-diane{grid-template-columns:minmax(180px,240px) 1fr}.about-diane__photo{min-height:100%}.resource-card{width:calc(33.333% - .55rem)}.journal__grid{grid-template-columns:1fr}.journal-panel__cards{grid-template-columns:1fr 1fr}.newsletter{min-height:360px}}@media(max-width:720px){.site-header__inner{grid-template-columns:1fr auto}.hero{min-height:100svh;align-items:flex-end;padding-bottom:2.75rem}.hero__bg{object-position:72% 60%}.hero__scrim{background:linear-gradient(180deg,#fbf4e4b3,#fbf4e440 35%,#fbf4e48c 62%,#fbf4e4eb)}.hero__content{margin-left:0;margin-top:0;max-width:none}.hero__title-line{white-space:normal;width:auto}.hero__title-line--blue{font-size:clamp(1.75rem,8vw,2.35rem)}.hero__title-line--red{font-size:clamp(1.55rem,7.2vw,2.1rem)}.hero__sub{font-size:.95rem;margin-bottom:1.15rem;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.hero__actions{flex-direction:column}.btn{justify-content:center;width:100%}.journey__content{padding:1.35rem 0 1.75rem}.journey__stops{grid-template-columns:1fr;gap:1.1rem;max-width:280px}.journey-stop:last-child{grid-column:auto;max-width:none;margin-inline:0}.journey-stop__media{width:110px;height:110px;margin-bottom:-14px}.journey-stop__label{padding:1.1rem 1rem .85rem;border-radius:16px}.journey-stop__city{font-size:.92rem}.journey-stop__meta{font-size:.68rem}.series-card{aspect-ratio:5 / 3;min-height:220px}.series-card__info{bottom:.7rem;left:.7rem;right:.7rem;padding:.6rem .7rem;gap:.45rem}.series-card__name{font-size:.98rem;white-space:normal}.series-card__btn{min-width:8.1rem;padding:0 .65rem}.why__cards{grid-template-columns:1fr}.why-card{border-right:0;border-bottom:4px solid rgba(21,20,19,.09)}.why-card:last-child{border-bottom:0}.about-diane{grid-template-columns:1fr}.about-diane__photo{min-height:320px;max-width:none;width:100%;margin-inline:0}.resource-card{width:calc(50% - .4rem)}.journal-panel__cards{grid-template-columns:1fr}.newsletter__dog{width:160px;opacity:.95}.site-footer__inner{grid-template-columns:1fr;gap:2rem}.footer-nav{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem 1.25rem}.footer-brand__tagline{max-width:22rem}.footer-bar__inner{flex-direction:column;align-items:flex-start}}@media(prefers-reduced-motion:reduce){.hero__content,.hero__title-line--blue,.hero__title-line--red,.hero__sub,.hero__actions,.brand__logo,.header-actions,.nav__list,.journey__paw,.header-cart__count{animation:none!important}.reveal{opacity:1;transform:none;transition:none}.btn,.nav__link,.series-card,.why-card,.guide-card,.journal-card{transition:none}.btn:hover,.series-card:hover,.why-card:hover,.guide-card:hover{transform:none}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.template-404 .section-header{position:relative;background:transparent}.template-404 .section-header .site-header{position:relative}.error-404{min-height:calc(100vh - 12rem);display:flex;align-items:center;justify-content:center;padding:3rem 1.25rem 4rem;background:radial-gradient(ellipse 70% 50% at 50% 0%,rgba(224,190,110,.22),transparent 70%),var(--cream)}.error-404__inner{max-width:40rem;text-align:center}.error-404__code{font-family:var(--font-display);font-size:clamp(4rem,14vw,7.5rem);font-weight:700;line-height:.9;color:#1f3a5c1f;margin:0 0 .35rem;letter-spacing:.04em}.error-404__title{font-family:var(--font-display);font-size:calc(clamp(1.75rem,4vw,2.75rem) * var(--heading-scale, 1));color:var(--blue);line-height:1.15;margin:0 0 .85rem}.error-404__text{font-size:1.05rem;font-weight:700;color:var(--muted);max-width:34rem;margin:0 auto 1.75rem;line-height:1.55}.error-404__actions{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem 1rem;margin-bottom:1.75rem}.error-404__search{display:flex;flex-wrap:wrap;justify-content:center;gap:.65rem;max-width:28rem;margin:0 auto}.error-404__search input[type=search]{flex:1 1 12rem;min-height:var(--btn-height, 3rem);padding:0 1rem;border:2px solid rgba(31,58,92,.18);border-radius:var(--radius-btn, 12px);background:var(--white);font-family:var(--font-body);font-size:.95rem;font-weight:700;color:var(--ink)}.error-404__search input[type=search]:focus{outline:2px solid var(--blue);outline-offset:2px}.error-404__search .btn{flex:0 0 auto}@media(max-width:720px){.error-404{min-height:auto;padding:2rem 1rem 3rem}.error-404__actions{flex-direction:column;align-items:stretch}.error-404__actions .btn{width:100%}.error-404__search{flex-direction:column;align-items:stretch}}.template-cart .section-header,.template-search .section-header{position:relative}.shop-page{padding:calc(var(--section-space, 2.5rem) + 1rem) 1.25rem 4rem;background:var(--cream)}.shop-page__inner{max-width:52rem}.shop-page__title{font-family:var(--font-display);font-size:calc(clamp(1.7rem,3vw,2.4rem) * var(--heading-scale, 1));color:var(--blue);margin:0 0 1rem}.shop-page__text{font-weight:700;color:var(--muted);margin:0 0 1.25rem}.shop-page__search{margin-bottom:1.75rem;max-width:32rem;margin-inline:0;justify-content:flex-start}.cart-table{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.75rem}.cart-row{display:grid;grid-template-columns:88px minmax(0,1fr) 80px auto;gap:1rem;align-items:center;padding:1rem;background:#ffffffa6;border:1px solid rgba(31,58,92,.1);border-radius:14px}.cart-row__image img{width:88px;height:88px;object-fit:cover;border-radius:10px}.cart-row__title{font-weight:800;color:var(--blue)}.cart-row__meta,.cart-row__remove{font-size:.88rem;color:var(--muted);margin-top:.25rem}.cart-row__remove{display:inline-block;text-decoration:underline}.cart-row__qty input{width:100%;min-height:2.5rem;border:2px solid rgba(31,58,92,.15);border-radius:10px;text-align:center;font-weight:700}.cart-row__price{font-weight:800;color:var(--blue);white-space:nowrap}.cart-footer{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem}.cart-footer__total{display:flex;gap:.75rem;align-items:baseline;font-size:1.05rem;color:var(--blue);margin:0}.cart-footer__actions{display:flex;flex-wrap:wrap;gap:.65rem}.search-results{list-style:none;display:grid;gap:.75rem;margin:0;padding:0}.search-results a{display:flex;align-items:center;gap:.85rem;padding:.75rem;background:#ffffffa6;border:1px solid rgba(31,58,92,.1);border-radius:12px;font-weight:700;color:var(--blue)}.search-results img{width:56px;height:56px;object-fit:cover;border-radius:8px}@media(max-width:720px){.cart-row{grid-template-columns:72px minmax(0,1fr)}.cart-row__qty,.cart-row__price{grid-column:2}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/home.css.map */
