.product-image img,.detail-image img{padding:4%;object-fit:contain!important}:root{--ink:#29231e;--cream:#f8f3e9;--sand:#dfc8a5;--terra:#a74d32;--muted:#746b62;--line:#d9cfc0}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--cream);color:var(--ink);margin:0;font-family:DM Sans,sans-serif}a{color:inherit;text-decoration:none}.header{border-bottom:1px solid var(--line);z-index:20;background:#f8f3e9f2;justify-content:space-between;align-items:center;height:84px;padding:0 5vw;display:flex;position:sticky;top:0}.brand{letter-spacing:.22em;font:600 1.05rem/1 Playfair Display,serif}.header nav{gap:2rem;font-size:.9rem;display:flex}.hero{grid-template-columns:1fr 1.08fr;min-height:calc(100vh - 84px);display:grid}.hero-copy{flex-direction:column;justify-content:center;padding:10vw 7vw;display:flex}.hero h1,.page h1,.empty h1,.editorial h1,.detail-copy h1{letter-spacing:-.04em;margin:.3em 0;font:500 clamp(3.2rem,7vw,6.5rem)/.95 Playfair Display,serif}.hero-copy>p:not(.eyebrow){max-width:540px;color:var(--muted);font-size:1.08rem;line-height:1.8}.hero-image,.product-image,.detail-image{position:relative;overflow:hidden}.hero-image img,.product-image img,.detail-image img{object-fit:cover}.eyebrow{letter-spacing:.2em;font-weight:600;color:var(--terra)!important;font-size:.72rem!important}.actions{align-items:center;gap:1.8rem;margin-top:2rem;display:flex}.button{border:1px solid var(--ink);background:var(--ink);color:#fff;letter-spacing:.1em;text-transform:uppercase;cursor:pointer;justify-content:center;padding:1rem 1.5rem;font:600 .78rem DM Sans;display:inline-flex}.button:hover{background:var(--terra);border-color:var(--terra)}.button.full{width:100%}.text-link{border-bottom:1px solid;font-size:.9rem}.collection,.page{max-width:1320px;margin:auto;padding:7rem 5vw}.collection h2,.story-band h2{margin:.25em 0;font:500 clamp(2.5rem,5vw,4.5rem)/1.05 Playfair Display,serif}.section-intro{color:var(--muted);margin-bottom:3rem}.product-grid{grid-template-columns:repeat(3,1fr);gap:3rem 1.5rem;display:grid}.product-image{aspect-ratio:1;background:#eadbc5}.product-card img{transition:transform .6s}.product-card:hover img{transform:scale(1.025)}.product-meta{justify-content:space-between;gap:1rem;padding-top:1rem;display:flex}.product-meta h3{margin:0;font:500 1.35rem Playfair Display,serif}.product-meta p{color:var(--muted);margin:.4rem 0;font-size:.78rem}.story-band{background:var(--ink);color:var(--cream);text-align:center;padding:8rem max(7vw,50vw - 550px)}.story-band p:not(.eyebrow){color:#d5cbc0;max-width:700px;margin:1.5rem auto 2rem;line-height:1.8}.light{color:#fff}.page>h1{font-size:clamp(3rem,6vw,5rem)}.product-page{grid-template-columns:minmax(0,1.15fr) minmax(360px,.85fr);min-height:calc(100vh - 84px);display:grid}.detail-image{min-height:700px}.detail-copy{padding:8vw 7vw}.detail-copy h1{font-size:clamp(3.5rem,6vw,6rem)}.price{font-size:1.3rem}.description{margin:2.5rem 0;font:500 1.3rem/1.6 Playfair Display,serif}.detail-copy dl{border-top:1px solid var(--line);margin:0 0 2rem}.detail-copy dl div{border-bottom:1px solid var(--line);justify-content:space-between;padding:1rem 0;font-size:.85rem;display:flex}.detail-copy dt{color:var(--muted)}.note{color:var(--muted);font-size:.75rem;line-height:1.5}.empty{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:65vh;display:flex}.empty h1{font-size:4rem}.cart-layout{grid-template-columns:1fr 360px;gap:4rem;display:grid}.cart-item{border-bottom:1px solid var(--line);grid-template-columns:130px 1fr auto;gap:1.5rem;padding:1.5rem 0;display:grid}.cart-item img{object-fit:cover}.cart-item h2,.summary h2{margin:0 0 .5rem;font:500 1.5rem Playfair Display,serif}.cart-item p{color:var(--muted);font-size:.85rem}.remove{color:var(--terra);cursor:pointer;background:0 0;border:0;padding:0;text-decoration:underline}.summary{background:#eee3d2;height:max-content;padding:2rem}.summary>div{justify-content:space-between;margin:1.5rem 0;display:flex}.summary>p{color:var(--muted);font-size:.8rem}.summary .button{margin:1rem 0}.editorial{max-width:800px;margin:auto;padding:8rem 5vw}.editorial h1{font-size:clamp(3rem,7vw,5.5rem)}.editorial .lead{font:500 1.45rem/1.6 Playfair Display,serif}.editorial h2{margin-top:3rem;font:500 2rem Playfair Display,serif}.editorial p{color:var(--muted);line-height:1.8}.editorial aside{border-left:3px solid var(--terra);margin-top:3rem;padding:1rem 1.5rem}footer{border-top:1px solid var(--line);color:var(--muted);grid-template-columns:1fr 1fr 1fr;gap:2rem;padding:4rem 5vw;font-size:.8rem;display:grid}footer span{letter-spacing:.16em;color:var(--ink);font-family:Playfair Display,serif}@media (max-width:850px){.header{height:70px}.header nav{gap:1rem}.hero,.product-page{grid-template-columns:1fr}.hero-copy{padding:6rem 6vw}.hero-image{order:-1;min-height:75vw}.product-grid{grid-template-columns:1fr 1fr}.detail-image{min-height:100vw}.cart-layout,footer{grid-template-columns:1fr}}@media (max-width:560px){.header nav a:nth-child(2){display:none}.product-grid{grid-template-columns:1fr}.collection,.page{padding-top:5rem}.hero h1{font-size:3.3rem}.cart-item{grid-template-columns:90px 1fr}.cart-item img{width:90px;height:90px}.cart-item>strong{grid-column:2}.actions{flex-direction:column;align-items:flex-start}}
body{font-family:Arial,Helvetica Neue,sans-serif}.brand,.hero h1,.page h1,.empty h1,.editorial h1,.detail-copy h1,.collection h2,.story-band h2,.product-meta h3,.cart-item h2,.summary h2,.editorial .lead,.editorial h2{font-family:Georgia,Times New Roman,serif}.brand{align-items:center;gap:.62rem;display:flex}.brand img{width:36px;height:36px}.brand span{white-space:nowrap}.hebra-story{background:#eee3d2;grid-template-columns:minmax(0,.95fr) minmax(0,1.05fr);display:grid}.hebra-image{min-height:680px;position:relative;overflow:hidden}.hebra-image img{object-fit:cover}.hebra-copy{flex-direction:column;justify-content:center;padding:9vw 9vw 9vw 8vw;display:flex}.hebra-copy h2{letter-spacing:-.04em;margin:.25em 0 .4em;font:500 clamp(3rem,5.5vw,5.5rem)/1 Georgia,Times New Roman,serif}.hebra-copy h2 em{color:var(--terra);font-weight:500}.hebra-copy>p:not(.eyebrow){color:var(--muted);max-width:590px;line-height:1.8}.hebra-copy .hebra-lead{font:500 1.35rem/1.55 Georgia,Times New Roman,serif;color:var(--ink)!important}.hebra-copy .text-link{width:max-content;margin-top:1.2rem}.promise-bar{background:var(--ink);color:#fff;text-transform:uppercase;letter-spacing:.11em;justify-content:center;align-items:center;gap:5vw;min-height:38px;padding:.65rem 5vw;font-size:.64rem;display:flex}.breadcrumbs{color:var(--muted);margin:0 0 2rem;font-size:.72rem}.breadcrumbs a{text-underline-offset:3px;text-decoration:underline}.rating-row{margin:-.4rem 0 1.25rem;font-size:.78rem}.rating-row .origin-mark{color:var(--terra);letter-spacing:.08em;text-transform:uppercase;font-size:.72rem}.price span{letter-spacing:.12em;color:var(--muted);font-size:.67rem}.purchase-note{border-left:3px solid var(--terra);background:#eee3d2;flex-direction:column;gap:.3rem;margin:-.75rem 0 1.5rem;padding:1rem 1.1rem;display:flex}.purchase-note strong{font:500 1rem Georgia,serif}.purchase-note span,.shipping-line{color:var(--muted);font-size:.75rem;line-height:1.5}.shipping-line{text-align:center;margin:.75rem 0 2rem}.shipping-line a{text-underline-offset:3px;text-decoration:underline}.product-story,.care-band,.reviews,.faq{padding:7rem max(6vw,50vw - 600px)}.product-story{background:#eee3d2;grid-template-columns:.8fr 1.2fr;gap:6rem;display:grid}.product-story h2,.care-band h2,.reviews h2,.faq h2{letter-spacing:-.035em;margin:.25em 0;font:500 clamp(2.5rem,4.5vw,4.5rem)/1.04 Georgia,serif}.value-grid{grid-template-columns:repeat(3,1fr);gap:2.5rem;display:grid}.value-grid article{border-top:1px solid #cbbda8;padding-top:1rem}.value-grid article>span{color:var(--terra);font-size:.7rem}.value-grid h3,.care-card h3,.review-empty h3{font:500 1.35rem Georgia,serif}.value-grid p,.care-band p,.reviews p,.faq p{color:var(--muted);font-size:.9rem;line-height:1.75}.care-band{color:#fff;background:#52604c;grid-template-columns:1fr 420px;align-items:center;gap:8vw;display:grid}.care-band .eyebrow{color:#f0bf9f!important}.care-band>div>p:not(.eyebrow){color:#e5e6df;max-width:650px}.care-card{background:var(--cream);color:var(--ink);padding:2.25rem}.care-card p{color:var(--muted)!important}.reviews{grid-template-columns:.75fr 1.25fr;align-items:center;gap:8vw;display:grid}.review-empty{border:1px solid var(--line);text-align:center;padding:3rem}.review-stars{color:var(--terra);letter-spacing:.18em;font-size:1.5rem}.review-empty .button{margin-top:1rem}.customer-review{border-top:1px solid var(--line);padding:1.6rem 0}.customer-review h3,.review-form h3{margin:.6rem 0;font:500 1.4rem Georgia,serif}.customer-review p{margin:.5rem 0}.customer-review small{color:var(--muted);font-size:.72rem}.review-form{border:1px solid var(--line);padding:2rem}.review-form label{text-transform:uppercase;letter-spacing:.08em;margin:1rem 0;font-size:.72rem;display:block}.review-form label small{text-transform:none;letter-spacing:0;color:var(--muted)}.review-form input,.review-form select,.review-form textarea{border:1px solid var(--line);width:100%;font:inherit;background:#fff;margin-top:.45rem;padding:.85rem;display:block}.review-form textarea{resize:vertical}.review-actions{align-items:center;gap:1.2rem;margin-top:1.2rem;display:flex}.review-honeypot{position:absolute!important;left:-9999px!important}.review-empty .success-mark{margin:0 auto}.review-invite{padding:2rem max(6vw,50vw - 450px) 6rem}.review-invite>div{max-width:620px;margin:auto}.review-invite .review-empty{background:#eee3d2;padding:2rem 3rem}.review-invite .review-empty h3{margin-top:0}.faq{max-width:900px;margin:auto}.faq h2{margin-bottom:2rem}.faq details{border-top:1px solid var(--line);padding:1.35rem 0}.faq details:last-child{border-bottom:1px solid var(--line)}.faq summary{cursor:pointer;justify-content:space-between;font:500 1.08rem Georgia,serif;list-style:none;display:flex}.faq summary:after{content:"+";color:var(--terra)}.faq details[open] summary:after{content:"−"}.faq details p{max-width:700px;margin:1rem 0 0}.related{border-top:1px solid var(--line)}@media (max-width:850px){.promise-bar{justify-content:space-around;gap:1rem}.promise-bar span:nth-child(2){display:none}.product-story,.care-band,.reviews{grid-template-columns:1fr;gap:3rem}.value-grid{gap:1rem}.care-band{padding-top:5rem;padding-bottom:5rem}.detail-copy{padding:4.5rem 6vw}.detail-copy h1{font-size:3.6rem}}@media (max-width:560px){.promise-bar{font-size:.58rem}.value-grid{grid-template-columns:1fr}html,body{overflow-x:hidden}.header{height:64px;padding:0 5vw}.brand{letter-spacing:.14em;white-space:nowrap;gap:.38rem;font-size:.78rem}.brand img{width:29px;height:29px}.header nav{gap:.85rem;font-size:.75rem}.header nav a{align-items:center;min-height:44px;display:flex}.header nav a:nth-child(2){display:none}.hero{flex-direction:column;min-height:0;display:flex}.hero-copy{order:1;padding:3.25rem 6vw 2.5rem}.hero-image{aspect-ratio:4/5;order:2;height:auto;min-height:0}.hero-image img{object-position:50% 20%}.hero h1{margin:.34em 0;font-size:clamp(2.8rem,13vw,3.55rem);line-height:.94}.hero-copy>p:not(.eyebrow){margin:0;font-size:.95rem;line-height:1.65}.eyebrow{line-height:1.5;font-size:.64rem!important}.actions{flex-direction:row;align-items:center;gap:1.35rem;margin-top:1.5rem}.button{min-height:48px;padding:.9rem 1.15rem}.text-link{font-size:.82rem}.hebra-story{grid-template-columns:1fr}.hebra-image{aspect-ratio:4/5;min-height:0}.hebra-image img{object-position:55% center}.hebra-copy{padding:3.75rem 6vw 4.25rem}.hebra-copy h2{font-size:2.8rem}.hebra-copy .hebra-lead{font-size:1.15rem}.hebra-copy>p:not(.eyebrow){font-size:.88rem;line-height:1.7}.collection,.page{padding:4rem 5vw}.collection h2,.story-band h2{font-size:2.35rem}.section-intro{margin-bottom:2rem;font-size:.86rem;line-height:1.55}.product-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem .8rem}.product-image{aspect-ratio:4/5}.product-image img{padding:2%!important}.product-meta{padding-top:.7rem;display:block}.product-meta h3{font-size:1.03rem;line-height:1.15}.product-meta p{margin:.28rem 0 .45rem;font-size:.67rem;line-height:1.35}.product-meta strong{font-size:.82rem}.story-band{padding:4.5rem 7vw}.story-band p:not(.eyebrow){font-size:.88rem;line-height:1.65}.promise-bar{letter-spacing:.08em;justify-content:space-between;min-height:34px;padding:.55rem 4vw;font-size:.53rem}.promise-bar span:nth-child(2){display:none}.product-page{min-height:0;display:block}.detail-image{aspect-ratio:1;background:#efe7dc;min-height:0}.detail-image img{padding:2%!important}.detail-copy{padding:2.75rem 6vw 3.5rem}.breadcrumbs{margin-bottom:1.5rem}.detail-copy h1{margin:.25em 0;font-size:3rem;line-height:.96}.rating-row{margin:.2rem 0 1rem}.price{margin:.6rem 0;font-size:1.15rem}.description{margin:1.5rem 0;font-size:1.08rem;line-height:1.5}.purchase-note{margin:0 0 1.25rem}.shipping-line{font-size:.68rem}.detail-copy dl div{padding:.8rem 0}.detail-copy dl{margin-bottom:1.25rem}.product-story,.care-band,.reviews,.faq{padding:3.75rem 6vw}.product-story,.care-band,.reviews{gap:2rem}.product-story h2,.care-band h2,.reviews h2,.faq h2{font-size:2.35rem}.value-grid{grid-template-columns:1fr;gap:1.5rem}.value-grid article{padding-top:.8rem}.value-grid h3{margin:.55rem 0}.value-grid p{margin:.4rem 0}.care-card{padding:1.6rem}.review-empty{padding:1.75rem 1rem}.review-stars{font-size:1.15rem}.faq details{padding:1.1rem 0}.faq summary{gap:1rem;font-size:1rem}.related.collection{padding-top:3.75rem}.cart-layout{gap:2rem}.page>h1{font-size:2.75rem}.cart-item{grid-template-columns:76px minmax(0,1fr) auto;gap:.8rem;padding:1rem 0}.cart-item img{width:76px;height:76px}.cart-item h2{font-size:1.05rem}.cart-item p{margin:.3rem 0;font-size:.72rem}.cart-item>strong{grid-column:auto;font-size:.8rem}.summary{padding:1.5rem}footer{gap:.65rem;padding:3rem 6vw;font-size:.72rem}}.field-notes{max-width:1440px;margin:auto;padding:7rem 5vw}.field-notes-copy{grid-template-columns:.45fr 1fr;align-items:end;gap:3rem;margin-bottom:3rem;display:grid}.field-notes-copy h2{letter-spacing:-.035em;margin:.2em 0;font:500 clamp(2.5rem,5vw,4.5rem)/1.05 Georgia,serif}.field-notes-copy>p:last-child{color:var(--muted);max-width:480px;line-height:1.7}.field-grid{grid-template-rows:repeat(2,minmax(260px,34vw));grid-template-columns:1.35fr .65fr;gap:1rem;display:grid}.field-image{background:#e8dece;position:relative;overflow:hidden}.field-image img{object-fit:cover}.field-wide{grid-row:1/3}.newsletter{background:#eee3d2;grid-template-columns:1fr 1fr;align-items:center;gap:7vw;padding:6rem max(7vw,50vw - 575px);display:grid}.newsletter h2{letter-spacing:-.035em;margin:.25em 0;font:500 clamp(2.5rem,5vw,4rem)/1 Georgia,serif}.newsletter p{color:var(--muted);line-height:1.7}.newsletter form>div{display:flex}.newsletter input[type=email]{border:1px solid var(--ink);background:var(--cream);min-width:0;font:inherit;flex:1;padding:1rem}.newsletter form small{color:var(--muted);margin-top:.8rem;font-size:.68rem;display:block}.newsletter form small a{text-decoration:underline}.newsletter-thanks{flex-direction:column;gap:.5rem;display:flex}.newsletter-thanks strong{font:500 1.5rem Georgia,serif}.newsletter-thanks span{color:var(--muted)}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:700px){.field-notes{padding:4rem 5vw}.field-notes-copy,.newsletter{grid-template-columns:1fr;gap:1.5rem}.field-grid{grid-template-rows:70vw 55vw;grid-template-columns:1fr 1fr}.field-wide{grid-area:auto/1/auto/3}.newsletter{padding:4rem 6vw}.newsletter form>div{flex-direction:column}.newsletter .button{width:100%}.review-invite{padding:1rem 6vw 4rem}.review-invite .review-empty{padding:1.5rem}}.field-notes-copy{max-width:760px;display:block}.field-notes-copy>p:last-child{max-width:560px}.about-gallery{grid-template-columns:1.15fr .85fr;gap:1rem;max-width:1320px;margin:auto;padding:0 5vw 7rem;display:grid}.about-gallery>div{min-height:680px;position:relative;overflow:hidden}.about-gallery img{object-fit:cover}@media (max-width:700px){.about-gallery{grid-template-columns:1fr;padding-bottom:4rem}.about-gallery>div{aspect-ratio:4/5;min-height:0}}
.admin-login{background:#eee3d2;place-items:center;min-height:calc(100vh - 84px);padding:2rem;display:grid}.admin-login form{background:var(--cream);width:min(100%,420px);padding:3rem}.admin-login h1,.admin-page h1,.admin-empty h2{margin:.3em 0;font:500 3rem/1 Georgia,serif}.admin-login>form>p:not(.eyebrow){color:var(--muted);line-height:1.6}.admin-login label,.order-row label{text-transform:uppercase;letter-spacing:.09em;margin:1.5rem 0 .5rem;font-size:.72rem;display:block}.admin-login input,.order-row select{border:1px solid var(--line);width:100%;font:inherit;background:#fff;padding:.9rem}.form-error{color:#9d2b1e;font-size:.8rem}.admin-login .button{margin-top:1.2rem}.admin-page{max-width:1100px;min-height:75vh;margin:auto;padding:5rem 5vw}.admin-page>header{border-bottom:1px solid var(--line);justify-content:space-between;align-items:end;padding-bottom:2rem;display:flex}.admin-page h1{font-size:4rem}.admin-page header p{color:var(--muted)}.admin-link{cursor:pointer;background:0 0;border:0;text-decoration:underline}.admin-empty{text-align:center;border:1px solid var(--line);margin-top:3rem;padding:5rem 2rem}.admin-empty p{color:var(--muted)}.order-list{margin-top:2rem}.order-row{border-bottom:1px solid var(--line);grid-template-columns:1.5fr .6fr 180px;align-items:center;gap:2rem;padding:1.3rem 0;display:grid}.order-row>div{flex-direction:column;gap:.35rem;display:flex}.order-row a,.order-row small{color:var(--muted);font-size:.75rem}.order-row label{margin:0}.order-row select{text-transform:capitalize;margin-top:.4rem;padding:.65rem}@media (max-width:650px){.admin-login{min-height:calc(100vh - 64px);padding:1rem}.admin-login form{padding:2rem 1.25rem}.admin-page{padding:3rem 5vw}.admin-page h1{font-size:3rem}.order-row{grid-template-columns:1fr 100px;gap:1rem}.order-row label{grid-column:1/-1}.admin-page>header{align-items:start}}
.policy-page{max-width:850px;margin:auto;padding:7rem 5vw}.policy-page header{border-bottom:1px solid var(--line);margin-bottom:3rem;padding-bottom:2.5rem}.policy-page h1,.contact-page h1{letter-spacing:-.04em;margin:.3em 0;font:500 clamp(3rem,7vw,5.5rem)/.95 Georgia,serif}.policy-intro{max-width:700px;font:500 1.35rem/1.6 Georgia,serif}.policy-updated{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;font-size:.7rem}.policy-page section{margin:2.8rem 0}.policy-page h2{font:500 1.65rem Georgia,serif}.policy-page section p{color:var(--muted);line-height:1.8}.policy-page section a{text-underline-offset:3px;color:var(--terra);text-decoration:underline}.contact-page{max-width:850px;min-height:70vh;margin:auto;padding:8rem 5vw}.contact-page>p:not(.eyebrow){color:var(--muted);max-width:650px;font:500 1.35rem/1.6 Georgia,serif}.contact-page>.button{margin:1rem 0 3rem}.contact-page>div{border-top:1px solid var(--line);color:var(--muted);grid-template-columns:1fr 1fr;gap:2rem;padding-top:1.5rem;font-size:.85rem;line-height:1.7;display:grid}.site-footer{grid-template-columns:1fr 1fr 1.4fr}.footer-links{grid-template-columns:1fr 1fr;gap:.7rem 1.5rem;display:grid}.footer-links a:hover{text-decoration:underline}.footer-meta{text-align:right}@media (max-width:700px){.policy-page,.contact-page{padding:4.5rem 6vw}.policy-intro,.contact-page>p:not(.eyebrow){font-size:1.15rem}.policy-page section{margin:2.25rem 0}.contact-page>div,.site-footer{grid-template-columns:1fr}.footer-links{margin:1rem 0}.footer-meta{text-align:left}}
.checkout-security{text-align:center;margin:.75rem 0 1.5rem;font-size:.68rem!important}.order-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;min-height:75vh;padding:5rem 6vw;display:flex}.success-mark{border:1px solid var(--terra);width:58px;height:58px;color:var(--terra);border-radius:50%;place-items:center;font-size:1.5rem;display:grid}.order-success h1{letter-spacing:-.04em;margin:.3em 0;font:500 clamp(3rem,7vw,5.5rem)/.98 Georgia,serif}.order-success>p:not(.eyebrow){max-width:570px;color:var(--muted);line-height:1.7}.order-success .button{margin-top:1.3rem}.button:disabled{opacity:.65;cursor:wait}
.admin-reviews{border-top:1px solid var(--line);margin-top:5rem;padding-top:3rem}.admin-reviews h2{font:500 2.5rem Georgia,serif}.admin-reviews>article{border:1px solid var(--line);margin:1rem 0;padding:1.5rem}.admin-reviews h3{margin:.4rem 0;font:500 1.3rem Georgia,serif}.admin-reviews article>p{color:var(--muted);line-height:1.6}.admin-reviews small{color:var(--muted)}.admin-reviews article>div:last-child{gap:.7rem;margin-top:1rem;display:flex}.admin-reviews button{border:1px solid var(--line);cursor:pointer;background:0 0;padding:.55rem .8rem}.admin-reviews button:first-child{background:var(--ink);color:#fff}
