:root{
  --ivory:#fbf7ef;--cream:#f4ecdf;--sage:#77816c;--sage-dark:#555f4d;--rose:#c98f8a;--rose-soft:#ead2cd;--gold:#aa835b;--ink:#3c382f;--muted:#746f65;--white:#fffdf8;--line:#ded3c4;
}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--ivory);color:var(--ink);font-family:'Libre Baskerville',sans-serif;line-height:1.6}.topbar{background:var(--sage-dark);color:#fff;text-align:center;padding:.45rem 1rem;font-size:.78rem;letter-spacing:.16em;text-transform:uppercase}.site-header{position:sticky;top:0;z-index:30;background:rgba(251,247,239,.96);backdrop-filter:blur(10px);border-bottom:1px solid rgba(170,131,91,.22);display:flex;align-items:center;justify-content:space-between;padding:1rem 5vw}.brand{text-decoration:none;color:var(--ink);text-align:center;line-height:1.05}.brand-mark{color:var(--gold);font-size:.8rem}.cross{font-size:1.15rem}.brand-name{font-family:'Playfair Display',serif;font-size:1.55rem;font-weight:700}.brand-name em,.footer-brand em{font-family:'Allura',serif;font-weight:400}.brand-tag{font-size:.55rem;text-transform:uppercase;letter-spacing:.13em;color:var(--muted);margin-top:.3rem}.nav{display:flex;gap:1.4rem;align-items:center}.nav a{text-decoration:none;color:var(--ink);font-family:'Playfair Display',serif;font-size:1.05rem}.nav a:hover{color:var(--rose)}.nav-cta{border:1px solid var(--sage);padding:.55rem .85rem}.menu-btn{display:none;background:none;border:0;font-size:1.5rem}.hero{min-height:650px;display:grid;grid-template-columns:1.15fr .85fr;align-items:center;padding:5rem 8vw;position:relative;overflow:hidden;background:radial-gradient(circle at 80% 30%,#e9ded0 0,transparent 30%),linear-gradient(130deg,#fbf7ef 0%,#f5ede1 55%,#efe4d6 100%)}.hero:after{content:"";position:absolute;inset:0;background-image:radial-gradient(rgba(119,129,108,.13) 1px,transparent 1px);background-size:24px 24px;mask-image:linear-gradient(to right,transparent,black);pointer-events:none}.hero-copy{position:relative;z-index:2;max-width:700px}.eyebrow{text-transform:uppercase;letter-spacing:.2em;color:var(--sage-dark);font-size:.72rem;font-weight:600}.hero h1,.section h2,.contact-strip h2{font-family:'Playfair Display',serif;line-height:.95;font-size:clamp(3rem,6vw,5.7rem);margin:.6rem 0 1.2rem;font-weight:600}.hero h1 em{font-family:'Allura',serif;color:var(--sage-dark);font-weight:400}.hero p{max-width:650px;font-size:1.08rem;color:#5d584f}.hero-actions{display:flex;gap:.8rem;flex-wrap:wrap;margin:1.8rem 0}.button{display:inline-block;text-decoration:none;border:0;padding:.85rem 1.25rem;font:600 .88rem 'Libre Baskerville',sans-serif;letter-spacing:.03em;cursor:pointer}.primary{background:var(--sage);color:white}.primary:hover{background:var(--sage-dark)}.secondary{background:transparent;color:var(--sage-dark);border:1px solid var(--sage)}blockquote{margin:2.2rem 0 0;padding-left:1rem;border-left:2px solid var(--gold);font-family:'Playfair Display',serif;font-size:1.2rem;color:#5a554d}blockquote span{display:block;font-size:.9rem;letter-spacing:.08em;color:var(--gold)}.hero-art{position:relative;z-index:2;display:grid;place-items:center}.label-card{width:min(390px,82vw);aspect-ratio:1.2/1;background:rgba(255,253,248,.86);border:1px solid #c9b79d;border-radius:50% 50% 46% 46%/42% 42% 58% 58%;box-shadow:0 25px 70px rgba(96,75,52,.16),inset 0 0 0 9px rgba(234,210,205,.23);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem;position:relative}.label-card:before,.label-card:after{content:"❦ ✿ ❧";position:absolute;color:var(--sage);font-size:1.6rem;letter-spacing:.25rem}.label-card:before{top:1.15rem}.label-card:after{bottom:1.1rem;transform:rotate(180deg)}.tiny-cross{color:var(--gold);font-size:1.5rem}.label-script{font-family:'Allura',serif;font-size:1.65rem}.label-title{font-family:'Playfair Display',serif;font-size:2rem;font-weight:700}.label-rule{width:40%;border-top:1px solid var(--gold);margin:.4rem}.label-small{text-transform:uppercase;letter-spacing:.12em;font-size:.55rem}.botanical{position:absolute;color:rgba(119,129,108,.22);font-size:15rem;z-index:0}.botanical-left{left:-5rem;bottom:-3rem;transform:rotate(-28deg)}.botanical-right{right:-3rem;top:-2rem;transform:rotate(140deg)}.section{padding:5.5rem 7vw}.warm{background:var(--white)}.section-heading{text-align:center;max-width:840px;margin:0 auto 3rem}.section-heading.narrow{max-width:700px}.section h2{font-size:clamp(2.7rem,5vw,4.4rem);margin:.4rem 0 1rem}.section-heading p{color:var(--muted)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1250px;margin:auto}.product-card{background:var(--ivory);border:1px solid var(--line);padding:2rem;text-align:center;min-height:315px;display:flex;flex-direction:column;align-items:center}.product-art{height:90px;width:90px;border-radius:50%;display:grid;place-items:center;font-size:2.8rem;color:var(--sage-dark);background:linear-gradient(145deg,var(--rose-soft),#f7eee4);margin-bottom:1rem;border:1px solid #ddc8ba}.product-card h3{font-family:'Playfair Display',serif;font-size:1.6rem;margin:.2rem}.product-card p{font-size:.9rem;color:var(--muted);flex:1}.price{font-family:'Playfair Display',serif;font-size:1.45rem;font-weight:700;margin:.3rem}.price.small{font-size:1rem}.text-link{color:var(--sage-dark);font-weight:600;text-decoration:none;border-bottom:1px solid var(--sage);font-size:.85rem}.photo-note,.fineprint{text-align:center;color:#8a8275;font-size:.78rem;margin-top:2rem}.scents{background:linear-gradient(180deg,#efe7dc,#f8f2e9)}.scent-row{display:flex;flex-wrap:wrap;justify-content:center;gap:.7rem;max-width:950px;margin:auto}.scent-row span{background:var(--white);border:1px solid #d7c8ba;padding:.75rem 1rem;border-radius:999px;font-family:'Playfair Display',serif;font-size:1.08rem}.story{display:grid;grid-template-columns:1fr 1fr;padding:0;min-height:610px}.story-art{position:relative;background:linear-gradient(#cdbfa8 0,#e7d1b6 40%,#9ea18a 41%,#78836d 100%);overflow:hidden;display:grid;place-items:center}.sun{width:180px;height:180px;border-radius:50%;background:rgba(255,240,196,.5);position:absolute;top:80px;left:50%;transform:translateX(-50%);box-shadow:0 0 80px rgba(255,225,168,.4)}.field-lines{position:absolute;bottom:-120px;width:140%;height:350px;border-radius:50%;border-top:2px solid rgba(255,255,255,.35);box-shadow:0 -30px 0 rgba(255,255,255,.06),0 -60px 0 rgba(255,255,255,.04);transform:rotate(-4deg)}.story-quote{position:relative;color:#fff;text-align:center;font-family:'Playfair Display',serif;font-size:2.6rem;text-shadow:0 2px 15px rgba(0,0,0,.2);z-index:2}.story-quote em{font-family:'Allura',serif}.story-copy{padding:5.5rem 7vw;background:var(--ivory)}.story-copy h2{font-size:3.7rem}.story-copy p{color:#5f5a51}.story-last{font-family:'Playfair Display',serif;font-size:1.2rem}.devotion-section{background:var(--white)}.devotion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;max-width:1100px;margin:auto}.devotion-grid article{border:1px solid var(--line);padding:2rem;background:linear-gradient(145deg,#fffdf8,#f5ece1);min-height:230px}.devotion-grid span{font-size:.7rem;letter-spacing:.16em;text-transform:uppercase;color:var(--rose)}.devotion-grid h3{font-family:'Playfair Display',serif;font-size:1.75rem;margin:.7rem 0}.devotion-grid p{color:var(--muted);font-size:.9rem}.order-section{background:#efe8de;display:grid;grid-template-columns:.8fr 1.2fr;gap:4rem;align-items:start}.order-intro{position:sticky;top:130px}.order-intro h2{font-size:4rem}.process{display:grid;gap:.7rem;margin-top:2rem}.process div{display:flex;gap:.8rem;align-items:center}.process b{width:2rem;height:2rem;border-radius:50%;display:grid;place-items:center;background:var(--sage);color:white}.process span{font-size:.88rem}.order-form{background:var(--white);border:1px solid var(--line);padding:2rem;box-shadow:0 20px 60px rgba(86,69,49,.08)}label{display:grid;gap:.35rem;font-size:.78rem;font-weight:600;color:#554f47;margin-bottom:1rem}input,select,textarea{width:100%;border:1px solid #d7ccbe;background:#fffdfa;padding:.8rem;font:inherit;color:var(--ink);border-radius:0}textarea{resize:vertical}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.three-col{display:grid;grid-template-columns:repeat(3,1fr);gap:.8rem}fieldset{border:0;border-top:1px solid var(--line);padding:1.5rem 0 .4rem;margin:1rem 0}legend{font-family:'Playfair Display',serif;font-weight:700;font-size:1.45rem;padding-right:1rem}.optional{font-weight:400;color:#999}.choice-row{display:flex;gap:.7rem;flex-wrap:wrap;margin:.5rem 0 1rem}.choice{display:block;margin:0}.choice input{position:absolute;opacity:0}.choice span{display:block;border:1px solid #cfc3b5;padding:.7rem 1rem;background:#fff}.choice input:checked+span{background:var(--sage);color:#fff;border-color:var(--sage)}.fineprint.left{text-align:left;margin:.2rem 0 1rem}.consent{grid-template-columns:auto 1fr;align-items:start;display:grid}.consent input{width:auto;margin-top:.3rem}.submit{width:100%;padding:1rem}.setup-notice{background:#fff4d8;border:1px solid #e8cc86;padding:1rem;font-size:.82rem;margin-bottom:1.5rem}.contact-strip{background:var(--sage-dark);color:white;padding:3rem 7vw;display:flex;justify-content:space-between;align-items:center;gap:2rem}.contact-strip h2{font-size:3rem;margin:.2rem 0}.contact-strip .eyebrow{color:#e8d9c7}.contact-strip p{text-align:right}.contact-strip a{color:white}footer{text-align:center;padding:3rem 1rem;background:#332f29;color:#eee5d8}.footer-brand{font-family:'Playfair Display',serif;font-size:1.6rem}.footer-small{font-size:.72rem;color:#bdb4aa;margin-top:1rem}
@media(max-width:980px){.nav{display:none;position:absolute;top:100%;left:0;right:0;background:var(--ivory);padding:1rem 5vw;flex-direction:column;border-bottom:1px solid var(--line)}.nav.open{display:flex}.menu-btn{display:block}.hero{grid-template-columns:1fr;text-align:center;padding:4rem 7vw}.hero p{margin-inline:auto}.hero-actions{justify-content:center}.hero-art{margin-top:3rem}.product-grid{grid-template-columns:repeat(2,1fr)}.story{grid-template-columns:1fr}.story-art{min-height:430px}.devotion-grid{grid-template-columns:1fr}.order-section{grid-template-columns:1fr}.order-intro{position:static}.three-col{grid-template-columns:1fr}.contact-strip{flex-direction:column;text-align:center}.contact-strip p{text-align:center}}
@media(max-width:600px){.brand-tag{display:none}.brand-name{font-size:1.25rem}.site-header{padding:.8rem 4vw}.topbar{font-size:.62rem}.hero{min-height:auto;padding:3.5rem 6vw}.hero h1{font-size:3rem}.section{padding:4rem 5vw}.product-grid{grid-template-columns:1fr}.two-col{grid-template-columns:1fr}.order-form{padding:1.25rem}.story-copy{padding:4rem 6vw}.story-copy h2{font-size:3rem}.process div{align-items:flex-start}.contact-strip{padding:3rem 5vw}}

/* Typography inspired by the supplied product labels. */
body{font-size:15px;line-height:1.75}
.brand-name{font-weight:700;font-size:1.4rem;line-height:1.2}
.brand-name em,.footer-brand em{font-family:'Playfair Display',Georgia,serif;font-style:normal;font-weight:700}
.hero h1{font-weight:700;font-size:clamp(2.8rem,5.2vw,5rem);line-height:1.08}
.hero h1 em{display:block;font-family:'Allura',cursive;font-size:1.22em;line-height:1.1;font-style:normal;color:#8c5040;margin-top:.2em}
.section h2,.contact-strip h2{font-weight:700;line-height:1.12}
.nav{gap:1rem}.nav a{font-size:1rem}
.eyebrow,.topbar,.brand-tag{font-family:'Libre Baskerville',Georgia,serif;letter-spacing:.14em}
.label-script{font-family:'Allura',cursive;font-size:2rem;line-height:1.1}
.label-title{font-size:1.7rem}
.product-card{padding:1.2rem 1.2rem 1.8rem;overflow:hidden}
.product-photo{display:block;width:100%;height:auto;aspect-ratio:3/4;object-fit:cover;border:1px solid var(--line);margin-bottom:1.2rem}
.product-card h3{font-size:1.65rem;font-weight:700;line-height:1.25}
.product-card h3.script-product{font-family:'Allura',cursive;font-size:2.6rem;font-weight:400;color:#8c5040}
.product-card p{line-height:1.75}
.scent-row span{font-family:'Allura',cursive;font-size:1.6rem;padding:.4rem 1.1rem}
.story-quote em{font-style:normal;font-size:1.2em}
.button{line-height:1.5}.story-copy h2{font-size:3.2rem}
@media(max-width:600px){.hero h1{font-size:2.65rem}.brand-name{font-size:1.15rem}.topbar{letter-spacing:.08em}.section h2{font-size:2.5rem}.product-photo{max-height:510px;object-fit:contain;background:#f4ecdf}.hero-actions .button{font-size:.78rem}.story-quote{font-size:2.1rem}}

.scent-products{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5rem;max-width:1100px;margin:auto;text-align:center}.scent-products article{padding:1.5rem;background:var(--white);border:1px solid var(--line)}.scent-products h3{font-family:'Playfair Display',Georgia,serif;font-size:1.4rem;line-height:1.3}.scent-products p{font-size:.8rem}.scent-products .scent-script{font-family:'Allura',cursive;font-size:1.9rem;line-height:1.5;color:#704336}@media(max-width:700px){.scent-products{grid-template-columns:1fr}}

main,section,form,fieldset,.hero-copy,.hero-art,.order-intro,.story-copy{min-width:0}input,select,textarea{min-width:0;max-width:100%}.hero-art{max-width:100%}.contact-strip a{overflow-wrap:anywhere}.label-card{max-width:100%}

.choice{position:relative}.choice input{width:1px;height:1px;left:0;top:0}.choice input:focus-visible+span{outline:2px solid var(--sage-dark);outline-offset:3px}section[id]{scroll-margin-top:110px}@media(max-width:600px){.label-card{padding:2rem 1.2rem;aspect-ratio:auto;min-height:260px}.label-card:before,.label-card:after{display:none}.label-small{line-height:1.6}.label-script{font-size:1.7rem}.label-title{font-size:1.5rem}}
/* Distinct, color-coordinated scrub scent pairings. */
.buffed-pairings{list-style:none;padding:0;margin:1.5rem 0 .5rem;display:grid;gap:1rem}
.buffed-pairings li{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.4rem;padding:.85rem .35rem;border:1px solid #e5dbce;background:#fffdf9;border-radius:8px}
.scent-chip{display:inline-block;padding:.35rem .5rem;border-radius:5px;font-family:'Libre Baskerville',Georgia,serif;font-size:.76rem;font-weight:700;line-height:1.6}
.pairing-plus{color:#756c60;font-size:.85rem}
.scent-orange{background:#fbe6ce;color:#8a430b}.scent-bergamot{background:#edf0cd;color:#52601e}
.scent-lavender{background:#eee4f5;color:#674483}.scent-geranium{background:#f8dfe5;color:#913f59}
.scent-eucalyptus{background:#e0ede6;color:#365f4e}.scent-cedarwood{background:#eddfd0;color:#755037}

.shared-scents{grid-template-columns:repeat(2,minmax(0,1fr));max-width:950px}.individual-scents{display:flex;flex-wrap:wrap;justify-content:center;gap:.8rem;margin:1.5rem 0}.scent-rosemary{background:#e2e8d8;color:#405831}.shared-scents .scent-chip{font-size:.85rem}.shared-scents .buffed-pairings{gap:1rem}@media(max-width:700px){.shared-scents{grid-template-columns:1fr}}

.product-caption{font-size:.75rem;color:var(--muted);line-height:1.6;margin:.5rem 0}.crochet-details{width:100%;margin-bottom:1rem}.crochet-details summary{cursor:pointer;color:var(--sage-dark);font-size:.8rem;padding:.6rem}.crochet-details img{margin-top:.6rem}

.email-alternative{text-align:center;font-size:.8rem;line-height:1.8;overflow-wrap:anywhere}.email-alternative a{color:var(--sage-dark);font-weight:700;text-decoration:underline}

[hidden]{display:none!important}

.upcoming-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem;max-width:850px;margin:auto}.upcoming-grid .product-card{justify-content:center}.upcoming-grid .product-card p{flex:0}.upcoming-grid .product-photo{max-height:380px;object-fit:cover}@media(max-width:600px){.upcoming-grid{grid-template-columns:1fr}}

.devotion-grid blockquote{margin:1.2rem 0;font-size:1.05rem;line-height:1.65}.devotion-grid article>span{color:#87534e}

.order-item{border:1px solid var(--line);padding:1rem;margin:1.5rem 0;background:#fbf7ef}.order-item legend{padding:0 .4rem}.remove-item{font-size:.75rem;padding:.5rem .8rem}

.brand-mark{display:flex;justify-content:center;align-items:center;margin-bottom:.2rem}.brand-mark svg{display:block;width:180px;height:36px}@media(max-width:600px){.brand-mark svg{width:150px;height:30px}}

.brand-mark img{display:block;width:210px;height:auto;max-width:100%}.brand-mark{margin-bottom:.35rem}@media(max-width:600px){.brand-mark img{width:165px}.site-header{padding:.5rem 4vw}}

.brand-mark{margin-bottom:.2rem}.brand-mark img{width:180px;height:36px;object-fit:contain}.site-header{padding:1rem 5vw}@media(max-width:600px){.brand-mark img{width:150px;height:30px}.site-header{padding:.8rem 4vw}}
