@import url('https://fonts.googleapis.com/css2?family=Assistant:wght@400;600;700;800;900&family=Varela+Round&display=swap');

:root{
  --ink:#252229;
  --muted:#5f5147;
  --desk:#bd8659;
  --desk-dark:#9f6c45;
  --paper:#fffdf4;
  --paper-line:rgba(112,169,215,.28);
  --paper-lines:linear-gradient(to bottom,transparent calc(100% - 1px),var(--paper-line) calc(100% - 1px));
  --yellow:#ffe35a;
  --pink:#ff55c8;
  --green:#91ff4d;
  --tape:rgba(245,218,143,.72);
  --shadow:0 16px 28px rgba(64,39,20,.26);
  --hard-shadow:8px 12px 0 rgba(42,28,18,.16);
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;direction:rtl;font-family:Assistant,Arial,sans-serif;color:var(--ink);font-size:18px;line-height:1.55;background:var(--desk);background-image:radial-gradient(rgba(255,255,255,.18) 1px,transparent 1px),radial-gradient(rgba(80,45,20,.12) 1px,transparent 1px),linear-gradient(125deg,#c99566 0%,var(--desk) 46%,var(--desk-dark) 100%);background-size:11px 11px,17px 17px,100% 100%;overflow-x:hidden}
a{color:inherit} img{max-width:100%;display:block} h1,h2,h3,p{margin-top:0} h1,h2,h3{font-family:'Varela Round',Assistant,sans-serif;line-height:1.08;letter-spacing:-.025em} h1{font-size:clamp(2.25rem,5vw,5rem)} h2{font-size:clamp(1.75rem,3.6vw,3.3rem)} h3{font-size:clamp(1.25rem,2vw,1.75rem)} p{margin-bottom:18px}.site-header{position:sticky;top:0;z-index:50;width:min(1180px,calc(100% - 28px));margin:16px auto 0;display:flex;justify-content:space-between;align-items:center;gap:18px;pointer-events:none}.site-header>*{pointer-events:auto}.brand{position:relative;background:var(--yellow);padding:8px 16px;border-radius:6px;box-shadow:var(--shadow);transform:rotate(-1deg)}.brand:before,.sticky-note:before,.headline-sheet:before,.photo-card:before{content:"";position:absolute;top:-16px;left:50%;width:18px;height:18px;border-radius:50%;background:#ff4b3c;box-shadow:0 3px 5px rgba(0,0,0,.25);z-index:3}.brand img{height:38px;width:auto}nav{display:flex;gap:10px;flex-wrap:wrap}nav a{display:inline-flex;align-items:center;min-height:46px;padding:8px 18px;border-radius:6px;text-decoration:none;font-weight:900;background:#fff;box-shadow:0 8px 14px rgba(64,39,20,.18);transition:transform .16s ease,box-shadow .16s ease}nav a:nth-child(2){background:var(--green)}nav a:nth-child(3){background:var(--yellow)}nav a[href="#order"]{background:var(--yellow)}nav a:hover{transform:translateY(-3px) rotate(.5deg);box-shadow:0 12px 18px rgba(64,39,20,.25)}

.desk-hero,.desk-section{position:relative;width:min(1180px,calc(100% - 32px));margin:0 auto}.desk-hero{padding:42px 0 46px}.headline-sheet{position:relative;background-color:var(--paper);background-image:var(--paper-lines);background-size:100% 38px;background-repeat:repeat;box-shadow:var(--shadow);padding:24px 34px;border-radius:4px;max-width:900px;margin:0 auto 34px;text-align:center;transform:rotate(-.7deg)}.headline-sheet h1{line-height:1.01;margin-bottom:22px}.headline-sheet p{font-size:1.25rem;color:#433830;margin-bottom:0}.headline-sheet .action-row{margin-top:34px}.small-headline{max-width:860px}.taped:after{content:"";position:absolute;top:-12px;right:11%;width:96px;height:28px;background:var(--tape);transform:rotate(-3deg);box-shadow:0 3px 8px rgba(92,59,26,.12)}
.headline-sheet h1,.headline-sheet h2{text-wrap:balance}.home-hero .headline-sheet h1{white-space:nowrap;font-size:clamp(2.7rem,4.6vw,4.2rem)}

.hero-worktable{display:grid;grid-template-columns:1fr 1fr;gap:42px;align-items:stretch;margin-top:28px}.product-scene{position:relative;min-height:520px}.cutout{filter:drop-shadow(16px 22px 16px rgba(45,28,15,.32));will-change:transform}.product-object{position:absolute;max-width:min(92%,520px);max-height:430px;object-fit:contain}.scene-teacher .product-object{right:2%;top:24px;transform:rotate(-6deg)}.scene-cards .product-object{left:1%;top:10px;transform:rotate(6deg)}.sticky-note{position:relative;background:var(--yellow);box-shadow:var(--hard-shadow),var(--shadow);border-radius:7px;padding:22px 24px;transform:rotate(-1deg)}.sticky-note p{font-size:1.08rem;color:#3b312a}.yellow-note{background:var(--yellow)}.green-note{background:var(--green)}.pink-note{background:#ffd5f1}.white-note{background:var(--paper)}.product-scene .sticky-note{position:absolute;width:min(360px,80%);z-index:4}.scene-teacher .sticky-note{left:0;bottom:8px}.scene-cards .sticky-note{right:0;bottom:20px;transform:rotate(1.5deg)}.paper-button,.button{display:inline-flex;align-items:center;justify-content:center;min-height:48px;border-radius:999px;border:4px solid var(--yellow);padding:10px 22px;text-decoration:none;font-weight:900;background:#fff;box-shadow:0 7px 0 rgba(0,0,0,.16);transition:transform .16s ease,box-shadow .16s ease,filter .16s ease}.paper-button:hover,.button:hover{transform:translateY(-4px);box-shadow:0 11px 0 rgba(0,0,0,.15),0 14px 20px rgba(64,39,20,.18);filter:saturate(1.05)}.primary{background:var(--pink);color:var(--ink);border-color:var(--yellow)}.secondary{background:var(--green);border-color:#fff}.tertiary{background:#fff;color:var(--ink)}.home-choice{max-width:900px;margin:10px auto 0;text-align:center;background:rgba(255,253,244,.94)}.home-choice p{font-size:1.18rem;color:#3c3028}.action-row{display:flex;gap:12px;justify-content:center;align-items:center;flex-wrap:wrap}

.offer-board{display:grid;grid-template-columns:minmax(0,.86fr) minmax(360px,1.18fr) minmax(0,.86fr);gap:22px;align-items:center;direction:ltr;margin:36px auto 0}.offer-card{direction:rtl;position:relative;display:flex;flex-direction:column;gap:16px;min-height:560px;padding:20px;border-radius:9px;text-decoration:none;color:inherit;background:rgba(255,253,244,.96);box-shadow:var(--shadow);border:2px solid rgba(69,45,26,.14)}.side-offer{transform:rotate(-1deg);transition:transform .16s ease,box-shadow .16s ease}.side-offer:nth-child(3){transform:rotate(1deg)}.side-offer:hover{transform:translateY(-5px) rotate(0deg);box-shadow:0 22px 30px rgba(64,39,20,.26)}.bundle-offer{z-index:2;min-height:640px;padding:24px 26px 28px;background:#fff7cf;border:5px solid var(--yellow);box-shadow:0 20px 0 rgba(64,39,20,.18),0 28px 36px rgba(64,39,20,.24);transform:translateY(-14px)}.offer-ribbon{align-self:center;margin-top:-42px;padding:9px 16px;border-radius:999px;background:var(--pink);border:4px solid var(--yellow);box-shadow:0 7px 0 rgba(0,0,0,.16);font-weight:900;text-align:center}.offer-visual{position:relative;min-height:170px;display:flex;align-items:center;justify-content:center}.offer-visual .cutout{max-height:210px;width:auto;object-fit:contain}.bundle-visual{min-height:210px}.bundle-visual .cutout{max-height:250px}.offer-visual .pdf-tag{top:0;left:6px}.offer-copy{flex:1}.offer-copy h2{font-size:clamp(1.65rem,2.9vw,2.65rem);margin-bottom:12px}.offer-copy p{font-size:1.09rem;line-height:1.48;font-weight:700;color:#352b25}.offer-list{padding:0;margin:14px 0 0;list-style:none}.offer-list li{position:relative;padding-right:24px;margin:9px 0;color:#352b25;font-size:1.09rem;line-height:1.48}.offer-list li:before{content:"";position:absolute;right:0;top:.68em;width:10px;height:10px;border-radius:50%;background:var(--pink);box-shadow:0 0 0 3px rgba(255,227,90,.65)}.offer-footer{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:auto}.side-offer .offer-footer{display:grid;grid-template-columns:1fr;align-items:stretch}.single-price{font-family:'Varela Round',Assistant,sans-serif;font-size:2.35rem;line-height:1;color:#211f26}.side-offer .single-price{justify-self:end}.offer-footer .paper-button{min-height:42px;padding:8px 16px;font-size:.95rem;text-align:center;line-height:1.2}.side-offer .offer-footer .paper-button{width:100%}.bundle-price{display:grid;grid-template-columns:auto 1fr;gap:2px 14px;align-items:end;margin:2px 0 4px;padding:14px 16px;border-radius:8px;background:rgba(255,255,255,.82);border:2px dashed rgba(33,31,38,.18)}.bundle-price span{font-weight:900;color:#5b4b40}.bundle-price s{font-size:1.25rem;text-decoration-thickness:3px;text-decoration-color:#e94c3f}.bundle-price strong{grid-row:1/3;grid-column:2;font-family:'Varela Round',Assistant,sans-serif;font-size:clamp(3rem,5vw,4.4rem);line-height:.9;color:#211f26;text-align:left}.bundle-price em{font-style:normal;font-weight:900;color:#b73565}.bundle-offer .button{align-self:stretch;text-align:center}

.pdf-tag{position:absolute;z-index:7;display:inline-flex;align-items:center;gap:7px;padding:6px 10px;border:1px solid rgba(37,34,41,.16);border-radius:9px;background:rgba(255,253,244,.96);box-shadow:0 5px 12px rgba(64,39,20,.18);font-size:.78rem;font-weight:900;color:#433830;letter-spacing:.01em;line-height:1;transform:rotate(-2deg);pointer-events:none}.pdf-tag strong{display:inline-flex;align-items:center;justify-content:center;padding:4px 6px;border-radius:5px;background:#e94c3f;color:#fff;font-size:.72rem;letter-spacing:.04em}.pdf-tag span{font-size:.78rem;white-space:nowrap}.scene-teacher .pdf-tag{right:34px;top:18px}.scene-cards .pdf-tag{left:26px;top:12px}.single-table-scene .pdf-tag{right:13%;top:30px}.cards-page .single-table-scene .pdf-tag{right:7%;top:26px}.image-note-pair>.pdf-tag{right:18%;top:18px}.showcase-item>.pdf-tag{right:13%;top:8px}.showcase-item:nth-child(2)>.pdf-tag{right:auto;left:14%}.paper-product-dummy .pdf-tag{right:18px;top:18px}.object-cards+.pdf-tag{left:11%;top:12px}.color-visual .pdf-tag{right:8%;top:8%}

.buyer-map{padding:22px 0 58px}.buyer-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px;align-items:stretch}.buyer-note{min-height:250px;display:flex;flex-direction:column;justify-content:center}.buyer-note:nth-child(1){transform:rotate(1.3deg)}.buyer-note:nth-child(2){transform:rotate(-1deg)}.buyer-note:nth-child(3){transform:rotate(.7deg)}
.bundle-highlights{padding:22px 0 64px}.bundle-highlight-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:28px;align-items:stretch;margin-top:30px}.highlight-panel{position:relative;display:grid;gap:22px;align-content:start;padding:26px 28px 30px;border-radius:8px;background-color:#fffdf4;background-image:var(--paper-lines);background-size:100% 34px;background-repeat:repeat;box-shadow:var(--shadow);border:3px solid rgba(69,45,26,.13);overflow:visible}.highlight-panel:before{content:"";position:absolute;top:-12px;left:50%;width:18px;height:18px;border-radius:50%;background:#ff4b3c;box-shadow:0 3px 5px rgba(0,0,0,.25);z-index:5}.cards-highlight-panel{transform:rotate(-.65deg)}.notebook-highlight-panel{transform:rotate(.55deg)}.highlight-panel-head{position:relative;z-index:1;display:grid;grid-template-columns:minmax(170px,.48fr) minmax(0,1fr);gap:22px;align-items:center}.highlight-product{width:100%;max-height:210px;object-fit:contain}.notebook-highlight-product{max-height:230px}.highlight-kicker{display:inline-block;margin-bottom:8px;font-weight:900;color:#b73565}.highlight-panel h3{font-size:clamp(1.45rem,2.3vw,2.15rem);line-height:1.12;margin-bottom:10px}.highlight-panel p{margin:0;font-size:1.04rem;font-weight:700;line-height:1.55;color:#3b312a}.color-chip-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.color-chip{min-height:150px;padding:16px 14px;border-radius:7px;box-shadow:0 7px 0 rgba(64,39,20,.12);display:grid;gap:8px;align-content:start}.color-chip strong{font-size:1.22rem}.color-chip span{font-weight:700;line-height:1.42;color:#382f29}.yellow-chip{background:#ffe35a}.pink-chip{background:#ffd5f1}.green-chip{background:#85ff3f}.toc-teaser-grid{position:relative;z-index:1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 12px}.toc-teaser-grid span{padding:10px 12px;border-radius:6px;background:rgba(255,255,255,.72);border:2px dashed rgba(63,49,38,.24);font-weight:900;line-height:1.25;color:#2b272f}

.visual-proof{padding:32px 0 58px}.section-title,.section-note{max-width:760px;margin:0 auto 34px;text-align:center}.showcase-grid{display:grid;gap:34px}.two-up{grid-template-columns:1fr 1fr}.showcase-item{position:relative;min-height:500px}.showcase-item .float-object{position:absolute;inset:0 auto auto 50%;transform:translateX(-50%) rotate(-2deg);max-width:82%;max-height:360px;object-fit:contain}.showcase-item:nth-child(2) .float-object{transform:translateX(-50%) rotate(3deg)}.item-note{position:absolute;right:8%;bottom:8px;width:min(390px,82%);z-index:4}.showcase-item:nth-child(2) .item-note{right:auto;left:6%;transform:rotate(1.5deg)}.proof-pair{grid-template-columns:1fr 1fr;margin-top:20px}.photo-card{position:relative;margin:0;background:#fff;padding:14px;box-shadow:var(--shadow);transform:rotate(-1deg)}.photo-card img{width:100%;height:100%;object-fit:cover}.big-proof-photo{height:430px;background:#fff6fb}.big-proof-photo img{object-fit:contain;background:#fff6fb}.product-proof-card{height:430px;display:grid;place-items:center;overflow:visible;background:#fffdf4}.product-proof-card img{width:auto;height:auto;max-width:92%;max-height:92%;object-fit:contain;background:transparent}.proof-item{display:grid;grid-template-rows:1fr auto;gap:16px;min-height:auto}.proof-item .item-note{position:relative;right:auto;left:auto;bottom:auto;width:auto;transform:rotate(1deg)}.proof-item:nth-child(2) .item-note{left:auto;transform:rotate(-1deg)}

.compact-section{padding:36px 0;display:grid;grid-template-columns:240px 1fr;gap:28px;align-items:center}.founder-photo{padding-bottom:44px;transform:rotate(-3deg)}.founder-photo img{height:270px;object-fit:cover;background:var(--yellow)}.founder-note{transform:rotate(1deg)}.product-summary{padding:36px 0 60px}.bundle-objects{position:relative;min-height:520px}.bundle-objects .cutout,.bundle-objects .paper-product-dummy{position:absolute}.paper-product-dummy{width:330px;min-height:430px;padding:58px 28px 26px;border-radius:10px;background:radial-gradient(circle at 76% 22%,#f6d842 0 3%,transparent 4%),repeating-linear-gradient(0deg,#fff9dc 0,#fff9dc 37px,#eadfba 38px);box-shadow:var(--shadow);border:8px solid #f1e5bf;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px}.paper-product-dummy:before{content:"";position:absolute;top:-15px;left:50%;width:18px;height:18px;border-radius:50%;background:#ff4b3c;box-shadow:0 3px 5px rgba(0,0,0,.25)}.paper-product-dummy strong{font-family:'Varela Round',Assistant,sans-serif;font-size:2.4rem;line-height:1.05}.paper-product-dummy span{font-weight:900;font-size:1.25rem}.object-teacher{right:6%;top:52px;max-width:330px;transform:rotate(-8deg)}.object-cards{left:4%;top:0;max-width:470px;transform:rotate(8deg)}.bundle-note-clean{position:absolute;right:32%;bottom:30px;width:min(420px,90%);z-index:3}.contact{padding:38px 0 80px}.order-note{max-width:760px;margin:0 auto}.order-note form{display:grid;grid-template-columns:1fr 1fr;gap:16px;text-align:right}.order-note label{font-weight:900}.order-note input,.order-note select,.order-note textarea{display:block;width:100%;margin-top:6px;border:2px solid var(--ink);background:#fff;border-radius:6px;padding:12px 14px;font:inherit}.order-note textarea,.order-note label:nth-last-child(2){grid-column:1/-1}.order-note button{justify-self:start}

.single-product-hero{display:grid;grid-template-columns:minmax(0,1fr) 1.15fr;gap:36px;align-items:center;min-height:680px}.single-product-hero .headline-sheet{margin:0;text-align:right}.single-table-scene{position:relative;min-height:560px}.hero-cutout{position:absolute;max-height:520px;max-width:72%;right:10%;top:24px;transform:rotate(-5deg)}.cards-cutout{max-width:82%;right:3%;transform:rotate(5deg)}.cards-back-table-spread{max-width:96%;max-height:500px;right:-4%;top:18px;transform:rotate(2.5deg);object-fit:contain}.side-note{position:absolute;left:0;bottom:30px;width:min(360px,76%);z-index:3}.two-column-table{display:grid;grid-template-columns:1fr 1fr;gap:36px;align-items:center;padding:40px 0}.centered-detail-table{display:flex;justify-content:center;padding:40px 0}.centered-detail-table .detail-note{width:min(760px,100%)}.detail-note{transform:rotate(-.8deg)}.checks{padding:0;margin:18px 0 0;list-style:none}.checks li{position:relative;padding-right:30px;margin:11px 0}.checks li:before{content:"✎";position:absolute;right:0;color:var(--pink);font-weight:900}.image-note-pair{position:relative;min-height:420px}.support-cutout{max-height:340px;max-width:74%;object-fit:contain;transform:rotate(4deg)}.small-side-note{position:absolute;left:0;bottom:0;width:min(330px,82%)}.product-founder{grid-template-columns:260px 1fr}.cards-proof-pair .proof-whatsapp{height:360px;background:#fff6fb}.cards-proof-pair .proof-whatsapp img{object-fit:contain;background:#fff6fb}.card-usage-table{padding:42px 0;display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:22px;align-items:center}.card-usage-table .photo-card{height:360px}.card-usage-table .support-cutout{max-height:270px;max-width:100%}.usage-note{grid-column:1/-1;width:min(720px,100%);justify-self:center;text-align:center}
.cards-hero-proof{width:min(430px,82%);padding:10px;background:#fff6fb;transform:rotate(-2.2deg);box-shadow:var(--shadow);overflow:visible}.cards-hero-proof img{width:100%;height:auto;max-height:320px;object-fit:contain;background:#fff6fb}

.notebook-toc-section{padding:18px 0 54px}.notebook-toc-board{display:grid;grid-template-columns:minmax(230px,.62fr) minmax(0,1.38fr);gap:30px;align-items:start}.toc-intro{margin-top:32px;transform:rotate(1.2deg)}.toc-intro p{font-size:1.08rem}.notebook-toc-page{position:relative;background:#fffdf4;padding:34px 42px 38px;border:7px solid #f0e3bd;box-shadow:var(--shadow);transform:rotate(-.8deg);overflow:hidden}.notebook-toc-page:after{content:"";position:absolute;inset:0;background-image:linear-gradient(to bottom,transparent calc(100% - 1px),rgba(112,169,215,.24) calc(100% - 1px));background-size:100% 39px;background-repeat:repeat;pointer-events:none}.notebook-toc-page h3{position:relative;z-index:1;margin-bottom:18px;font-size:clamp(1.9rem,3vw,3rem);text-align:center}.toc-list{position:relative;z-index:1;display:grid;gap:8px;padding:0;margin:0;list-style:none}.toc-row{display:flex;align-items:flex-end;gap:11px;min-height:28px}.toc-title{font-weight:900;font-size:1.08rem;line-height:1.25;color:var(--ink)}.toc-line{flex:1;border-bottom:2px solid rgba(63,49,38,.48);transform:translateY(-7px)}.toc-page-number{direction:ltr;unicode-bidi:isolate;min-width:56px;text-align:left;font-weight:900;color:#4b3d33}

.teacher-field-board,.full-card-spread{padding:42px 0 64px}.field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:stretch}.field-piece{position:relative;min-height:430px;display:flex;align-items:flex-start;justify-content:center}.field-piece .support-cutout{max-height:405px;max-width:92%}.field-label{position:absolute;left:3%;bottom:4px;width:min(360px,88%);z-index:3}.field-note{min-height:250px;display:flex;flex-direction:column;justify-content:center}.field-note:nth-child(3){transform:rotate(1.4deg)}.field-note:nth-child(4){transform:rotate(-1.2deg)}.gallery-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:30px 24px;align-items:end}.gallery-tile{position:relative;min-height:360px;padding:8px 4px 116px;display:flex;align-items:flex-start;justify-content:center}.gallery-tile .cutout{max-height:282px;max-width:96%;object-fit:contain}.desk-label{position:absolute;right:7%;bottom:0;z-index:3;width:min(292px,88%);border-radius:6px;padding:14px 16px;box-shadow:var(--hard-shadow),var(--shadow);transform:rotate(-1deg)}.desk-label:before{content:"";position:absolute;top:-13px;left:50%;width:16px;height:16px;border-radius:50%;background:#ff4b3c;box-shadow:0 3px 5px rgba(0,0,0,.25)}.desk-label h3{font-size:1.25rem;margin-bottom:7px}.desk-label p{font-size:.98rem;line-height:1.45;margin:0;color:#352b25}.gallery-tile:nth-child(2n) .desk-label{right:auto;left:7%;transform:rotate(1.2deg)}.gallery-tile:nth-child(3n) .cutout{transform:rotate(-3deg)}.gallery-tile:nth-child(4n) .cutout{transform:rotate(4deg)}.gallery-cta{width:min(660px,100%);margin:34px auto 0;text-align:center}.gallery-cta .button{margin-top:4px}

.single-photo-usage{grid-template-columns:minmax(0,1.1fr) minmax(0,.9fr)}.single-photo-usage .usage-note{grid-column:auto;text-align:right}.card-color-section{padding:42px 0 72px}.color-row{display:grid;grid-template-columns:minmax(320px,.95fr) minmax(0,1.05fr);gap:38px;align-items:center;direction:ltr;margin:34px 0;min-height:430px}.color-row>*{direction:rtl}.color-visual{position:relative;display:flex;align-items:center;justify-content:center;min-height:390px}.color-visual .cutout{max-height:430px;max-width:100%;object-fit:contain}.color-copy{padding:30px 34px;min-height:260px;display:flex;flex-direction:column;justify-content:center}.color-copy p{font-size:1.16rem}.color-row.color-pink{direction:rtl}.color-yellow .color-copy{transform:rotate(-.8deg)}.color-pink .color-copy{transform:rotate(1deg)}.color-green .color-copy{transform:rotate(-.5deg)}
.cards-usage-section{align-items:center}.usage-product-cutout{margin:0;min-height:390px;display:grid;place-items:center;overflow:visible}.usage-product-cutout img{width:100%;max-width:650px;max-height:410px;object-fit:contain;filter:drop-shadow(14px 18px 16px rgba(45,28,15,.2));transform:rotate(1.2deg)}.usage-steps{counter-reset:usage-step;display:grid;gap:8px;margin:14px 0 0;padding:0;list-style:none}.usage-steps li{counter-increment:usage-step;position:relative;padding:9px 58px 9px 12px;border-radius:6px;background:rgba(255,253,244,.78);border:2px dashed rgba(63,49,38,.22);font-size:.98rem;font-weight:900;line-height:1.28}.usage-steps li:before{content:counter(usage-step);position:absolute;right:14px;top:50%;display:block;min-width:34px;text-align:center;font-family:'Varela Round',Assistant,sans-serif;font-size:2rem;font-weight:900;line-height:.85;color:var(--pink);text-shadow:2px 2px 0 rgba(255,227,90,.9),-1px -1px 0 rgba(255,253,244,.95),0 5px 8px rgba(64,39,20,.18);transform:translateY(-50%) rotate(-8deg)}.usage-steps li:nth-child(2):before{transform:translateY(-50%) rotate(6deg)}.usage-steps li:nth-child(3):before{transform:translateY(-50%) rotate(-3deg)}.usage-steps li:nth-child(4):before{transform:translateY(-50%) rotate(9deg)}.usage-steps li:nth-child(5):before{transform:translateY(-50%) rotate(-6deg)}

.checkout-board{max-width:1060px;margin:0 auto;padding:26px 30px 30px;transform:rotate(-.7deg)}.checkout-copy{text-align:center;max-width:850px;margin:0 auto 22px}.checkout-copy h2{margin-bottom:14px}.checkout-copy p{font-size:1.12rem;margin-bottom:0}.checkout-form{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(270px,.84fr);gap:18px;text-align:right}.checkout-options{grid-column:1/-1;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin:0;padding:0;border:0}.checkout-options legend{grid-column:1/-1;margin-bottom:2px;font-weight:900;font-size:1.25rem}.checkout-option{position:relative;display:grid;grid-template-columns:auto 1fr;gap:10px 12px;align-items:start;min-height:158px;padding:16px;border:3px solid rgba(37,34,41,.22);border-radius:8px;background:rgba(255,253,244,.86);box-shadow:0 8px 0 rgba(64,39,20,.12);cursor:pointer;transition:transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.checkout-option:hover,.checkout-option.is-selected{transform:translateY(-3px);border-color:var(--ink);box-shadow:0 12px 0 rgba(64,39,20,.16)}.checkout-option.is-selected{background:#fff}.checkout-option input{width:22px;height:22px;margin-top:5px;accent-color:var(--pink)}.checkout-option-copy{display:grid;gap:7px}.checkout-option-copy strong{font-family:'Varela Round',Assistant,sans-serif;font-size:1.32rem;line-height:1.15}.checkout-option-copy span{font-weight:700;line-height:1.35;color:#44382f}.checkout-price{grid-column:1/-1;align-self:end;justify-self:start;font-family:'Varela Round',Assistant,sans-serif;font-size:2.05rem;line-height:1;color:var(--ink)}.checkout-price small{display:block;margin-top:4px;font-family:Assistant,Arial,sans-serif;font-size:.9rem;font-weight:900;color:#a53b38}.checkout-summary{display:grid;gap:5px;align-content:start;padding:18px 20px;border:3px dashed rgba(37,34,41,.28);border-radius:8px;background:rgba(255,253,244,.72)}.checkout-summary span{font-weight:900;color:#5a493e}.checkout-summary strong{font-family:'Varela Round',Assistant,sans-serif;font-size:1.72rem;line-height:1.15}.checkout-summary em{font-family:'Varela Round',Assistant,sans-serif;font-style:normal;font-size:2.8rem;line-height:1;color:#211f26}.checkout-fields{display:grid;grid-template-columns:1fr 1fr;gap:8px 12px;align-content:start}.checkout-fields label{font-weight:900}.checkout-fields input{display:block;width:100%;margin-top:3px;border:3px solid var(--ink);background:#fff;border-radius:7px;padding:10px 13px;font:inherit}.checkout-fields label:nth-child(3){grid-column:1/-1}.grow-placeholder{grid-column:1/-1;display:grid;place-items:center;gap:6px;min-height:116px;padding:20px;border:3px dashed rgba(37,34,41,.34);border-radius:10px;background:repeating-linear-gradient(-45deg,rgba(255,255,255,.58) 0,rgba(255,255,255,.58) 12px,rgba(255,255,255,.22) 12px,rgba(255,255,255,.22) 24px);text-align:center}.grow-placeholder strong{font-family:'Varela Round',Assistant,sans-serif;font-size:1.65rem;line-height:1}.grow-placeholder span{font-weight:900;color:#5a493e}.checkout-actions{grid-column:1/-1;display:flex;align-items:center;justify-content:space-between;gap:18px;flex-wrap:wrap}.checkout-actions .button{min-width:180px}.checkout-status{max-width:560px;margin:0;font-weight:800;color:#493c33}
.checkout-board{padding-top:34px}.checkout-options legend{font-family:'Varela Round',Assistant,sans-serif;font-size:clamp(2rem,4vw,3.35rem);line-height:1.08;text-align:right;margin:0 0 18px}.checkout-option{grid-template-columns:1fr;min-height:300px;padding:16px 18px 18px;overflow:hidden}.checkout-option input{position:absolute;top:18px;right:18px;z-index:2;margin:0;background:#fff}.checkout-option-media{grid-column:1/-1;display:grid;place-items:center;min-height:128px;padding:2px 34px 0}.checkout-option-media img{max-width:100%;max-height:138px;object-fit:contain;filter:drop-shadow(10px 12px 10px rgba(45,28,15,.22))}.checkout-option-copy{grid-column:1/-1;text-align:center}.checkout-price{grid-column:1/-1}.checkout-summary{min-height:540px;grid-template-rows:auto minmax(290px,1fr) auto auto;align-content:stretch;overflow:hidden}.checkout-summary-media{display:grid;place-items:center;min-height:310px;color:inherit;font-weight:inherit}.checkout-summary-media img{max-width:104%;max-height:400px;object-fit:contain;filter:none;transform:rotate(.7deg);transform-origin:center;image-rendering:-webkit-optimize-contrast}.checkout-summary strong,.checkout-summary em{position:relative;z-index:1}.author-story-section{padding:34px 0 76px}.author-story-board{position:relative;min-height:620px;display:grid;align-items:center}.author-paper{position:relative;width:min(900px,92%);min-height:560px;margin:0 auto;padding:54px 320px 50px 58px;border-radius:5px;background-color:var(--paper);background-image:var(--paper-lines);background-size:100% 38px;background-repeat:repeat;box-shadow:var(--shadow);transform:rotate(.45deg);display:grid;align-content:center}.author-paper:before{content:"";position:absolute;top:-16px;left:50%;width:18px;height:18px;border-radius:50%;background:#ff4b3c;box-shadow:0 3px 5px rgba(0,0,0,.25);z-index:4}.author-paper h2{position:relative;z-index:1;text-align:center;margin-bottom:24px;font-size:clamp(2rem,3.8vw,3.35rem);line-height:1.05;text-wrap:balance}.author-copy{position:relative;z-index:1;display:grid;gap:14px}.author-copy p{margin:0;text-align:right;font-size:1.08rem;font-weight:600;line-height:1.72;color:#443a32}.author-copy strong{font-weight:900;color:var(--ink)}.author-polaroid{position:absolute;z-index:5;right:6%;top:58px;width:min(280px,28vw);padding:12px 12px 28px;background:#fff;transform:rotate(-2.5deg);box-shadow:8px 10px 0 rgba(42,28,18,.16),var(--shadow)}.author-polaroid img{width:100%;aspect-ratio:4/5;object-fit:cover;object-position:50% 30%;background:var(--yellow)}.author-polaroid figcaption{position:absolute;right:20px;bottom:5px;font-weight:900;color:#1f1d22}
.checkout-section-title{position:relative;width:min(900px,100%);margin:0 auto 18px;padding:20px 34px 22px;border-radius:5px;background-color:var(--paper);background-image:linear-gradient(90deg,transparent 0,transparent calc(100% - 70px),rgba(255,92,165,.035) calc(100% - 70px),rgba(255,92,165,.035) calc(100% - 69px),transparent calc(100% - 69px)),var(--paper-lines);background-size:100% 100%,100% 25px;background-repeat:no-repeat,repeat;box-shadow:var(--shadow);transform:rotate(.35deg);text-align:center;font-size:clamp(2.4rem,5vw,4.1rem);line-height:1.02;text-wrap:balance;color:var(--ink)}.checkout-section-title:after{content:"";position:absolute;top:-12px;right:12%;width:104px;height:28px;background:var(--tape);transform:rotate(-3deg);box-shadow:0 3px 8px rgba(92,59,26,.12)}.checkout-options legend.visually-hidden{position:absolute!important;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}.product-page .contact{padding-top:20px}
.checkout-board{padding:26px 28px 30px;transform:rotate(-.45deg)}.checkout-form{grid-template-columns:minmax(300px,.92fr) minmax(0,1.08fr);gap:18px 20px;align-items:stretch}.checkout-options{gap:12px;margin-bottom:3px}.checkout-options legend{margin-bottom:12px;text-align:center}.checkout-option{min-height:218px;padding:14px 16px;align-content:start}.checkout-option input{top:16px;right:16px}.checkout-option-media{min-height:92px;padding:0 30px}.checkout-option-media img{max-height:96px}.checkout-option-copy{gap:5px}.checkout-option-copy strong{font-size:1.18rem}.checkout-option-copy span{font-size:.98rem;line-height:1.32}.checkout-price{font-size:1.75rem}.checkout-fields{grid-column:1;grid-row:2;align-self:stretch;display:grid;grid-template-columns:1fr 1fr;gap:12px;align-content:center;min-height:330px;padding:20px;border:3px dashed rgba(37,34,41,.24);border-radius:8px;background:rgba(255,253,244,.78);box-shadow:0 8px 0 rgba(64,39,20,.1)}.checkout-fields label:nth-child(3){grid-column:1/-1}.checkout-fields input{margin-top:4px}.checkout-summary{grid-column:2;grid-row:2;align-self:stretch;min-height:330px;display:grid;grid-template-columns:minmax(150px,.72fr) minmax(0,1fr);grid-template-rows:auto 1fr auto;gap:10px 18px;align-content:center;padding:20px 22px;background:rgba(255,253,244,.82);box-shadow:0 8px 0 rgba(64,39,20,.1);overflow:hidden}.checkout-summary>span:first-child{grid-column:1/-1;justify-self:start}.checkout-summary-media{grid-column:1;grid-row:2/4;min-height:0;align-self:center}.checkout-summary-media img{max-width:100%;max-height:245px;object-fit:contain;filter:drop-shadow(10px 14px 13px rgba(45,28,15,.16));transform:rotate(.4deg);image-rendering:auto}.checkout-summary strong{grid-column:2;align-self:end;font-size:2rem}.checkout-summary em{grid-column:2;font-size:3.1rem}.grow-placeholder{margin-top:2px}.checkout-actions{margin-top:0}
a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:4px solid var(--yellow);outline-offset:4px}
.has-polish .reveal-item{opacity:0;translate:0 18px;transition:opacity .48s ease,translate .52s cubic-bezier(.2,.75,.2,1),transform .16s ease,box-shadow .16s ease;transition-delay:var(--reveal-delay,0ms);will-change:opacity,translate}.has-polish .reveal-item.is-visible{opacity:1;translate:0 0}.has-polish .sticky-note,.has-polish .photo-card,.has-polish .offer-card,.has-polish .highlight-panel,.has-polish .checkout-board{backface-visibility:hidden}.has-polish .sticky-note,.has-polish .photo-card,.has-polish .highlight-panel{transition:opacity .48s ease,translate .18s ease,transform .16s ease,box-shadow .18s ease}.has-polish .sticky-note:hover,.has-polish .photo-card:hover,.has-polish .highlight-panel:hover{translate:0 -3px;box-shadow:0 12px 0 rgba(64,39,20,.16),0 18px 24px rgba(64,39,20,.2)}.has-polish .button{transition:translate .16s ease,box-shadow .16s ease,background-color .16s ease}.has-polish .button:hover{translate:0 -2px}.has-polish .button:active{translate:0 1px}.has-polish .checkout-option{transition:translate .16s ease,transform .16s ease,border-color .16s ease,box-shadow .16s ease,background .16s ease}.has-polish .checkout-option:active{translate:0 1px}@media (prefers-reduced-motion:reduce){.has-polish .reveal-item,.has-polish .reveal-item.is-visible,.has-polish .sticky-note:hover,.has-polish .photo-card:hover,.has-polish .highlight-panel:hover,.has-polish .button,.has-polish .button:hover,.has-polish .button:active{opacity:1;translate:0 0!important;transition:none!important}}
@media (max-width:900px){body{font-size:17px}.site-header{position:relative;align-items:flex-start;flex-direction:column}.brand{align-self:flex-end}nav{justify-content:flex-start}.desk-hero{padding-top:24px}.headline-sheet{padding:20px 18px;text-align:right}.pdf-tag{padding:5px 8px;font-size:.7rem}.pdf-tag strong{font-size:.66rem;padding:3px 5px}.pdf-tag span{font-size:.7rem}.scene-teacher .pdf-tag,.scene-cards .pdf-tag,.single-table-scene .pdf-tag,.cards-page .single-table-scene .pdf-tag,.image-note-pair>.pdf-tag,.showcase-item>.pdf-tag,.showcase-item:nth-child(2)>.pdf-tag,.object-cards+.pdf-tag,.color-visual .pdf-tag{right:10px;left:auto;top:10px}.hero-worktable,.two-up,.proof-pair,.compact-section,.single-product-hero,.two-column-table,.product-founder,.card-usage-table,.buyer-grid,.field-grid,.gallery-grid,.single-photo-usage,.color-row{grid-template-columns:1fr}.product-scene,.single-table-scene,.field-piece,.gallery-tile{min-height:0;display:grid;gap:14px;padding-bottom:0}.product-object,.hero-cutout,.showcase-item .float-object,.bundle-objects .cutout,.bundle-objects .paper-product-dummy{position:relative;inset:auto;right:auto;left:auto;top:auto;max-width:100%;max-height:none;width:100%;transform:rotate(0deg)!important}.product-scene .sticky-note,.side-note,.item-note,.showcase-item:nth-child(2) .item-note,.small-side-note,.bundle-note-clean,.field-label,.desk-label{position:relative;right:auto;left:auto;bottom:auto;width:100%;transform:rotate(0deg)!important}.showcase-item{min-height:0;display:grid;gap:14px}.proof-item{display:grid}.home-choice{text-align:right}.compact-section{gap:18px}.founder-photo{max-width:270px;justify-self:center}.bundle-objects{min-height:0;display:grid;gap:18px}.object-teacher,.object-cards{justify-self:center}.order-note form{grid-template-columns:1fr}.order-note button{justify-self:stretch}.card-usage-table .photo-card{height:auto}.card-usage-table .support-cutout,.field-piece .support-cutout,.gallery-tile .cutout,.color-visual .cutout{justify-self:center;max-width:100%;max-height:none;width:100%;transform:rotate(0deg)!important}.section-title,.section-note{text-align:right}.buyer-note,.field-note{min-height:auto}.gallery-cta{text-align:right}}
@media (max-width:900px){.home-hero .headline-sheet h1{white-space:normal;text-wrap:balance;font-size:clamp(2.35rem,10vw,3.35rem)}}
@media (max-width:900px){.offer-board{grid-template-columns:1fr;gap:22px;margin-top:26px}.offer-card,.bundle-offer{min-height:0;transform:none!important;padding:20px}.bundle-offer{order:-1;box-shadow:var(--shadow);border-width:4px}.offer-ribbon{margin-top:0}.offer-visual,.bundle-visual{min-height:0}.offer-visual .cutout,.bundle-visual .cutout{max-height:none;width:100%;max-width:100%}.offer-visual .pdf-tag{right:10px;left:auto;top:10px}.offer-footer{align-items:flex-start;flex-direction:column}.bundle-price{grid-template-columns:1fr}.bundle-price strong{grid-row:auto;grid-column:auto;text-align:right}.bundle-offer .button{width:100%}}
@media (max-width:900px){.bundle-highlights{padding:18px 0 46px}.bundle-highlight-grid{grid-template-columns:1fr;gap:20px;margin-top:22px}.highlight-panel{transform:rotate(0deg)!important;padding:22px 18px 24px}.highlight-panel-head{grid-template-columns:1fr;gap:14px}.highlight-product{max-height:none;width:100%}.notebook-highlight-product{max-height:280px}.color-chip-grid,.toc-teaser-grid{grid-template-columns:1fr}.color-chip{min-height:0}.toc-teaser-grid span{padding:10px}}
@media (max-width:900px){.notebook-toc-section{padding:20px 0 42px}.notebook-toc-board{grid-template-columns:1fr;gap:18px}.toc-intro{margin-top:0;transform:rotate(0deg)}.notebook-toc-page{padding:24px 18px 28px;transform:rotate(0deg);border-width:5px}.toc-row{gap:8px;min-height:30px}.toc-title{font-size:1rem}.toc-page-number{min-width:48px}.toc-line{transform:translateY(-8px)}}
@media (max-width:900px){.showcase-item:nth-child(2) .item-note{left:auto!important;right:auto!important}}
@media (max-width:900px){.checkout-board{padding:22px 18px 24px;transform:rotate(0deg)}.checkout-copy{text-align:right}.checkout-form,.checkout-options,.checkout-fields{grid-template-columns:1fr}.checkout-options{gap:12px}.checkout-options legend{font-size:clamp(2rem,11vw,3rem);margin-bottom:12px}.checkout-option{min-height:0}.checkout-option-media{min-height:104px}.checkout-option-media img{max-height:112px}.checkout-summary{order:2;min-height:0}.checkout-summary-media{min-height:150px}.checkout-summary-media img{max-height:175px;transform:none;image-rendering:auto}.grow-placeholder{min-height:96px}.checkout-actions{align-items:stretch}.checkout-actions .button{width:100%}.checkout-status{max-width:none}}
@media (max-width:900px){.checkout-section-title{width:100%;padding:18px 16px 20px;transform:rotate(0deg);font-size:clamp(2rem,10vw,3rem)}.checkout-section-title:after{right:16%;width:86px;height:24px}}
@media (max-width:900px){.author-story-section{padding:22px 0 52px}.author-story-board{min-height:0;display:grid;gap:18px}.author-paper{order:2;width:100%;min-height:0;padding:26px 18px 30px;transform:rotate(0deg)}.author-paper h2{text-align:right;margin-bottom:18px}.author-copy p{text-align:right;font-size:1.03rem;line-height:1.58}.author-polaroid{position:relative;order:1;right:auto;top:auto;width:min(260px,78%);justify-self:center;transform:rotate(-1.5deg)}}
@media (max-width:900px){.checkout-board{padding:22px 18px 24px;transform:rotate(0deg)}.checkout-form{grid-template-columns:1fr;gap:14px}.checkout-options{grid-template-columns:1fr;gap:12px}.checkout-options legend{text-align:right;margin-bottom:10px}.checkout-option{min-height:0;grid-template-columns:minmax(96px,.34fr) minmax(0,1fr);align-items:center;padding:14px 16px 14px 48px}.checkout-option input{top:14px;right:auto;left:14px}.checkout-option-media{grid-column:auto;min-height:88px;padding:0}.checkout-option-media img{max-height:90px}.checkout-option-copy{grid-column:auto;text-align:right}.checkout-price{justify-self:start;font-size:1.55rem}.checkout-fields{grid-column:1;grid-row:auto;order:1;grid-template-columns:1fr;min-height:0;padding:16px;gap:10px}.checkout-summary{grid-column:1;grid-row:auto;order:2;min-height:0;grid-template-columns:minmax(118px,.4fr) minmax(0,1fr);gap:8px 14px;padding:16px}.checkout-summary>span:first-child{grid-column:1/-1}.checkout-summary-media{grid-column:1;grid-row:2/4}.checkout-summary-media img{max-height:155px}.checkout-summary strong{grid-column:2;font-size:1.55rem}.checkout-summary em{grid-column:2;font-size:2.35rem}.grow-placeholder{order:3;min-height:96px}.checkout-actions{order:4}}
.checkout-form{grid-template-columns:minmax(300px,.86fr) minmax(0,1.14fr);gap:18px 20px}.checkout-summary{grid-column:2;grid-row:2;min-height:410px;grid-template-columns:minmax(285px,1.18fr) minmax(210px,.82fr);grid-template-rows:auto minmax(280px,auto);gap:8px 10px;align-content:center;align-items:center;justify-items:center;text-align:center;padding:24px 18px}.checkout-summary>span:first-child{grid-column:1/-1;justify-self:center;font-family:Assistant,Arial,sans-serif;font-size:clamp(1.35rem,2vw,1.75rem);font-weight:900;line-height:1.05;color:#40362f}.checkout-summary-media{grid-column:1;grid-row:2;display:grid;place-items:center;min-height:280px;width:100%}.checkout-summary-media img{max-height:300px;max-width:min(100%,430px);filter:drop-shadow(14px 18px 16px rgba(45,28,15,.18));transform:rotate(.25deg)}.checkout-summary-details{grid-column:2;grid-row:2;min-height:280px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:16px;text-align:center}.checkout-summary-details strong{display:block;width:100%;font-family:Assistant,Arial,sans-serif;font-size:clamp(1.45rem,2.05vw,2.2rem);font-weight:900;line-height:1.06;text-align:center;white-space:nowrap}.checkout-summary-details em{font-family:Assistant,Arial,sans-serif;font-style:normal;font-size:clamp(2.35rem,3.35vw,3.55rem);font-weight:800;line-height:.95;color:#211f26}.checkout-next{min-width:210px;min-height:58px;margin-top:2px;padding:11px 16px;font-family:Assistant,Arial,sans-serif!important;font-size:1.08rem!important;font-weight:900;line-height:1.15}.checkout-fields{grid-column:1;grid-row:2;align-self:stretch;display:grid;grid-template-columns:1fr 1fr;gap:14px 16px;align-content:center;min-height:410px;padding:24px;border:3px dashed rgba(37,34,41,.24);border-radius:8px;background:rgba(255,253,244,.82);box-shadow:0 8px 0 rgba(64,39,20,.1)}.checkout-fields-note{grid-column:1/-1;margin:0 0 10px;padding:0;background:transparent!important;font-size:1rem;font-weight:600;line-height:1.45;color:#746d67!important}.checkout-fields label{font-size:1.04rem}.checkout-fields input{min-height:52px;margin-top:6px}.checkout-fields label:nth-child(3){grid-column:auto}.checkout-fields label:nth-child(4){grid-column:1/-1}.grow-placeholder,.checkout-actions{display:none}
.offer-footer .single-price,.bundle-price{display:none}.checkout-summary .checkout-summary-discount{display:block;margin-top:-8px;font-family:Assistant,Arial,sans-serif;font-size:clamp(1rem,1.45vw,1.25rem);font-weight:900;line-height:1.2;color:#b73565}.checkout-summary .checkout-summary-discount[hidden]{display:none!important}
@media (min-width:901px){.checkout-option{min-height:198px;grid-template-rows:96px 68px auto;align-content:start;row-gap:8px}.checkout-price{align-self:start;margin-top:4px}}
@media (max-width:900px){.checkout-form{grid-template-columns:1fr}.checkout-summary{grid-column:1;grid-row:auto;order:1;grid-template-columns:1fr;grid-template-rows:auto auto auto;min-height:0;gap:10px;padding:20px 16px}.checkout-summary-media{grid-column:1;grid-row:2;min-height:210px}.checkout-summary-media img{max-height:220px}.checkout-summary-details{grid-column:1;grid-row:3;min-height:0;gap:10px}.checkout-summary-details strong{font-size:clamp(2rem,9vw,2.8rem);white-space:normal}.checkout-summary-details em{font-size:clamp(3rem,13vw,4.2rem)}.checkout-next{width:100%;min-width:0;font-size:1.18rem!important}.checkout-fields{grid-column:1;grid-row:auto;order:2;display:grid;grid-template-columns:1fr;min-height:0;padding:18px;gap:12px}.checkout-fields-note{font-size:.98rem}.grow-placeholder,.checkout-actions{display:none}}
@media (prefers-reduced-motion:reduce){*,*:before,*:after{transition:none!important;scroll-behavior:auto!important}}

/* --- WordPress theme additions (not part of the prototype port) --- */
.checkout-fields input::placeholder{color:#b3aba2;opacity:1;font-weight:400}
.checkout-form input[name="company"]{display:none !important}
.site-footer{display:flex;flex-direction:column;align-items:center;gap:10px;padding:34px 18px 40px;text-align:center;font-size:.92rem;color:rgba(37,34,41,.7)}
.site-footer-contact{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 22px}
.site-footer-contact a{color:rgba(37,34,41,.7);text-decoration:none}
.site-footer-contact a:hover,.site-footer-contact a:focus-visible{color:rgba(37,34,41,.92);text-decoration:underline}
.site-footer-links{display:flex;flex-wrap:wrap;justify-content:center;gap:8px 22px}
.site-footer-links a{color:rgba(37,34,41,.7);text-decoration:none}
.site-footer-links a:hover,.site-footer-links a:focus-visible{color:rgba(37,34,41,.92);text-decoration:underline}
.site-footer-copy{font-size:.85rem;color:rgba(37,34,41,.55)}
.thank-you-hero{padding-bottom:60px}
.thank-you-hero .headline-sheet{max-width:640px;margin-inline:auto}
.thank-you-hero .thank-you-note{font-size:.95rem;color:rgba(37,34,41,.68)}
.thank-you-hero .action-row{margin-top:18px}

/* WooCommerce pages (checkout/cart/order-received) rendered via index.php:
   flatten the decorative sheet so the long forms read properly. */
.woocommerce-page .headline-sheet{transform:none;text-align:right;max-width:960px}
.woocommerce-page .headline-sheet h1{text-align:center;font-size:clamp(2rem,3.6vw,3rem)}
.woocommerce-page .headline-sheet .woocommerce{font-size:1rem}
.woocommerce-page .headline-sheet input.input-text,.woocommerce-page .headline-sheet select,.woocommerce-page .headline-sheet textarea{width:100%;padding:10px 12px;border:1px solid rgba(64,39,20,.3);border-radius:6px;background:#fff}
.woocommerce-page .headline-sheet .form-row label{font-weight:700;display:block;margin-bottom:4px}
.woocommerce-page .headline-sheet #place_order{background:var(--green);border:0;border-radius:6px;padding:14px 28px;font-weight:900;cursor:pointer;box-shadow:0 8px 14px rgba(64,39,20,.18)}
