:root{
  --cream:#f7efe1;--paper:#fffaf1;--ink:#302d29;--muted:#756e65;--coral:#ef817d;
  --sage:#b6cc72;--lav:#9a8bc4;--peach:#ffd5c9;--line:rgba(48,45,41,.13);
  --shadow:0 30px 90px rgba(65,53,38,.14);
}
*{box-sizing:border-box}
html{scroll-behavior:auto}
body{margin:0;background:var(--cream);color:var(--ink);font-family:"DM Sans",sans-serif;overflow-x:hidden}
body.menu-open{overflow:hidden}
a{text-decoration:none;color:inherit}
button,input,textarea,select{font:inherit}
.container{width:min(1220px,88vw);margin:auto;position:relative;z-index:5}
.section{position:relative;min-height:100svh;overflow:hidden;padding:130px 0 100px}
.site-header{position:fixed;z-index:1000;top:18px;left:3.8%;right:3.8%;height:56px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}
.brand,.desktop-nav,.header-cta,.menu-btn{pointer-events:auto}
.brand{display:flex;align-items:center;gap:12px;font-weight:800;font-size:12px;letter-spacing:.09em}
.brand-orb{width:38px;height:38px;border-radius:50%;background:radial-gradient(circle at 35% 30%,#dce99e,#a7c966 70%);box-shadow:0 10px 25px #a6bb6b55}
.desktop-nav{display:flex;gap:2px;padding:5px 7px;background:#fffaf1d9;border:1px solid #302d2910;border-radius:999px;backdrop-filter:blur(18px);box-shadow:0 12px 40px #3d31220d}
.desktop-nav a{font-size:10px;font-weight:800;letter-spacing:.06em;padding:11px 13px;border-radius:999px;transition:.3s}
.desktop-nav a:hover,.desktop-nav a.is-active{background:var(--ink);color:white;transform:translateY(-2px)}
.header-cta{background:var(--ink);color:#fff;padding:14px 19px;border-radius:999px;font-size:10px;font-weight:900;letter-spacing:.04em;transition:.35s}
.header-cta:hover{box-shadow:0 18px 35px #302d2940}
.menu-btn{display:none;border:0;background:var(--ink);color:white;border-radius:50%;width:44px;height:44px}
.mobile-menu{position:fixed;inset:0;z-index:990;background:var(--cream);display:none;flex-direction:column;justify-content:center;padding:10vw;gap:15px}
.mobile-menu.open{display:flex}
.mobile-menu a{font:500 clamp(42px,11vw,80px)/.9 "Playfair Display",serif}
.eyebrow{font-size:11px;font-weight:900;letter-spacing:.18em;text-transform:uppercase}
.display{font:500 clamp(58px,7vw,104px)/.86 "Playfair Display",serif;letter-spacing:-.055em;margin:16px 0}
.display em,.hero-title i{font-style:normal;color:var(--coral)}
.body-copy{max-width:600px;color:var(--muted);font-size:17px;line-height:1.7}
.pill{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 20px;border-radius:999px;border:1px solid var(--line);font-size:10px;font-weight:900;letter-spacing:.05em;cursor:pointer;transition:.35s}
.pill.dark{background:var(--ink);color:white;border-color:var(--ink)}
.pill.light{background:#fffaf1;color:var(--ink)}
.pill:hover{transform:translateY(-4px) rotate(-1deg);box-shadow:0 18px 35px #493c2c18}
#loader{position:fixed;inset:0;background:var(--ink);color:#fff;z-index:2000;display:grid;place-items:center;align-content:center;gap:16px}
#loader p{font-size:10px;text-transform:uppercase;letter-spacing:.2em}
.loader-mark{display:flex;gap:7px}.loader-mark span{width:13px;height:13px;border-radius:50%;background:var(--coral);display:block}.loader-mark span:nth-child(2){background:var(--sage)}.loader-mark span:nth-child(3){background:#9a8bc4}
.cursor-dot,.cursor-ring{position:fixed;z-index:1500;pointer-events:none;left:0;top:0;transform:translate(-50%,-50%);border-radius:50%;mix-blend-mode:multiply}
.cursor-dot{width:7px;height:7px;background:var(--ink)}
.cursor-ring{width:38px;height:38px;border:1px solid #302d2970;transition:width .25s,height .25s,border-color .25s}
.cursor-ring.hover{width:64px;height:64px;border-color:var(--coral)}
.hero{background:var(--cream);min-height:100svh;display:flex;align-items:center}
.grain{position:absolute;inset:0;opacity:.08;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")}
.hero-blob{position:absolute;border-radius:45% 55% 55% 45%;filter:blur(1px);pointer-events:none}
.hero-blob-a{width:54vw;height:74vh;left:-16vw;top:-12vh;background:#e9dec9;transform:rotate(15deg)}
.hero-blob-b{width:32vw;height:32vw;right:-10vw;bottom:-17vw;background:#e2edb8}
.hero-botanical{position:absolute;width:350px;opacity:.7;pointer-events:none}
.botanical-left{left:-75px;bottom:-65px;transform:rotate(-16deg)}
.botanical-right{right:-70px;top:-90px;transform:scaleX(-1) rotate(-11deg)}
.hero-copy{position:relative;z-index:8;width:min(720px,55vw);margin-left:8vw}
.hero-title{font:500 clamp(82px,10vw,155px)/.78 "Playfair Display",serif;letter-spacing:-.07em;margin:20px 0}
.hero-line{display:block}.hero-line-offset{padding-left:12vw}
.hero-description{max-width:590px;color:var(--muted);font-size:18px;line-height:1.6}
.hero-actions{display:flex;gap:12px;margin-top:28px}
.hero-note{display:flex;align-items:center;gap:10px;margin-top:45px;font-size:9px;font-weight:900;letter-spacing:.16em;text-transform:uppercase;color:#8b8174}
.hero-note .line{width:65px;height:1px;background:#8b8174}
.hero-stage{position:absolute;right:2vw;top:12vh;width:47vw;height:76vh;z-index:4}
.art-card{position:absolute;display:grid;place-items:center;will-change:transform}
.art-card img{width:100%;height:auto;filter:drop-shadow(0 25px 25px #51442e22)}
.art-glow{position:absolute;width:65%;height:65%;border-radius:50%;filter:blur(28px);opacity:.42;z-index:-1}
.coral-glow{background:#ef817d}.sage-glow{background:#b6cc72}.lavender-glow{background:#9a8bc4}
.card-heart{width:170px;left:4%;top:37%}.card-leaf{width:210px;left:38%;top:20%}.card-shield{width:175px;right:5%;top:39%}
.spark{position:absolute;font-family:Georgia,serif;font-size:30px}.spark-1{left:32%;top:10%;color:var(--coral)}.spark-2{right:27%;top:27%;color:var(--lav)}.spark-3{left:55%;bottom:14%;color:var(--sage);font-size:38px}
.scroll-progress{position:absolute;left:0;right:0;bottom:0;height:3px;background:#302d2910}.scroll-progress span{display:block;width:0;height:100%;background:linear-gradient(90deg,var(--coral),var(--sage),var(--lav))}
.about-section{background:#fbf6ed}
.shape-cream{position:absolute;width:60vw;height:90vh;left:-20vw;top:5%;border-radius:50%;background:#eadfcd}
.about-wrap{display:grid;grid-template-columns:.9fr 1.1fr;gap:90px;align-items:center;min-height:75vh}
.about-visual{position:relative;height:600px;display:grid;place-items:center}
.portrait-frame{position:relative;width:min(400px,80%);transform:rotate(-3deg)}
.portrait-paper{position:absolute;inset:-25px;background:#fffaf1;box-shadow:var(--shadow);transform:rotate(7deg)}
.portrait{position:relative;width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:47% 47% 25px 25px;box-shadow:var(--shadow)}
.portrait-tag{position:absolute;bottom:-20px;right:-35px;background:#fffaf1;padding:15px 20px;border-radius:999px;box-shadow:0 15px 35px #4d3f2c20;font-size:9px;font-weight:900;letter-spacing:.08em}
.butterfly{position:absolute;width:100px;right:5%;top:4%;transform:rotate(8deg)}
.scribble{position:absolute;left:3%;bottom:8%;font:500 35px/.85 "Playfair Display",serif;color:#8d8172;transform:rotate(-8deg)}
.about-points{margin-top:30px}.point{display:grid;grid-template-columns:40px 1fr;gap:15px;padding:17px 0;border-bottom:1px solid var(--line)}.point b{font-size:10px;color:#a09688}.point strong{display:block;font-size:13px}.point span{display:block;color:var(--muted);font-size:13px;margin-top:5px}
.book-section{background:#efe5d5;padding:108px 0 28px;min-height:100svh;box-sizing:border-box}
.book-backdrop{position:absolute;inset:0;background:radial-gradient(circle at 75% 30%,#fffaf1 0 8%,transparent 30%),radial-gradient(circle at 20% 80%,#dce8b5 0 6%,transparent 28%)}
.book-intro{padding-bottom:26px}
.huge{font-size:clamp(70px,9vw,135px)}
.horizontal-window{width:100%;overflow:hidden;min-height:0}
.horizontal-track{display:flex;width:max-content;align-items:center;padding:12px 0 42px 6vw;gap:28px;min-height:0}
.book-panel{width:72vw;max-width:930px;height:min(62vh,560px);min-height:440px;border-radius:42px;position:relative;overflow:hidden;flex:none}
.panel-cover{background:#f8f0e3;display:grid;place-items:center}
.cover-shadow{position:absolute;width:370px;height:460px;background:#d7cab5;transform:translate(25px,25px) rotate(4deg);border-radius:15px}
.book-cover{position:relative;width:360px;height:480px;border-radius:10px 22px 22px 10px;background:linear-gradient(150deg,#f19b92,#f6c8b4 36%,#c7db80 72%,#7e82a9);box-shadow:0 35px 55px #493b2a25;padding:38px;display:flex;flex-direction:column;justify-content:space-between;transform:rotate(-4deg);color:white}
.book-cover small{font-size:9px;font-weight:900;letter-spacing:.16em}.book-cover h3{font:500 65px/.78 "Playfair Display",serif;margin:0}.book-cover h3 i{font-style:normal;color:#ffd6ce}.book-cover p{font-size:11px;font-weight:800;letter-spacing:.12em}.cover-heart{width:115px;position:absolute;right:20px;bottom:20px}
.panel-spread{display:grid;grid-template-columns:1fr 1fr;align-items:center;padding:70px;background:#fffaf1}
.spread-copy{padding:30px;position:relative;z-index:3}.spread-copy span,.panel-end span{font-size:10px;font-weight:900;letter-spacing:.16em}.spread-copy h3,.panel-end h3{font:500 clamp(46px,5vw,76px)/.84 "Playfair Display",serif;margin:15px 0}.spread-copy p{color:var(--muted);max-width:360px;line-height:1.6}.spread-art{display:grid;place-items:center}.spread-art img{width:250px;filter:drop-shadow(0 25px 25px #4c402e1c)}
.sage-panel{background:#e4ecc8}.lavender-panel{background:#e4def0}.panel-end{background:var(--ink);color:white;display:grid;place-items:center;text-align:center}.panel-end h3{font-size:74px}.end-botanical{position:absolute;width:300px;opacity:.35;right:-20px;bottom:-60px;transform:rotate(-10deg)}
.framework-section{background:#f7efe1}
.framework-wrap{display:grid;grid-template-columns:.8fr 1.2fr;gap:70px;align-items:center;min-height:75vh}
.framework-orbit{position:absolute;border:1px solid #302d2915;border-radius:50%;pointer-events:none}.orbit-a{width:600px;height:600px;right:-200px;top:-100px}.orbit-b{width:400px;height:400px;left:-160px;bottom:-100px}
.framework-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:15px;align-items:stretch}
.frame-card{min-height:470px;border-radius:34px;padding:28px;position:relative;overflow:hidden;transform-style:preserve-3d}.frame-card img{width:120px;display:block;margin:35px auto 30px}.frame-card h3{font:500 43px "Playfair Display",serif;margin:0}.frame-card p{color:#665f56;line-height:1.55}.frame-number{font-size:10px;font-weight:900}.frame-heart{background:#f7cbc3}.frame-leaf{background:#dbe8ae}.frame-shield{background:#dcd5eb}
.resources-section{background:#fbf6ed}
.resource-top{display:flex;justify-content:space-between;align-items:end;gap:60px;margin-bottom:55px}.resource-top .body-copy{max-width:430px}
.resource-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}
.resource-card{min-height:500px;border-radius:38px;padding:34px;position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:flex-start;transition:transform .4s}.resource-card span{font-size:9px;font-weight:900;letter-spacing:.16em}.resource-card h3{font:500 50px/.9 "Playfair Display",serif;margin:16px 0}.resource-card p{color:#625b51;max-width:250px;line-height:1.55}.resource-card b{margin-top:auto;font-size:10px;letter-spacing:.1em}.resource-card img{position:absolute;width:170px;right:-20px;bottom:-10px;filter:drop-shadow(0 18px 18px #4c402e18);transition:.6s}.resource-card:hover img{transform:rotate(8deg) translateY(-15px) scale(1.08)}.coral-card{background:#f4c2b9}.sage-card{background:#dbe8ae}.lavender-card{background:#ddd5ee}
.shop-section{background:#efe4d3}
.shop-sun{position:absolute;width:500px;height:500px;border-radius:50%;right:-180px;top:-150px;background:#e4edbd}
.shop-heading{display:flex;justify-content:space-between;align-items:end;gap:70px;margin-bottom:50px}.shop-heading .body-copy{max-width:450px}
.product-track{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}
.product-card{background:#fffaf1;border:1px solid #302d2910;border-radius:30px;padding:18px;box-shadow:0 20px 50px #51432f0d;transition:.4s;transform-style:preserve-3d}.product-card:hover{box-shadow:0 35px 70px #51432f1c}.product-art{height:260px;border-radius:22px;background:#f2c7bf;display:grid;place-items:center;margin-bottom:20px;overflow:hidden}.product-art.sage{background:#dce9b2}.product-art.lavender{background:#ddd5ee}.product-art.peach{background:#ffe0d4}.product-art img{width:160px;max-height:210px;filter:drop-shadow(0 20px 18px #4a3b2c16)}.product-card>span{font-size:8px;font-weight:900;letter-spacing:.15em;color:#857a6c}.product-card h3{font:500 28px/.95 "Playfair Display",serif;margin:8px 0}.product-card p{font-size:12px;color:var(--muted);margin:0 0 18px}
.reviews-section{background:#f9f1e5;display:grid;place-items:center;text-align:center}.review-flowers img{position:absolute;width:300px;opacity:.25}.review-flowers img:first-child{left:-100px;bottom:-80px;transform:rotate(-30deg)}.review-flowers img:last-child{right:-100px;top:-80px;transform:scaleX(-1) rotate(-20deg)}.review-wrap{max-width:1000px}.review-mark{font:500 120px/.5 "Playfair Display",serif;color:var(--coral);margin:55px 0 10px}.review-slider{position:relative;min-height:220px}.review{font:500 clamp(38px,5vw,70px)/1.03 "Playfair Display",serif;letter-spacing:-.04em;margin:0;opacity:0;position:absolute;inset:0;transform:translateY(25px)}.review.active{opacity:1;position:relative;transform:none}.review-controls{display:flex;justify-content:center;align-items:center;gap:25px;margin-top:35px}.review-controls button{width:48px;height:48px;border:1px solid var(--line);background:#fffaf1;border-radius:50%;cursor:pointer}.review-count{font-size:10px;letter-spacing:.12em}
.contact-section{background:#f5ecdd}.contact-bg{position:absolute;width:60vw;height:120%;left:-20vw;top:-10%;border-radius:50%;background:#e7dcc9}.contact-wrap{display:grid;grid-template-columns:.85fr 1.15fr;gap:80px;align-items:center;min-height:75vh}.contact-art{display:flex;gap:0;margin-top:30px}.contact-art img{width:90px;filter:drop-shadow(0 14px 12px #493c2b18);margin-right:-8px}.contact-form{background:#fffaf1;border:1px solid #302d2912;border-radius:38px;padding:38px;box-shadow:var(--shadow);display:grid;grid-template-columns:1fr 1fr;gap:15px}.contact-form label{display:block}.contact-form label span{display:block;font-size:10px;font-weight:900;letter-spacing:.06em;margin:0 0 7px 5px}.contact-form input,.contact-form select,.contact-form textarea{width:100%;border:1px solid var(--line);background:#fffdf9;border-radius:17px;padding:16px;outline:none}.contact-form input:focus,.contact-form select:focus,.contact-form textarea:focus{border-color:var(--coral);box-shadow:0 0 0 4px #ef817d18}.contact-form textarea{min-height:150px;resize:vertical}.contact-form .full{grid-column:1/-1}.form-status{font-size:12px;color:#6e665b}
.site-footer{padding:25px 5vw;background:var(--ink);color:#d8d0c6;display:flex;justify-content:space-between;font-size:9px;font-weight:900;letter-spacing:.1em}
@media(max-width:1050px){.desktop-nav a{padding:10px 8px}.header-cta{padding:12px 15px}.hero-stage{opacity:.65}.hero-copy{width:65vw}.framework-wrap{grid-template-columns:1fr}.framework-cards{max-width:850px}.product-track{grid-template-columns:repeat(2,1fr)}}
@media(max-height:760px) and (min-width:761px){
  .book-horizontal{padding-top:108px}
  .book-sticky{top:102px;height:calc(100svh - 122px);min-height:500px}
  .book-horizontal .book-panel{height:60vh;min-height:390px}
  .book-horizontal .book-intro .display{font-size:clamp(46px,5vw,72px)}
}

@media(max-width:760px){
  .site-header{left:18px;right:18px}.desktop-nav,.header-cta{display:none}.menu-btn{display:grid;place-content:center;gap:4px}.menu-btn span{display:block;width:18px;height:2px;background:#fff}
  .section{padding:110px 0 75px}.container{width:90vw}.hero-copy{width:90vw;margin-left:5vw}.hero-title{font-size:clamp(70px,21vw,110px)}.hero-line-offset{padding-left:18vw}.hero-description{font-size:15px}.hero-stage{width:90vw;height:55vh;right:-20vw;top:30vh;opacity:.55}.card-heart{width:120px}.card-leaf{width:150px}.card-shield{width:125px}
  .hero-botanical{width:220px}.botanical-left{left:-75px;bottom:-30px}.botanical-right{right:-80px;top:-40px}.about-wrap,.contact-wrap{grid-template-columns:1fr;gap:45px}.about-visual{height:450px}.portrait-frame{width:290px}.display{font-size:clamp(55px,15vw,82px)}.about-points{margin-top:15px}
  .book-intro{padding-bottom:30px}.horizontal-track{padding-left:5vw;gap:18px}.book-panel{width:88vw;min-height:500px;border-radius:28px}.book-cover{width:285px;height:390px}.book-cover h3{font-size:53px}.cover-shadow{width:295px;height:370px}.panel-spread{padding:35px;grid-template-columns:1fr}.spread-art img{width:170px}.spread-copy{padding:5px}.spread-copy h3{font-size:52px}.panel-end h3{font-size:65px}
  .resource-top,.shop-heading{display:block}.resource-top .body-copy,.shop-heading .body-copy{margin-top:20px}.resource-grid{grid-template-columns:1fr}.resource-card{min-height:390px}.product-track{grid-template-columns:1fr 1fr}.product-art{height:200px}.product-card h3{font-size:23px}.framework-cards{grid-template-columns:1fr}.frame-card{min-height:380px}.frame-card img{width:100px}
  .contact-form{grid-template-columns:1fr;padding:24px;border-radius:28px}.contact-form .full{grid-column:auto}.review{font-size:38px}.review-flowers{display:none}.cursor-dot,.cursor-ring{display:none}
}
@media(max-width:480px){.product-track{grid-template-columns:1fr}.hero-actions{flex-wrap:wrap}.site-footer{gap:15px;flex-direction:column}.contact-art img{width:75px}}

/* V1.1 — viewport-fitted horizontal book journey */
.book-section .container { position: relative; z-index: 8; }
.book-section .section-kicker { margin-top: 0; }
.book-scroll-cue {
  position:absolute;
  right:5vw;
  bottom:24px;
  z-index:20;
  display:flex;
  align-items:center;
  gap:9px;
  font-size:9px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--muted);
  opacity:.72;
  pointer-events:none;
}
.book-scroll-cue i {
  display:block;
  width:34px;
  height:1px;
  background:var(--ink);
  transform-origin:left;
  animation:bookCue 1.6s ease-in-out infinite;
}
@keyframes bookCue {
  0%,100% { transform:scaleX(.35); opacity:.35; }
  50% { transform:scaleX(1); opacity:1; }
}
@media (max-height:760px) and (min-width:761px){
  .book-section { padding-top:94px; }
  .book-intro { padding-bottom:12px; }
  .book-panel { height:64vh; min-height:390px; }
  .horizontal-track { padding-top:8px; padding-bottom:30px; }
}
@media (max-width:760px){
  .book-section { padding:100px 0 25px; }
  .book-intro { padding-bottom:18px; }
  .horizontal-track { padding:8px 0 32px 5vw; gap:18px; }
  .book-panel { width:88vw; height:62vh; min-height:430px; border-radius:28px; }
  .book-cover { width:210px; height:285px; }
  .cover-shadow { width:220px; height:295px; }
  .book-scroll-cue { right:5vw; bottom:14px; }
}

/* V1.3: the book keeps the same vertical page, then opens into a viewport-fitted horizontal GSAP journey */
.book-horizontal{padding:116px 0 0;overflow:visible}
.book-horizontal .book-intro{padding-bottom:26px}.book-horizontal .book-intro .display{font-size:clamp(48px,5.6vw,82px);line-height:.88}.book-horizontal .book-intro .body-copy{font-size:16px;max-width:620px}
.book-horizontal-journey{
  position:relative;
  height:calc(100svh + 260vw);
  min-height:900px;
}
.book-sticky{
  position:sticky;
  top:108px;
  height:calc(100svh - 132px);
  min-height:520px;
  overflow:hidden;
  display:flex;
  align-items:center;
}
.book-horizontal-window{width:100%;overflow:hidden}
.book-horizontal-track{
  display:flex;
  align-items:center;
  gap:28px;
  width:max-content;
  padding:24px 0 42px 6vw;
  will-change:transform;
}
.book-horizontal .book-panel{
  width:min(760px,72vw);
  height:min(62vh,540px);
  min-height:420px;
  flex:0 0 auto;
}
.book-horizontal .book-panel.panel-end{width:min(760px,72vw)}
.book-scroll-cue{
  position:absolute;right:5vw;bottom:18px;z-index:20;
  display:flex;align-items:center;gap:9px;
  font-size:9px;font-weight:800;letter-spacing:.16em;text-transform:uppercase;
  color:var(--muted);pointer-events:none;opacity:.8
}
.book-scroll-cue i{display:block;width:34px;height:1px;background:var(--ink);transform-origin:left;animation:bookCue 1.6s ease-in-out infinite}
@keyframes bookCue{0%,100%{transform:scaleX(.35);opacity:.35}50%{transform:scaleX(1);opacity:1}}
.resources-horizontal{
  height:300vh;
  min-height:300vh;
  padding:0;
  overflow:clip;
}
.resources-sticky{
  position:sticky;
  top:0;
  height:100svh;
  min-height:620px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.resources-head-wrap{position:relative;z-index:5}
.resources-horizontal .resource-top{padding-bottom:22px}
.resource-horizontal-window{width:100%;overflow:hidden}
.resource-horizontal-track{
  display:flex;
  align-items:stretch;
  gap:24px;
  width:max-content;
  padding:8px 0 35px 5vw;
  will-change:transform;
}
.resources-horizontal .resource-card{
  width:min(520px,39vw);
  min-width:420px;
  height:min(54vh,500px);
  min-height:390px;
  flex:0 0 auto;
  transform-origin:center center;
}
.resource-scroll-cue{
  position:absolute;
  right:5vw;
  bottom:28px;
  display:flex;
  align-items:center;
  gap:9px;
  z-index:8;
  font-size:9px;
  font-weight:800;
  letter-spacing:.16em;
  text-transform:uppercase;
  color:var(--muted);
  pointer-events:none;
}
.resource-scroll-cue i{
  display:block;width:34px;height:1px;background:var(--ink);
  transform-origin:left;animation:resourceCue 1.6s ease-in-out infinite;
}
@keyframes resourceCue{0%,100%{transform:scaleX(.35);opacity:.35}50%{transform:scaleX(1);opacity:1}}
@media(max-width:760px){
  .book-panels-vertical{grid-template-columns:1fr;width:90vw}
  .book-panels-vertical .panel-end{grid-column:auto}
  .resources-horizontal{height:270vh;min-height:270vh}
  .resources-sticky{min-height:680px}
  .resources-horizontal .resource-card{
    width:82vw;min-width:82vw;height:55vh;min-height:410px
  }
  .resource-horizontal-track{padding-left:5vw;gap:18px}
}

@media(max-width:760px){
  .book-horizontal{padding:104px 0 0}
  .book-horizontal .book-intro{padding-bottom:20px}.book-horizontal .book-intro .display{font-size:clamp(44px,12vw,70px)}.book-horizontal .book-intro .body-copy{font-size:14px}
  .book-horizontal-journey{height:calc(100svh + 360vw);min-height:900px}
  .book-sticky{top:92px;height:calc(100svh - 112px);min-height:500px}
  .book-horizontal-track{gap:18px;padding:18px 0 34px 5vw}
  .book-horizontal .book-panel{width:88vw;height:64vh;min-height:430px;border-radius:28px}
  .book-horizontal .book-panel.panel-end{width:88vw}
  .book-scroll-cue{right:5vw;bottom:12px}
}


/* V1.5 — book mockup + lower viewport composition */
.book-section{padding-top:124px;padding-bottom:34px}
.book-horizontal .book-intro{padding-bottom:22px}
.book-horizontal .book-intro .display{font-size:clamp(44px,5.4vw,78px);line-height:.9}
.book-horizontal .book-intro .body-copy{font-size:15px;max-width:560px}
.book-sticky{top:126px;height:calc(100svh - 154px);min-height:500px}
.book-horizontal-track{padding-top:10px;padding-bottom:34px}
.book-horizontal .book-panel{height:min(58vh,510px);min-height:400px}
.panel-cover{background:radial-gradient(circle at 22% 30%,#f5e8b8 0 2%,transparent 8%),#f8f0e3}
.book-mockup-wrap{width:min(500px,52vw);height:100%;display:grid;place-items:center;position:relative;transform:translateY(8px)}
.book-mockup{display:block;width:min(500px,52vw);height:auto;max-height:96%;object-fit:contain;filter:drop-shadow(0 30px 35px rgba(65,53,38,.18));transform:rotate(-1.5deg);transition:transform .7s cubic-bezier(.2,.75,.2,1),filter .7s ease}
.panel-cover:hover .book-mockup{transform:rotate(0deg) translateY(-8px) scale(1.025);filter:drop-shadow(0 42px 45px rgba(65,53,38,.22))}
.mockup-label{position:absolute;left:30px;bottom:26px;font-size:9px;font-weight:900;letter-spacing:.16em;color:#756e65}
.book-horizontal .panel-spread{padding:54px}
.book-horizontal .spread-copy h3{font-size:clamp(40px,4.2vw,62px)}
.book-horizontal .spread-copy p{font-size:14px}
.book-horizontal .spread-art img{width:210px}

@media(max-height:760px) and (min-width:761px){
  .book-section{padding-top:116px}
  .book-sticky{top:116px;height:calc(100svh - 138px);min-height:460px}
  .book-horizontal .book-panel{height:58vh;min-height:370px}
  .book-horizontal .book-intro .display{font-size:clamp(42px,5vw,68px)}
  .book-mockup{max-height:92%}
}
@media(max-width:760px){
  .book-section{padding-top:112px}
  .book-sticky{top:108px;height:calc(100svh - 128px);min-height:430px}
  .book-horizontal .book-intro{padding-bottom:16px}
  .book-horizontal .book-intro .display{font-size:clamp(40px,11vw,62px)}
  .book-horizontal .book-intro .body-copy{font-size:14px}
  .book-horizontal .book-panel{height:60vh;min-height:400px}
  .book-mockup-wrap,.book-mockup{width:min(430px,82vw)}
  .mockup-label{left:22px;bottom:20px}
}

/* V1.6 — vertically center the horizontal Resources cards in the viewport */
.resources-horizontal .resources-sticky{position:sticky;top:0;height:100svh;min-height:620px;display:block;overflow:hidden}
.resources-horizontal .resource-horizontal-window{position:absolute;left:0;top:50%;width:100%;transform:translateY(-50%)}
.resources-horizontal .resource-horizontal-track{padding-top:0;padding-bottom:0;align-items:center}
.resources-horizontal .resource-scroll-cue{bottom:24px}
@media(max-width:760px){
  .resources-horizontal .resource-horizontal-window{top:50%;}
  .resources-horizontal .resource-horizontal-track{padding-top:0;padding-bottom:0}
}


/* V1.7 — book journey: fit every panel and artwork fully inside the viewport */
.book-horizontal-journey{height:calc(100svh + 300vw);min-height:900px}
.book-sticky{
  top:126px;
  height:calc(100svh - 150px);
  min-height:500px;
}
.book-horizontal-window{height:100%;display:flex;align-items:center}
.book-horizontal-track{
  align-items:center;
  padding:18px 0 28px 6vw;
}
.book-horizontal .book-panel{
  box-sizing:border-box;
  height:min(55vh,500px);
  min-height:390px;
  overflow:hidden;
}
.panel-cover{padding:24px;box-sizing:border-box}
.book-mockup-wrap{
  width:min(470px,50vw);
  height:100%;
  min-height:0;
  transform:translateY(0);
}
.book-mockup{
  width:min(450px,48vw);
  max-width:100%;
  max-height:86%;
  height:auto;
  object-fit:contain;
}
.mockup-label{left:26px;bottom:18px}
.book-horizontal .panel-spread{
  padding:46px 52px;
  box-sizing:border-box;
  min-height:0;
}
.book-horizontal .spread-copy{
  padding:18px;
  min-width:0;
}
.book-horizontal .spread-copy h3{
  font-size:clamp(38px,3.7vw,58px);
  line-height:.9;
  margin:12px 0 14px;
}
.book-horizontal .spread-copy p{
  font-size:13px;
  line-height:1.5;
  max-width:320px;
  margin:0;
}
.book-horizontal .spread-art img{width:min(190px,22vw);max-width:100%}
.book-horizontal .panel-end h3{font-size:clamp(52px,5vw,70px);line-height:.86}

@media(max-height:760px) and (min-width:761px){
  .book-sticky{top:116px;height:calc(100svh - 136px);min-height:450px}
  .book-horizontal .book-panel{height:min(56vh,460px);min-height:360px}
  .book-horizontal-track{padding-top:12px;padding-bottom:20px}
  .book-mockup{max-height:82%}
  .book-horizontal .panel-spread{padding:34px 42px}
  .book-horizontal .spread-copy h3{font-size:clamp(34px,3.5vw,52px)}
}
@media(max-width:760px){
  .book-horizontal-journey{height:calc(100svh + 340vw);min-height:920px}
  .book-sticky{top:108px;height:calc(100svh - 128px);min-height:430px}
  .book-horizontal-window{height:100%}
  .book-horizontal-track{padding:14px 0 22px 5vw;gap:18px}
  .book-horizontal .book-panel{width:88vw;height:58vh;min-height:390px;border-radius:28px}
  .book-horizontal .panel-cover{padding:18px}
  .book-mockup-wrap{width:82vw;height:100%}
  .book-mockup{width:78vw;max-height:82%}
  .mockup-label{left:20px;bottom:16px}
  .book-horizontal .panel-spread{padding:30px 28px;grid-template-columns:1fr 1fr}
  .book-horizontal .spread-copy{padding:8px}
  .book-horizontal .spread-copy h3{font-size:clamp(34px,8.5vw,48px);line-height:.9}
  .book-horizontal .spread-copy p{font-size:12px;line-height:1.45}
  .book-horizontal .spread-art img{width:min(150px,24vw)}
}


/* =========================================================
   BRAVE & KIND GSAP V2 — FINAL LAYOUT / VIEWPORT FIXES
   ========================================================= */

/* Core palette: deeper pastel beige without losing warmth. */
:root{
  --cream:#e7dcc9;
  --paper:#fbf3e6;
  --ink:#2c2823;
  --muted:#655d53;
  --coral:#eb7d79;
  --sage:#b6cc72;
  --lav:#9685bf;
  --peach:#f4b7aa;
  --line:rgba(44,40,35,.16);
  --shadow:0 28px 75px rgba(55,45,32,.16);
}

html{
  scroll-behavior:auto;
  overflow-x:clip;
}

body{
  background:var(--cream);
  color:var(--ink);
  overflow-x:clip;
}

.section{
  overflow:clip;
}

/* Fixed navigation always sits above the moving artwork. */
.site-header{
  top:16px;
  z-index:5000;
}

.desktop-nav{
  background:rgba(251,243,230,.92);
  border-color:rgba(44,40,35,.12);
  box-shadow:0 14px 45px rgba(55,45,32,.10);
}

.desktop-nav a{
  color:var(--ink);
}

.header-cta{
  background:var(--ink);
  box-shadow:0 10px 25px rgba(44,40,35,.12);
}

/* -------------------------
   Homepage section rhythm
------------------------- */
.hero{
  min-height:100svh;
  background:
    radial-gradient(circle at 78% 25%,rgba(251,243,230,.95) 0 9%,transparent 31%),
    var(--cream);
}

.about-section{
  background:#eee3d2;
}

.framework-section{
  background:#e4d8c5;
}

.shop-section{
  background:#dfd1bb;
}

.reviews-section{
  background:#e9ddca;
}

.contact-section{
  background:#e2d5c1;
}

/* Keep normal sections comfortably below the fixed header. */
.about-section,
.framework-section,
.resources-section,
.shop-section,
.reviews-section,
.contact-section{
  scroll-margin-top:90px;
}

/* -------------------------
   BOOK — stable vertical -> horizontal journey
------------------------- */
.book-section{
  background:
    radial-gradient(circle at 80% 30%,rgba(251,243,230,.9) 0 8%,transparent 28%),
    radial-gradient(circle at 15% 80%,rgba(182,204,114,.42) 0 7%,transparent 30%),
    #e1d4bf;
  padding-top:112px;
  padding-bottom:0;
  min-height:auto;
  overflow:visible;
}

.book-backdrop{
  opacity:.7;
  pointer-events:none;
}

.book-intro{
  padding-bottom:30px;
  position:relative;
  z-index:10;
}

.book-horizontal .book-intro .display{
  font-size:clamp(52px,6.1vw,88px);
  line-height:.88;
  max-width:850px;
  margin-top:12px;
  margin-bottom:18px;
}

.book-horizontal .book-intro .body-copy{
  max-width:600px;
  font-size:15px;
}

/*
  No hardcoded 300vw/340vw here.
  app.js calculates this element's exact height from
  the real width of the horizontal track.
*/
.book-horizontal-journey{
  position:relative;
  height:auto;
  min-height:0;
  margin-top:0;
  overflow:visible;
}

.book-sticky{
  position:sticky;
  top:104px;
  height:calc(100svh - 128px);
  min-height:460px;
  overflow:hidden;
  display:flex;
  align-items:center;
  isolation:isolate;
  background:transparent;
}

.book-horizontal-window{
  width:100%;
  height:100%;
  overflow:hidden;
  display:flex;
  align-items:center;
}

.book-horizontal-track{
  display:flex;
  align-items:center;
  gap:26px;
  width:max-content;
  padding:20px 0 26px 5vw;
  will-change:transform;
}

.book-horizontal .book-panel{
  box-sizing:border-box;
  flex:0 0 auto;
  width:min(760px,70vw);
  height:min(58vh,500px);
  min-height:390px;
  border-radius:34px;
  overflow:hidden;
  position:relative;
  opacity:1;
  visibility:visible;
  box-shadow:0 24px 70px rgba(60,48,34,.10);
}

/* Cover panel */
.book-horizontal .panel-cover{
  padding:18px;
  display:grid;
  place-items:center;
  background:
    radial-gradient(circle at 22% 35%,rgba(239,198,102,.38) 0 3%,transparent 13%),
    radial-gradient(circle at 80% 75%,rgba(182,204,114,.28) 0 5%,transparent 20%),
    var(--paper);
}

.book-mockup-wrap{
  width:min(480px,52vw);
  height:100%;
  display:grid;
  place-items:center;
  position:relative;
  transform:none;
}

.book-mockup{
  display:block;
  width:min(430px,48vw);
  max-width:100%;
  max-height:92%;
  height:auto;
  object-fit:contain;
  filter:drop-shadow(0 25px 28px rgba(58,47,34,.20));
  transform:rotate(-1deg);
  transform-origin:center;
}

.panel-cover:hover .book-mockup{
  transform:rotate(0deg) translateY(-7px) scale(1.025);
}

.mockup-label{
  position:absolute;
  left:24px;
  bottom:18px;
  font-size:9px;
  font-weight:900;
  letter-spacing:.16em;
  color:#766c5d;
}

/* Story spreads */
.book-horizontal .panel-spread{
  padding:44px 52px;
  display:grid;
  grid-template-columns:1fr 1fr;
  align-items:center;
  min-width:0;
  background:var(--paper);
}

.book-horizontal .spread-copy{
  padding:10px;
  min-width:0;
  position:relative;
  z-index:2;
}

.book-horizontal .spread-copy span,
.book-horizontal .panel-end span{
  font-size:9px;
  font-weight:900;
  letter-spacing:.17em;
}

.book-horizontal .spread-copy h3{
  font-size:clamp(38px,4.1vw,60px);
  line-height:.88;
  margin:13px 0 14px;
  letter-spacing:-.045em;
}

.book-horizontal .spread-copy p{
  max-width:315px;
  font-size:13px;
  line-height:1.5;
  margin:0;
  color:#675f54;
}

.book-horizontal .spread-art{
  display:grid;
  place-items:center;
  min-width:0;
}

.book-horizontal .spread-art img{
  width:min(205px,22vw);
  max-width:100%;
  filter:drop-shadow(0 22px 22px rgba(60,48,34,.14));
}

.book-horizontal .sage-panel{
  background:#d6e2ad;
}

.book-horizontal .lavender-panel{
  background:#d8d0e9;
}

.book-horizontal .panel-end{
  background:#302b26;
  color:#fffaf1;
  display:grid;
  place-items:center;
  text-align:center;
}

.book-horizontal .panel-end h3{
  font-size:clamp(48px,5vw,70px);
  line-height:.86;
  margin:16px 0 22px;
}

.end-botanical{
  position:absolute;
  width:280px;
  right:-35px;
  bottom:-75px;
  opacity:.3;
  pointer-events:none;
}

.book-scroll-cue,
.resource-scroll-cue{
  z-index:30;
  pointer-events:none;
}

/* -------------------------
   FRAMEWORK
------------------------- */
.framework-section{
  min-height:100svh;
}

.framework-wrap{
  min-height:calc(100svh - 80px);
  padding-top:28px;
  padding-bottom:28px;
}

.framework-heading .display{
  font-size:clamp(54px,6.3vw,92px);
}

.framework-cards{
  gap:18px;
}

.frame-card{
  min-height:420px;
  background-image:linear-gradient(145deg,rgba(255,255,255,.12),transparent 55%);
  box-shadow:0 22px 60px rgba(60,48,34,.08);
}

.frame-card img{
  width:105px;
}

/* -------------------------
   RESOURCES — same reliable sticky architecture
------------------------- */
.resources-horizontal{
  height:auto;
  min-height:0;
  padding:0;
  background:#ddd1bf;
  overflow:visible;
}

.resources-sticky{
  position:sticky;
  top:0;
  height:100svh;
  min-height:620px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  justify-content:center;
  background:
    radial-gradient(circle at 20% 20%,rgba(182,204,114,.22),transparent 28%),
    #ddd1bf;
}

.resources-head-wrap{
  position:relative;
  z-index:10;
  width:min(1220px,88vw);
}

.resources-horizontal .resource-top{
  margin:0 0 20px;
  padding:0;
}

.resources-horizontal .resource-top .display{
  font-size:clamp(50px,5.5vw,82px);
  line-height:.88;
  margin:12px 0 0;
}

.resources-horizontal .resource-top .body-copy{
  max-width:410px;
  font-size:14px;
}

.resource-horizontal-window{
  position:relative;
  width:100%;
  overflow:hidden;
}

.resource-horizontal-track{
  display:flex;
  align-items:stretch;
  gap:20px;
  width:max-content;
  padding:10px 0 24px 5vw;
  will-change:transform;
}

.resources-horizontal .resource-card{
  width:min(410px,30vw);
  min-width:360px;
  height:min(57vh,470px);
  min-height:380px;
  flex:0 0 auto;
  border-radius:30px;
  padding:28px;
  box-shadow:0 22px 60px rgba(60,48,34,.10);
  opacity:1;
  visibility:visible;
}

.resources-horizontal .resource-card h3{
  font-size:clamp(39px,3.7vw,55px);
}

.resources-horizontal .resource-card img{
  width:150px;
}

.resource-scroll-cue{
  position:absolute;
  right:5vw;
  bottom:24px;
}

/* -------------------------
   Shop / review / contact
------------------------- */
.shop-section{
  min-height:100svh;
}

.product-card{
  background:#f9efe0;
  box-shadow:0 20px 55px rgba(60,48,34,.10);
}

.reviews-section{
  min-height:85svh;
}

.contact-section{
  min-height:100svh;
}

.contact-form{
  background:#f9efe0;
}

/* -------------------------
   Inner pages
------------------------- */
.inner-page{
  background:var(--cream);
}

.inner-page main{
  min-height:100svh;
}

.inner-hero{
  min-height:100svh;
  padding-top:150px;
  display:flex;
  align-items:center;
  background:
    radial-gradient(circle at 78% 30%,rgba(251,243,230,.92) 0 9%,transparent 32%),
    #e5d8c4;
  overflow:hidden;
}

.inner-copy{
  position:relative;
  z-index:8;
}

.inner-copy .display{
  font-size:clamp(62px,8vw,116px);
  line-height:.84;
  max-width:900px;
}

.inner-copy .body-copy{
  max-width:620px;
}

.inner-art{
  position:absolute;
  width:min(44vw,570px);
  height:min(65vh,620px);
  right:7vw;
  top:50%;
  transform:translateY(-45%);
  display:grid;
  place-items:center;
  pointer-events:none;
}

.inner-art img{
  width:min(72%,360px);
  max-height:78%;
  object-fit:contain;
  filter:drop-shadow(0 30px 30px rgba(60,48,34,.15));
}

.inner-content{
  min-height:85svh;
  display:flex;
  align-items:center;
  background:#ddd0bd;
}

.inner-content .container{
  max-width:1000px;
}

.inner-content .display{
  font-size:clamp(52px,6vw,90px);
}

.site-footer{
  position:relative;
  z-index:20;
}

/* -------------------------
   Responsive desktop short viewport
------------------------- */
@media(max-height:760px) and (min-width:761px){
  .site-header{
    top:12px;
  }

  .book-section{
    padding-top:102px;
  }

  .book-horizontal .book-intro{
    padding-bottom:18px;
  }

  .book-horizontal .book-intro .display{
    font-size:clamp(44px,5.2vw,70px);
  }

  .book-horizontal .book-intro .body-copy{
    font-size:14px;
  }

  .book-sticky{
    top:92px;
    height:calc(100svh - 112px);
    min-height:420px;
  }

  .book-horizontal .book-panel{
    height:min(58vh,455px);
    min-height:350px;
  }

  .book-mockup{
    max-height:88%;
  }

  .framework-wrap{
    min-height:calc(100svh - 50px);
  }

  .resources-sticky{
    min-height:560px;
  }

  .resources-horizontal .resource-card{
    height:min(57vh,410px);
    min-height:350px;
  }
}

/* -------------------------
   Tablet / mobile
------------------------- */
@media(max-width:1050px){
  .desktop-nav a{
    padding:10px 8px;
  }

  .header-cta{
    padding:12px 15px;
  }

  .hero-copy{
    width:62vw;
  }

  .framework-wrap{
    grid-template-columns:1fr;
    gap:35px;
  }
}

@media(max-width:760px){
  .site-header{
    left:18px;
    right:18px;
    top:12px;
  }

  .desktop-nav,
  .header-cta{
    display:none;
  }

  .menu-btn{
    display:grid;
    place-content:center;
    gap:4px;
  }

  .section{
    padding:105px 0 72px;
  }

  .container{
    width:90vw;
  }

  .hero{
    min-height:100svh;
  }

  .hero-copy{
    width:90vw;
    margin-left:5vw;
    padding-top:35px;
  }

  .hero-title{
    font-size:clamp(68px,20vw,105px);
  }

  .hero-description{
    font-size:15px;
  }

  .hero-stage{
    width:90vw;
    height:52vh;
    right:-20vw;
    top:34vh;
    opacity:.62;
  }

  .card-heart{
    width:120px;
  }

  .card-leaf{
    width:150px;
  }

  .card-shield{
    width:125px;
  }

  .about-wrap,
  .contact-wrap{
    grid-template-columns:1fr;
    gap:45px;
  }

  .about-visual{
    height:430px;
  }

  .portrait-frame{
    width:290px;
  }

  .display{
    font-size:clamp(54px,14vw,82px);
  }

  /* Book mobile horizontal journey */
  .book-section{
    padding-top:104px;
  }

  .book-horizontal .book-intro{
    padding-bottom:18px;
  }

  .book-horizontal .book-intro .display{
    font-size:clamp(43px,11vw,64px);
  }

  .book-horizontal .book-intro .body-copy{
    font-size:14px;
  }

  .book-sticky{
    top:88px;
    height:calc(100svh - 106px);
    min-height:470px;
  }

  .book-horizontal-track{
    gap:16px;
    padding-left:5vw;
    padding-right:5vw;
  }

  .book-horizontal .book-panel{
    width:88vw;
    height:58vh;
    min-height:390px;
    border-radius:28px;
  }

  .book-mockup-wrap{
    width:84vw;
  }

  .book-mockup{
    width:78vw;
    max-width:390px;
    max-height:88%;
  }

  .book-horizontal .panel-spread{
    padding:28px;
    grid-template-columns:1fr 1fr;
  }

  .book-horizontal .spread-copy{
    padding:5px;
  }

  .book-horizontal .spread-copy h3{
    font-size:clamp(32px,8.3vw,47px);
  }

  .book-horizontal .spread-copy p{
    font-size:11.5px;
  }

  .book-horizontal .spread-art img{
    width:min(145px,25vw);
  }

  .book-horizontal .panel-end h3{
    font-size:clamp(46px,11vw,64px);
  }

  /* Framework */
  .framework-wrap{
    min-height:auto;
    padding-top:0;
    padding-bottom:0;
  }

  .framework-cards{
    grid-template-columns:1fr;
  }

  .frame-card{
    min-height:370px;
  }

  /* Resources */
  .resources-horizontal{
    height:auto;
    min-height:0;
  }

  .resources-sticky{
    min-height:680px;
    height:100svh;
    justify-content:center;
  }

  .resources-head-wrap{
    width:90vw;
  }

  .resources-horizontal .resource-top{
    display:block;
    margin-bottom:12px;
  }

  .resources-horizontal .resource-top .display{
    font-size:clamp(44px,11vw,62px);
  }

  .resources-horizontal .resource-top .body-copy{
    margin-top:15px;
    font-size:13px;
  }

  .resource-horizontal-track{
    gap:16px;
    padding-left:5vw;
    padding-right:5vw;
  }

  .resources-horizontal .resource-card{
    width:82vw;
    min-width:82vw;
    height:55vh;
    min-height:400px;
    padding:26px;
  }

  .resources-horizontal .resource-card h3{
    font-size:clamp(38px,10vw,54px);
  }

  /* Inner pages */
  .inner-hero{
    min-height:100svh;
    padding-top:120px;
    padding-bottom:80px;
    align-items:flex-start;
  }

  .inner-copy{
    padding-top:70px;
  }

  .inner-copy .display{
    font-size:clamp(54px,14vw,82px);
  }

  .inner-art{
    width:58vw;
    height:42vh;
    right:-8vw;
    top:58%;
    opacity:.55;
  }

  .inner-art img{
    width:75%;
  }

  .inner-content{
    min-height:80svh;
  }

  .contact-form{
    grid-template-columns:1fr;
    padding:24px;
    border-radius:28px;
  }

  .contact-form .full{
    grid-column:auto;
  }

  .site-footer{
    flex-direction:column;
    gap:14px;
  }

  .cursor-dot,
  .cursor-ring{
    display:none;
  }
}

@media(max-width:480px){
  .hero-actions{
    flex-wrap:wrap;
  }

  .product-track{
    grid-template-columns:1fr;
  }

  .book-horizontal .panel-spread{
    grid-template-columns:1fr 1fr;
  }

  .book-horizontal .spread-art img{
    width:115px;
  }

  .contact-art img{
    width:75px;
  }
}

/* Prevent accidental horizontal scroll caused by transforms. */
img{
  max-width:100%;
}

button{
  appearance:none;
}
