@layer theme{:root,:host{--spacing:.25rem;--default-font-family:"Avenir Next","Segoe UI",sans-serif;--default-mono-font-family:"Consolas","Courier New",monospace}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif,system-ui,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab,currentcolor 50%,transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.start{inset-inline-start:var(--spacing)}.end{inset-inline-end:var(--spacing)}.hidden{display:none}.table{display:table}.antialiased{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}}:root{--background:#fff;--foreground:#1f2937;--brand:#22543d;--card:#fff;--border:#dde6dc}body{background:var(--background);color:var(--foreground);font-family:Avenir Next,Segoe UI,sans-serif}a{color:var(--brand)}.site-shell{grid-template-rows:auto 1fr auto;min-height:100vh;display:grid}.site-main{width:min(1050px,92%);margin:0 auto;padding:2rem 0 3rem}.site-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;width:min(1050px,92%);margin:0 auto;padding:1.25rem 0;display:flex}.site-brand{font-size:1.2rem;font-weight:700;text-decoration:none}.site-nav{gap:1rem;font-weight:500;display:flex}.site-nav a{text-decoration:none}.site-footer{border-top:1px solid var(--border);color:#4b5563;width:min(1050px,92%);margin:0 auto;padding:1rem 0 2rem;font-size:.92rem}.hero{border:1px solid var(--border);background:linear-gradient(135deg,#fff,#f4f9f5);border-radius:1.1rem;margin-bottom:2rem;padding:2rem}.hero h1{margin-bottom:.75rem;font-size:clamp(1.9rem,4vw,2.8rem);font-weight:700;line-height:1.1}.hero p{color:#374151;max-width:60ch}.button-row{flex-wrap:wrap;gap:.75rem;margin-top:1rem;display:flex}.button{border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;padding:.6rem 1rem;font-weight:600;text-decoration:none;display:inline-flex}.button-primary{background:var(--brand);color:#fff}.button-secondary{color:#1f2937;border-color:#c2d2c5}.section-title{margin:1.5rem 0 .7rem;font-size:1.5rem;font-weight:700}.grid-cards{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem;display:grid}.card{border:1px solid var(--border);background:var(--card);border-radius:.85rem;padding:1rem}.meta{color:#6b7280;font-size:.92rem}.price{color:#111827;font-weight:700}.stack{gap:.9rem;display:grid}.input,.textarea{background:#fff;border:1px solid #cdd8ce;border-radius:.7rem;width:100%;padding:.7rem .8rem}.textarea{min-height:220px;line-height:1.7}@media (max-width:640px){.site-header{flex-direction:column;align-items:flex-start;gap:.75rem}}.home-shell{gap:1.4rem;display:grid}.home-hero{background:radial-gradient(circle at 10% 10%,#fdf9ef 0%,#f8f2e2 28%,#0000 60%),radial-gradient(circle at 90% 80%,#dbece0 0%,#e9f3ec 30%,#0000 65%),#f4eee0;border:1px solid #d5dfd4;border-radius:1.3rem;grid-template-columns:1.5fr 1fr;gap:1rem;padding:clamp(1.3rem,4vw,2.2rem);display:grid}.home-eyebrow{text-transform:uppercase;letter-spacing:.1em;color:#3f5f4c;font-size:.74rem;font-weight:700}.home-hero h1{max-width:14ch;font-size:clamp(2rem,4.6vw,3.3rem);line-height:1.03}.home-lead{color:#2f3f36;max-width:58ch}.home-hero-panel{background:#fffc;border:1px solid #cad8cb;border-radius:1rem;align-self:end;padding:1rem}.home-hero-list{gap:.55rem;margin:.5rem 0 .9rem;padding:0;list-style:none;display:grid}.home-hero-list li{color:#2a3c32;font-size:.95rem}.home-inline-link{font-weight:600;text-decoration:none}.home-bands{grid-template-columns:repeat(3,minmax(0,1fr));gap:.9rem;display:grid}.home-band-card{background:#fff;border:1px solid #d9e2d7;border-radius:1rem;padding:1rem}.home-band-card h3{margin-bottom:.35rem}.home-section-head{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.home-product-card{border-left:4px solid #6f8d7b}.home-post-card{border-left:4px solid #c9ab62}.home-cta{background:linear-gradient(135deg,#edf4ef,#f7f3e8);border:1px solid #d7e2d6;border-radius:1rem;justify-content:space-between;align-items:center;gap:1rem;padding:1.2rem;display:flex}.home-cta h2{font-size:clamp(1.35rem,2.8vw,1.9rem)}@media (max-width:900px){.home-hero,.home-bands{grid-template-columns:1fr}.home-cta{flex-direction:column;align-items:flex-start}}.home-luxe{background:#070707;border-radius:1.3rem;gap:1.5rem;padding:clamp(1.2rem,3.8vw,2.4rem);display:grid}.home-luxe-hero{background:radial-gradient(circle at 85% 20%,#111f18 0%,#0000 33%),radial-gradient(circle at 15% 80%,#0f0f0f 0%,#090909 58%),#0b0b0b;border:1px solid #1f1f1f;border-radius:1rem;grid-template-columns:1.5fr 1fr;gap:1rem;padding:clamp(1.2rem,3vw,2.1rem);display:grid}.home-luxe-kicker{color:#ded9ce;letter-spacing:.22em;margin-bottom:.7rem;font-size:.78rem;font-weight:700}.home-luxe-hero h1{color:#f6f1e7;max-width:12ch;font-size:clamp(2rem,5vw,3.5rem);line-height:1.04}.home-luxe h2,.home-luxe h3{font-weight:700}.home-choice-card h2{font-size:clamp(1.35rem,2.6vw,1.75rem)}.home-luxe-content-card h3,.home-luxe-feature-card h3{font-size:1.25rem}.tag-row{flex-wrap:wrap;gap:.4rem;display:flex}.tag{color:#2f3f36;background:#f8fbf8;border:1px solid #d7e2d6;border-radius:999px;padding:.2rem .6rem;font-size:.78rem}.home-recipe-image,.shop-recipe-image,.shop-recipe-hero{object-fit:cover;border:1px solid #e2d9c9;border-radius:.8rem;width:100%}.home-recipe-image,.shop-recipe-image{aspect-ratio:4/3}.shop-recipe-hero{aspect-ratio:16/9;max-height:420px}.home-luxe-intro{color:#d0cbc1;max-width:56ch;margin-top:.8rem}.home-luxe-hero-card{color:#151515;background:#fff;border:1px solid #d9ceba;border-radius:.8rem;align-self:end;padding:1rem}.home-luxe-hero-card h3{margin-bottom:.3rem;font-size:1.3rem}.home-luxe .button-primary{color:#f8f7f2;background:#1f7a42}.home-luxe-button-ghost{color:#f3ede2;background:0 0;border-color:#2e2e2e}.home-luxe-feature-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:.9rem;display:grid}.home-luxe-feature-grid .home-luxe-feature-card{text-align:center}.home-luxe-feature-grid .home-luxe-feature-card .guides-list{padding-left:0;list-style-position:inside}.home-choice{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:1rem;display:grid}.home-mission{background:linear-gradient(135deg,#f7faf7,#fff);border:1px solid #d7e2d6;border-radius:1rem;justify-content:space-between;align-items:center;gap:1rem;padding:clamp(1rem,2.8vw,1.6rem);display:flex}.home-mission-icon{color:#3f5f4c;background:#fff;border:1px solid #d7e2d6;border-radius:999px;flex:none;place-items:center;width:64px;height:64px;display:grid}.home-mission-icon svg{width:40px;height:40px}.home-mission h2{margin-top:.4rem;margin-bottom:.4rem}.home-mission p{color:#2f3f36;max-width:70ch}.home-choice-card{color:#171717;background:#fff;border:1px solid #e2d9c9;border-radius:.9rem;gap:.7rem;padding:1.3rem;display:grid}.home-luxe-feature-card{color:#171717;background:#fff;border:1px solid #e2d9c9;border-radius:.85rem;padding:1rem}.home-luxe-section-head{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.home-luxe .section-title{color:#f6f1e7}.home-luxe-link{color:#8ae6a7;font-weight:600;text-decoration:none}.home-luxe-content-card{color:#171717;background:#fff;border:1px solid #ddd2bf;border-radius:.9rem;padding:1.15rem;transition:transform .16s,box-shadow .16s}.home-luxe-content-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000038}.home-luxe-content-card .meta{color:#5d5a53}.home-luxe-footer-card{background:linear-gradient(120deg,#101010,#101b13);border:1px solid #1f1f1f;border-radius:1rem;justify-content:space-between;align-items:center;gap:1rem;padding:1.1rem;display:flex}.home-luxe-footer-card h2{color:#f6f1e7;letter-spacing:.06em;font-size:clamp(1.4rem,3vw,2rem)}.home-luxe-footer-card .meta{color:#c7c1b6}@media (max-width:900px){.home-luxe-hero,.home-luxe-feature-grid{grid-template-columns:1fr}.home-luxe-footer-card,.home-mission{flex-direction:column;align-items:flex-start}}.shop-luxe{background:#070707;border-radius:1.1rem;padding:clamp(1rem,3vw,1.7rem)}.shop-luxe-hero{background:radial-gradient(circle at 84% 15%,#12281d 0%,#0000 34%),radial-gradient(circle at 12% 82%,#111 0%,#0a0a0a 60%),#0c0c0c;border:1px solid #212121;border-radius:.95rem;padding:clamp(1rem,2.8vw,1.7rem)}.shop-luxe-kicker{color:#d7d2c8;letter-spacing:.2em;text-transform:uppercase;font-size:.76rem;font-weight:700}.shop-luxe .section-title{color:#f8f2e8}.shop-luxe-intro{color:#cec8bc;max-width:60ch}.shop-luxe-card{background:#fff;border:1px solid #ddd2bf;border-radius:.9rem;padding:1.1rem;transition:transform .16s,box-shadow .16s}.shop-luxe-card:hover{transform:translateY(-2px);box-shadow:0 10px 24px #00000038}.shop-luxe-card .meta{color:#5e5a52}.shop-luxe-link{color:#1f7a42;font-weight:700;text-decoration:none}.shop-luxe-detail{background:#fff;border:1px solid #ddd2bf;border-radius:.95rem;padding:clamp(1rem,3.4vw,1.9rem)}.shop-luxe-detail .section-title{color:#171717;margin-top:.2rem}.shop-luxe-detail .price{font-size:1.25rem}.shop-luxe-note{background:#101010;border:1px solid #242424;border-radius:.9rem;padding:1rem}.shop-luxe-note .meta{color:#c7c2b8}@media (max-width:640px){.shop-luxe{padding:.8rem}}.guides-luxe{background:#070707;border-radius:1.1rem;padding:clamp(1rem,3vw,1.7rem)}.guides-luxe-hero{background:radial-gradient(circle at 86% 18%,#12281d 0%,#0000 33%),radial-gradient(circle at 12% 82%,#111 0%,#0a0a0a 60%),#0c0c0c;border:1px solid #212121;border-radius:.95rem;padding:clamp(1rem,2.8vw,1.7rem)}.guides-kicker{color:#d7d2c8;letter-spacing:.2em;text-transform:uppercase;font-size:.76rem;font-weight:700}.guides-luxe .section-title{color:#f8f2e8}.guides-intro{color:#cec8bc;max-width:62ch}.guides-card,.guides-detail-card,.guides-day-card{background:#fff;border:1px solid #ddd2bf;border-radius:.9rem;padding:1.1rem}.guides-days-head{justify-content:space-between;align-items:baseline;gap:.75rem;display:flex}.guides-link{color:#1f7a42;font-weight:700;text-decoration:none}.guides-list{gap:.4rem;margin:0;padding-left:1.1rem;display:grid}.guides-pdf{background:#fff;border:1px solid #ddd2bf;border-radius:.9rem;overflow:hidden}.guides-pdf object{border:0;width:100%;height:min(80vh,1100px);display:block}.guide-workbook{color:#1f2937;background:#fff}.guide-hero{text-align:center;border-bottom:1px solid #e5e7eb;padding:.5rem 0 1rem}.guide-eyebrow{text-transform:uppercase;letter-spacing:.22em;color:#6b7280;font-size:.75rem;font-weight:700}.guide-title{margin:.3rem 0;font-size:clamp(1.7rem,3.6vw,2.4rem)}.guide-subtitle{color:#4b5563}.guide-meta{color:#6b7280;font-size:.95rem}.guide-section{background:#fff;border:1px solid #e5e7eb;border-radius:.9rem;padding:1.2rem}.guide-section h3{margin-bottom:.4rem}.guide-section h4{margin-top:.8rem;margin-bottom:.3rem}.guide-list{gap:.35rem;margin:.5rem 0;padding-left:1.2rem;display:grid}.guide-list-inline{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.guide-emphasis{color:#374151;font-style:italic}.guide-note{color:#4b5563;font-style:italic}.guide-grid{grid-template-columns:repeat(5,minmax(0,1fr));align-items:center;gap:.6rem;display:grid}.guide-grid-item{border:1px solid #e5e7eb;border-radius:.6rem;align-items:center;gap:.4rem;padding:.4rem .6rem;display:flex}.guide-box{border:1px solid #9ca3af;border-radius:2px;width:16px;height:16px;display:inline-block}.guide-lines{gap:.5rem;display:grid}.guide-line{border-bottom:1px solid #cbd5f5;height:1.1rem;display:block}.guide-blank{border-bottom:1px solid #cbd5f5;min-width:120px;height:1rem;display:inline-block}.guide-table{gap:.7rem;display:grid}.guide-table-head{color:#6b7280;text-align:center;grid-template-columns:repeat(15,minmax(0,1fr));gap:.2rem;font-size:.8rem;display:grid}.gluten-tracker-5 .guide-table-head{text-align:left;grid-template-columns:140px repeat(5,minmax(0,1fr));gap:.4rem}.guide-table-row{grid-template-columns:140px 1fr;align-items:center;gap:.6rem;display:grid}.guide-table-label{font-weight:600}.guide-table-cells{grid-template-columns:repeat(15,minmax(0,1fr));gap:.2rem;display:grid}.gluten-tracker-5 .guide-table-cells{grid-template-columns:repeat(5,minmax(0,1fr));gap:.4rem}.gluten-tracker-4 .guide-table-head{text-align:left;grid-template-columns:140px repeat(4,minmax(0,1fr));gap:.4rem}.gluten-tracker-4 .guide-table-cells{grid-template-columns:repeat(4,minmax(0,1fr));gap:.4rem}.guide-split{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.guide-block{background:#f9fafb;border:1px solid #edf2f7;border-radius:.7rem;padding:.8rem}.guide-checkbox-row{flex-wrap:wrap;align-items:center;gap:.6rem 1rem;display:flex}.guide-checkbox-row span{font-size:.9rem}.guide-daily-log{background:#f9fafb;border:1px solid #edf2f7;border-radius:.8rem;padding:1rem}.guide-tip{color:#2f3f36;background:#fff;border:1px dashed #cbd5cf;border-radius:.7rem;padding:.6rem .8rem;font-size:.95rem}.guide-checkin{gap:.6rem}.guide-checkin .guide-lines{gap:.3rem}.guide-checkin p{margin:.2rem 0}.guide-check{align-items:center;gap:.4rem;min-width:90px;display:inline-flex}.guide-check-other{min-width:180px}@media print{body,.site-shell,.site-main,.home-luxe,.shop-luxe,.guides-luxe,.guide-workbook{color:#000!important;background:#fff!important}.site-header,.site-footer,.button{display:none!important}.hero,.home-luxe-hero,.home-luxe-hero-card,.home-luxe-feature-card,.home-luxe-content-card,.home-luxe-footer-card,.shop-luxe-hero,.shop-luxe-card,.shop-luxe-detail,.shop-luxe-note,.guides-luxe-hero,.guides-card,.guides-detail-card,.guides-day-card,.card,.guide-section,.guide-block{color:#000!important;box-shadow:none!important;background:#fff!important;border:1px solid #cfcfcf!important}.meta,.price,a,.home-luxe-link,.shop-luxe-link,.guides-link,.home-luxe .section-title,.shop-luxe .section-title,.guides-luxe .section-title,.home-luxe-footer-card h2{color:#000!important}.guides-day-card{break-inside:avoid;page-break-inside:avoid}}
