:root{--ink:#111;--paper:#fff;--soft:#f3f1ed;--red:#d9272e}*{box-sizing:border-box}html{scroll-behavior:smooth}body{color:var(--ink);background:var(--paper);margin:0;font-family:Arial,Helvetica,sans-serif}a{color:inherit;text-decoration:none}button,input{font:inherit}button{color:inherit}.delivery-bar{color:#fff;letter-spacing:.11em;background:#151515;justify-content:center;align-items:center;height:30px;font-size:10px;font-weight:700;display:flex}.site-header{z-index:40;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff7;border-bottom:1px solid #d9d9d9;position:sticky;top:0}.header-row{border-bottom:1px solid #e2e2e2;grid-template-columns:1fr auto 1fr;align-items:center;height:72px;padding:0 28px;display:grid}.brand{color:#fff;letter-spacing:.08em;text-align:center;background:#1a1a1a;grid-column:1;place-content:center;justify-self:start;width:88px;height:42px;font-size:15px;font-weight:900;line-height:.95;display:grid}.department-nav{align-items:center;gap:34px;height:72px;display:flex;position:absolute;left:50%;transform:translate(-50%)}.department-nav a{letter-spacing:.08em;align-items:center;height:72px;font-size:12px;font-weight:700;display:flex;position:relative}.department-nav a.active:after{content:"";background:#111;height:3px;position:absolute;bottom:0;left:0;right:0}.header-actions{grid-column:3;justify-self:end;align-items:center;gap:22px;display:flex}.text-action{cursor:pointer;letter-spacing:.06em;background:0 0;border:0;padding:10px 0;font-size:11px;font-weight:700}.bag-btn{cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;padding:7px 2px;display:flex}.bag-shape{border:1.7px solid #111;width:16px;height:16px;display:inline-block;position:relative}.bag-shape:before{content:"";border:1.7px solid #111;border-bottom:0;border-radius:5px 5px 0 0;width:7px;height:5px;position:absolute;top:-6px;left:2.7px}.bag-count{font-size:11px}.menu-btn{cursor:pointer;background:0 0;border:0;padding:8px;display:none}.menu-btn span{background:#111;width:20px;height:1.5px;margin:4px 0;display:block}.category-nav{scrollbar-width:none;justify-content:center;align-items:center;gap:27px;height:49px;padding:0 24px;display:flex;overflow:auto}.category-nav::-webkit-scrollbar{display:none}.category-nav a{white-space:nowrap;font-size:11px;font-weight:600}.category-nav .sale-link{color:var(--red)}.hero{background:#c8d8d4;height:760px;min-height:calc(100vh - 151px);position:relative;overflow:hidden}.hero>img{object-fit:cover;object-position:center 38%;width:100%;height:100%}.hero-scrim{background:linear-gradient(90deg,#00000073 0%,#00000014 55%,#0000 80%);position:absolute;inset:0}.hero-copy{color:#fff;max-width:560px;position:absolute;bottom:12%;left:max(7vw,64px)}.hero-copy p{letter-spacing:.16em;margin:0 0 20px;font-size:11px;font-weight:700}.hero-copy h1{letter-spacing:-.055em;margin:0;font-size:clamp(54px,6vw,90px);font-weight:500;line-height:.88}.hero-copy>span{margin:25px 0 28px;font-size:16px;display:block}.hero-actions{gap:10px;display:flex}.button{letter-spacing:.08em;border:1px solid #111;justify-content:center;align-items:center;min-width:140px;min-height:47px;padding:0 22px;font-size:11px;font-weight:700;transition:all .25s;display:inline-flex}.button.light{color:#111;background:#fff;border-color:#fff}.button:hover{color:#fff;background:#111}.page-shell{padding:110px 5.5vw}.section-heading{justify-content:space-between;align-items:flex-start;margin-bottom:52px;display:flex}.section-heading p{letter-spacing:.15em;margin:8px 0 0;font-size:11px;font-weight:700}.section-heading h2{letter-spacing:-.045em;width:56%;margin:0;font-size:clamp(35px,4.3vw,64px);font-weight:500;line-height:.98}.category-grid{grid-template-columns:repeat(4,1fr);gap:16px;display:grid}.image-wrap{aspect-ratio:4/5;background:#eee;overflow:hidden}.category-card img{object-fit:cover;width:100%;height:100%;transition:transform .55s}.category-card:hover img{transform:scale(1.025)}.card-line{border-bottom:1px solid #bbb;justify-content:space-between;align-items:center;padding:18px 2px 15px;display:flex}.card-line h3{margin:0;font-size:14px;font-weight:600}.card-line span{font-size:18px}.drawer-backdrop{z-index:60;opacity:0;pointer-events:none;background:#00000073;transition:all .25s;position:fixed;inset:0}.drawer-backdrop.show{opacity:1;pointer-events:auto}.side-drawer{z-index:70;background:#fff;width:min(440px,88vw);padding:25px 30px;transition:all .35s;position:fixed;top:0;bottom:0;left:0;transform:translate(-101%)}.side-drawer.open{transform:none}.drawer-top{letter-spacing:.1em;justify-content:space-between;align-items:center;height:45px;font-size:12px;display:flex}.drawer-top button{cursor:pointer;background:0 0;border:0;font-size:28px;font-weight:300}.side-drawer nav{border-top:1px solid #ddd;margin-top:22px}.side-drawer nav a{border-bottom:1px solid #ddd;justify-content:space-between;padding:24px 0;font-size:22px;display:flex}.drawer-links{flex-direction:column;gap:14px;margin-top:34px;font-size:12px;text-decoration:underline;display:flex}.search-panel{z-index:80;background:#fff;height:290px;transition:all .35s;position:fixed;inset:30px 0 auto;transform:translateY(-110%)}.search-panel.open{transform:none}.search-inner{max-width:1000px;margin:auto;padding:65px 30px;position:relative}.search-inner label{letter-spacing:.13em;margin-bottom:22px;font-size:11px;font-weight:700;display:block}.search-field{border-bottom:2px solid #111;display:flex}.search-field input{letter-spacing:-.03em;border:0;outline:0;width:100%;padding:10px 0 15px;font-size:32px}.search-field button,.search-close{cursor:pointer;background:0 0;border:0}.search-field button{font-size:27px}.search-close{letter-spacing:.08em;font-size:11px;font-weight:700;position:absolute;top:25px;right:30px}.new-section{background:var(--soft)}.product-heading{justify-content:space-between;align-items:flex-end;margin-bottom:42px;display:flex}.eyebrow{letter-spacing:.15em;margin:0 0 18px;font-size:11px;font-weight:700}.product-heading h2{letter-spacing:-.05em;margin:0;font-size:clamp(42px,5vw,72px);font-weight:500;line-height:.9}.product-heading>a{letter-spacing:.08em;border-bottom:1px solid #111;padding:0 0 6px;font-size:11px;font-weight:700}.product-heading>a span{margin-left:22px}.product-grid{grid-template-columns:repeat(3,1fr);gap:48px 16px;display:grid}.product-image{aspect-ratio:4/5;background:#e7e4df;display:block;position:relative;overflow:hidden}.product-image img{object-fit:cover;width:100%;height:100%;transition:transform .5s}.product-card:hover .product-image img{transform:scale(1.018)}.product-badge{letter-spacing:.06em;background:#fff;padding:6px 8px;font-size:9px;font-weight:700;position:absolute;top:12px;left:12px}.heart{cursor:pointer;background:#ffffffeb;border:0;border-radius:50%;width:34px;height:34px;font-size:20px;position:absolute;top:9px;right:10px}.heart.saved{color:var(--red)}.quick-add{letter-spacing:.08em;cursor:pointer;background:#fff;border:0;height:44px;font-size:10px;font-weight:700;transition:all .25s;position:absolute;bottom:12px;left:12px;right:12px;transform:translateY(62px)}.product-card:hover .quick-add,.quick-add:focus{transform:none}.quick-add:hover{color:#fff;background:#111}.product-info{grid-template-columns:1fr auto;column-gap:16px;padding-top:15px;display:grid}.product-info h3{margin:0;font-size:13px;font-weight:600;line-height:1.4}.product-info p{margin:0;font-size:13px;font-weight:700}.product-info span{color:#686868;grid-column:1/3;margin-top:7px;font-size:11px}.split-editorial{background:#dce3df;grid-template-columns:1fr 1fr;min-height:760px;display:grid}.editorial-image img{object-fit:cover;width:100%;height:100%}.editorial-copy{flex-direction:column;justify-content:center;padding:10vw;display:flex}.editorial-copy h2{letter-spacing:-.05em;margin:0 0 30px;font-size:clamp(46px,5vw,76px);font-weight:500;line-height:.92}.editorial-copy>p:not(.eyebrow){max-width:470px;margin:0 0 34px;font-size:14px;line-height:1.7}.editorial-copy>div{align-items:center;gap:27px;display:flex}.button.dark{color:#fff;background:#111}.button.dark:hover{color:#111;background:#fff}.underlink{border-bottom:1px solid #111;padding-bottom:5px;font-size:11px;font-weight:700}.campaign-grid{grid-template-columns:1fr 1fr;display:grid}.campaign-card{color:#fff;min-height:650px;position:relative;overflow:hidden}.campaign-card:after{content:"";background:linear-gradient(#0000 40%,#00000085);position:absolute;inset:0}.campaign-card img{object-fit:cover;width:100%;height:100%;transition:transform .6s;position:absolute;inset:0}.campaign-card:hover img{transform:scale(1.025)}.campaign-card>div{z-index:2;position:absolute;bottom:7%;left:7%;right:7%}.campaign-card p{letter-spacing:.14em;font-size:10px;font-weight:700}.campaign-card h2{letter-spacing:-.045em;max-width:560px;margin:15px 0 24px;font-size:clamp(42px,4vw,67px);font-weight:500;line-height:.94}.campaign-card span{letter-spacing:.08em;border-bottom:1px solid;padding-bottom:5px;font-size:11px;font-weight:700}.services-strip{border-bottom:1px solid #ccc;grid-template-columns:repeat(4,1fr);display:grid}.services-strip>div{border-right:1px solid #ccc;padding:50px 3vw}.services-strip>div:last-child{border-right:0}.services-strip span{color:#777;margin-bottom:32px;font-size:10px;display:block}.services-strip h3{margin:0 0 9px;font-size:15px}.services-strip p{color:#666;margin:0;font-size:12px}.footer{color:#fff;background:#151515;padding:90px 5.5vw 28px}.newsletter{border-bottom:1px solid #454545;grid-template-columns:1fr 1fr;column-gap:8vw;padding-bottom:90px;display:grid}.newsletter .eyebrow{grid-column:1}.newsletter h2{letter-spacing:-.05em;grid-column:1;margin:0;font-size:clamp(48px,5vw,75px);font-weight:500;line-height:.92}.newsletter>p:not(.eyebrow){color:#bbb;grid-area:1/2;align-self:end;margin:0 0 20px;font-size:13px}.newsletter form{border-bottom:1px solid #aaa;grid-area:2/2;align-self:end;display:flex}.newsletter input{color:#fff;background:0 0;border:0;outline:0;width:100%;padding:15px 0;font-size:20px}.newsletter button{color:#fff;letter-spacing:.08em;cursor:pointer;background:0 0;border:0;font-size:11px;font-weight:700}.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}.footer-links{grid-template-columns:repeat(3,1fr);gap:40px;max-width:760px;padding:70px 0;display:grid}.footer-links div{flex-direction:column;align-items:flex-start;gap:13px;display:flex}.footer-links h3{color:#888;letter-spacing:.12em;margin:0 0 10px;font-size:10px}.footer-links a{color:#ddd;font-size:12px}.footer-links a:hover{color:#fff;text-decoration:underline}.footer-bottom{border-top:1px solid #454545;grid-template-columns:1fr auto auto;align-items:end;gap:35px;padding-top:28px;display:grid}.footer-brand{color:#111;background:#fff;justify-self:start}.footer-bottom p{color:#888;margin:0;font-size:10px}.bag-drawer{z-index:70;background:#fff;flex-direction:column;width:min(480px,92vw);padding:25px 30px;transition:all .35s;display:flex;position:fixed;top:0;bottom:0;right:0;transform:translate(101%)}.bag-drawer.open{transform:none}.empty-bag{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:25px;display:flex}.empty-bag p{font-size:20px}.bag-list{border-top:1px solid #ddd;flex:1;margin-top:22px;overflow:auto}.bag-list>div{border-bottom:1px solid #ddd;justify-content:space-between;gap:20px;padding:20px 0;font-size:13px;display:flex}.bag-list button{cursor:pointer;background:0 0;border:0;font-size:10px;text-decoration:underline}.bag-total{justify-content:space-between;padding:24px 0;font-size:13px;display:flex}.checkout-button{color:#fff;letter-spacing:.1em;cursor:pointer;background:#111;border:0;height:52px;font-size:11px;font-weight:700}.pippa-brand{width:96px}.bucket-link span{border:1px solid;border-radius:50%;place-items:center;min-width:17px;height:17px;margin-left:4px;font-size:9px;display:inline-grid}.search-panel{height:auto;min-height:290px}.search-field span{align-self:center;font-size:27px}.search-results{grid-template-columns:repeat(3,1fr);gap:12px;padding-top:24px;display:grid}.search-results a{background:#f3f1ed;flex-direction:column;gap:5px;padding:12px 14px;display:flex}.search-results span{font-size:12px;font-weight:700}.search-results small{color:#666;font-size:10px}.bag-list .bag-line{grid-template-columns:74px 1fr auto;align-items:start;gap:13px;display:grid}.bag-line img{object-fit:cover;width:74px;height:92px}.bag-line>div{flex-direction:column;gap:7px;display:flex}.bag-line a{font-size:12px;font-weight:700;line-height:1.35}.bag-line small{color:#666;font-size:10px}.bag-line>div:last-child{align-items:flex-end}.quantity-control{border:1px solid #ccc;align-items:center;width:max-content;flex-direction:row!important;gap:0!important;display:flex!important}.quantity-control button{width:27px;height:27px;font-size:15px;text-decoration:none}.quantity-control span{text-align:center;min-width:25px;font-size:11px}.remove-line{margin-top:12px}.bag-note{color:#777;margin:-12px 0 20px;font-size:10px}.checkout-button{justify-content:center;align-items:center;display:flex}.company-summary{color:#aaa;border-top:1px solid #454545;grid-template-columns:auto auto 1fr auto;align-items:center;gap:28px;padding:26px 0;font-size:10px;display:grid}.company-summary strong{color:#fff;letter-spacing:.08em}.company-summary a{color:#fff;font-weight:700}.breadcrumbs{color:#666;border-bottom:1px solid #ddd;gap:9px;padding:20px 4vw;font-size:10px;display:flex}.breadcrumbs a:hover{color:#111;text-decoration:underline}.product-detail-grid{border-bottom:1px solid #ccc;grid-template-columns:minmax(0,1.55fr) minmax(380px,.75fr);display:grid}.product-gallery{background:#f2f0ec;grid-template-columns:84px 1fr;gap:18px;min-width:0;padding:24px 2.8vw 60px;display:grid}.gallery-thumbs{flex-direction:column;gap:10px;display:flex}.gallery-thumbs button{aspect-ratio:4/5;cursor:pointer;background:#fff;border:1px solid #0000;padding:0;overflow:hidden}.gallery-thumbs button.active{border-color:#111}.gallery-thumbs img,.gallery-main img{object-fit:cover;width:100%;height:100%}.gallery-main{aspect-ratio:4/5;background:#e7e4df;position:relative;overflow:hidden}.product-buy-panel{align-self:start;padding:55px clamp(32px,4vw,72px);position:sticky;top:152px}.product-buy-panel h1{letter-spacing:-.045em;max-width:560px;margin:0;font-size:clamp(36px,4vw,62px);font-weight:500;line-height:.95}.detail-price{margin:28px 0 3px;font-size:21px;font-weight:700}.tax-note{color:#777;margin:0;font-size:10px}.detail-description{color:#444;max-width:560px;margin:30px 0;font-size:14px;line-height:1.7}.selection-block{border-top:1px solid #ddd;padding:24px 0}.selection-title{letter-spacing:.08em;justify-content:space-between;align-items:center;margin-bottom:16px;font-size:10px;display:flex}.selection-title span{color:#666;letter-spacing:0}.selection-title button{cursor:pointer;background:0 0;border:0;border-bottom:1px solid #111;padding:0 0 3px;font-size:9px}.colour-options{gap:11px;display:flex}.colour-options button{cursor:pointer;background:#fff;border:1px solid #0000;border-radius:50%;width:34px;height:34px;padding:3px}.colour-options button.active{border-color:#111}.colour-options span{border:1px solid #00000014;border-radius:50%;width:100%;height:100%;display:block}.size-options{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.size-options button{cursor:pointer;background:#fff;border:1px solid #bbb;height:44px;font-size:11px}.size-options button.active{color:#fff;background:#111;border-color:#111}.field-error{color:#b31224;margin:9px 0 0;font-size:11px}.add-bag-large,.bucket-button{letter-spacing:.09em;cursor:pointer;border:1px solid #111;width:100%;height:54px;font-size:11px;font-weight:700}.add-bag-large{color:#fff;background:#111}.add-bag-large:hover{background:#333}.bucket-button{background:#fff;margin-top:9px}.bucket-button.saved{color:#b31224;border-color:#b31224}.delivery-callout{border-bottom:1px solid #ddd;gap:13px;padding:24px 0;display:flex}.delivery-callout>span{color:#fff;background:#111;border-radius:50%;place-items:center;width:23px;height:23px;font-size:11px;display:grid}.delivery-callout strong{font-size:11px}.delivery-callout p{color:#666;margin:5px 0 0;font-size:10px}.product-accordions details{border-bottom:1px solid #ddd;padding:20px 0}.product-accordions summary{cursor:pointer;letter-spacing:.08em;justify-content:space-between;font-size:10px;font-weight:700;list-style:none;display:flex}.product-accordions summary::-webkit-details-marker{display:none}.product-accordions details[open] summary span{transform:rotate(45deg)}.product-accordions p,.product-accordions li{color:#555;font-size:12px;line-height:1.65}.product-accordions ul{padding-left:18px}.product-code{color:#888;margin-top:20px;font-size:9px}.related-products h2{font-size:clamp(38px,4vw,60px)}.standard-page{min-height:70vh;padding:80px 5.5vw 110px}.page-intro{max-width:780px;margin-bottom:70px}.page-intro h1{letter-spacing:-.06em;margin:0;font-size:clamp(58px,7vw,105px);font-weight:500;line-height:.9}.page-intro>p:last-child{color:#666;max-width:540px;margin-top:28px;font-size:13px;line-height:1.7}.empty-state{text-align:center;border:1px solid #ccc;flex-direction:column;justify-content:center;align-items:center;min-height:380px;display:flex}.empty-state>span{font-size:42px}.empty-state h2{margin:18px 0 6px;font-size:28px}.empty-state p{color:#666;margin-bottom:25px;font-size:13px}.bucket-grid{grid-template-columns:1fr 1fr;gap:30px 18px;display:grid}.bucket-card{background:#f3f1ed;grid-template-columns:45% 55%;min-height:360px;display:grid}.bucket-image img{object-fit:cover;width:100%;height:100%}.bucket-info{flex-direction:column;justify-content:space-between;padding:32px;display:flex}.bucket-info h2{letter-spacing:-.03em;margin:0 0 10px;font-size:24px;font-weight:500;line-height:1.05}.bucket-info p{margin:0 0 7px;font-size:15px;font-weight:700}.bucket-info span{color:#666;font-size:10px}.bucket-actions{flex-direction:column;align-items:flex-start;gap:13px;display:flex}.bucket-actions>button:last-child{cursor:pointer;background:0 0;border:0;border-bottom:1px solid #111;padding:0 0 3px;font-size:9px}.checkout-page{background:#f5f4f1;min-height:100vh}.checkout-banner{color:#561b27;background:#e9d7db;justify-content:center;gap:15px;padding:11px 5vw;font-size:10px;display:flex}.checkout-layout{grid-template-columns:minmax(0,1.35fr) minmax(380px,.65fr);max-width:1400px;margin:auto;display:grid}.checkout-form{background:#fff;padding:62px clamp(25px,6vw,90px) 100px}.checkout-title{border-bottom:1px solid #ccc;padding-bottom:35px;position:relative}.checkout-title h1{letter-spacing:-.055em;margin:0;font-size:65px;font-weight:500}.checkout-title a{border-bottom:1px solid #111;font-size:10px;position:absolute;bottom:39px;right:0}.checkout-section{border-bottom:1px solid #ddd;grid-template-columns:38px 1fr;gap:22px;padding:34px 0;display:grid}.step-number{border:1px solid #111;border-radius:50%;place-items:center;width:30px;height:30px;font-size:11px;display:grid}.checkout-section h2{margin:4px 0 24px;font-size:23px;font-weight:500}.checkout-section label{letter-spacing:.05em;flex-direction:column;gap:8px;margin-top:15px;font-size:10px;font-weight:700;display:flex}.checkout-section input:not([type=checkbox]):not([type=radio]){letter-spacing:0;background:#fff;border:1px solid #aaa;width:100%;height:48px;padding:0 13px;font-size:13px;font-weight:400}.field-grid{grid-template-columns:1fr 1fr;gap:12px;display:grid}.checkout-section .check-line{letter-spacing:0;flex-direction:row;align-items:center;font-weight:400}.delivery-choice{border:1px solid #111;align-items:center;padding:17px;flex-direction:row!important}.delivery-choice>span{flex-direction:column;flex:1;gap:4px;display:flex}.delivery-choice small{color:#666;letter-spacing:0;font-weight:400}.dummy-payment{background:#f5f4f1;border:1px solid #aaa;padding:22px}.dummy-payment p{color:#666;font-size:12px;line-height:1.5}.dummy-payment span{color:#fff;letter-spacing:.08em;background:#151515;margin-top:10px;padding:7px 9px;font-size:9px;display:inline-block}.place-order{color:#fff;letter-spacing:.08em;cursor:pointer;background:#111;border:0;width:100%;height:56px;margin-top:32px;font-size:11px;font-weight:700}.place-order:disabled{cursor:not-allowed;background:#aaa}.order-summary{background:#eceae5;min-height:100%;padding:75px 40px}.order-summary>h2{margin:0 0 30px;font-size:20px}.summary-lines>div{border-bottom:1px solid #ccc;grid-template-columns:72px 1fr auto;align-items:center;gap:13px;padding:15px 0;display:grid}.summary-image{width:72px;height:88px;position:relative}.summary-image img{object-fit:cover;width:100%;height:100%}.summary-image span{color:#fff;background:#111;border-radius:50%;place-items:center;width:20px;height:20px;font-size:9px;display:grid;position:absolute;top:-6px;right:-6px}.summary-lines a{font-size:11px;font-weight:700}.summary-lines small{color:#666;margin-top:6px;font-size:9px;display:block}.summary-lines strong{font-size:11px}.summary-costs{border-top:1px solid #bbb;margin-top:30px;padding-top:20px}.summary-costs p{justify-content:space-between;font-size:11px;display:flex}.summary-costs .summary-total{border-top:1px solid #bbb;margin-top:18px;padding-top:20px;font-size:16px}.summary-costs>small{color:#777;font-size:9px}.summary-empty{border-top:1px solid #bbb;border-bottom:1px solid #bbb;padding:30px 0}.summary-empty p{color:#666}.summary-empty a{border-bottom:1px solid #111;font-size:10px;font-weight:700}.checkout-success{text-align:center;flex-direction:column;justify-content:center;align-items:center;max-width:850px;margin:auto;display:flex}.success-mark{color:#fff;background:#111;border-radius:50%;place-items:center;width:70px;height:70px;margin-bottom:30px;font-size:28px;display:grid}.checkout-success h1{letter-spacing:-.05em;font-size:clamp(50px,6vw,82px);font-weight:500;line-height:.93}.checkout-success>p:not(.eyebrow){color:#555;max-width:600px;margin-bottom:30px;line-height:1.7}.company-hero{background:#dbe9f5;grid-template-columns:1.4fr .6fr;align-items:end;gap:6vw;min-height:570px;padding:90px 5.5vw 70px;display:grid}.company-hero h1{letter-spacing:-.07em;margin:0;font-size:clamp(66px,9vw,140px);font-weight:600;line-height:.78}.company-hero>div:first-child>p:last-child{max-width:500px;margin:35px 0 0;font-size:14px;line-height:1.6}.company-number{background:#ffffff40;border:1px solid #111;flex-direction:column;align-items:flex-start;padding:28px;display:flex}.company-number span{letter-spacing:.12em;font-size:10px}.company-number strong{letter-spacing:-.04em;margin:12px 0 28px;font-size:clamp(38px,4vw,58px)}.company-number em{color:#fff;letter-spacing:.1em;background:#111;padding:8px 12px;font-size:9px;font-style:normal}.company-content{padding:100px 5.5vw}.company-section-title{border-top:1px solid #111;grid-template-columns:60px 1fr 1fr;align-items:start;gap:20px;padding:50px 0 30px;display:grid}.company-section-title>p:first-child{font-size:10px}.company-section-title h2{letter-spacing:-.035em;margin:0;font-size:35px;font-weight:500}.company-section-title>p:last-child{color:#666;margin:7px 0 0;font-size:12px}.company-facts{margin:0 0 100px}.company-facts>div{border-top:1px solid #ddd;grid-template-columns:1fr 2fr;padding:20px 0;display:grid}.company-facts dt{color:#666;font-size:11px}.company-facts dd{margin:0;font-size:17px}.sic-grid{grid-template-columns:1fr 1fr;gap:16px;margin-bottom:100px;display:grid}.sic-grid article{background:#f2f0ec;min-height:260px;padding:35px}.sic-grid span{letter-spacing:.1em;font-size:10px;font-weight:700}.sic-grid h3{max-width:480px;margin:35px 0 20px;font-size:27px;font-weight:500;line-height:1.05}.sic-grid p{color:#666;max-width:500px;font-size:12px;line-height:1.7}.project-story{grid-template-columns:1fr 1fr;gap:40px;margin-bottom:100px;display:grid}.project-story>p{margin:0;font-size:16px;line-height:1.8}.project-story>div{border-top:1px solid #bbb;border-bottom:1px solid #bbb;grid-column:1/3;grid-template-columns:repeat(5,1fr);display:grid}.project-story>div>*{border-right:1px solid #bbb;padding:22px 10px;font-size:10px}.project-story>div>:last-child{border-right:0}.registry-link{color:#fff;background:#151515;justify-content:space-between;align-items:end;padding:60px;display:flex}.registry-link h2{margin:0;font-size:43px;font-weight:500}.registry-link>div>p:last-child{color:#aaa;font-size:12px}.registry-link>a{letter-spacing:.08em;border-bottom:1px solid #fff;padding-bottom:7px;font-size:10px;font-weight:700}@media (max-width:1100px){.category-nav{justify-content:flex-start}.category-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:760px){.delivery-bar{height:28px}.site-header{top:0}.header-row{grid-template-columns:1fr auto 1fr;height:62px;padding:0 16px}.menu-btn{grid-column:1;justify-self:start;display:block}.brand{grid-column:2;width:68px;height:35px;font-size:12px}.department-nav,.search-trigger,.account-link{display:none}.header-actions{grid-column:3;gap:8px}.category-nav{gap:22px;height:42px;padding:0 16px}.hero{height:calc(100svh - 132px);min-height:560px}.hero>img{object-position:62% center}.hero-scrim{background:linear-gradient(#0000 35%,#00000094)}.hero-copy{bottom:7%;left:22px;right:22px}.hero-copy h1{font-size:50px}.hero-copy>span{margin:18px 0 22px;font-size:14px}.hero-actions{grid-template-columns:1fr 1fr;display:grid}.button{min-width:0;padding:0 10px}.page-shell{padding:72px 18px}.section-heading{margin-bottom:32px;display:block}.section-heading p{margin-bottom:18px}.section-heading h2{width:100%;font-size:39px}.category-grid{gap:28px 10px}.card-line{padding:13px 0}.card-line h3{font-size:12px}.search-panel{height:240px;inset:28px 0 auto}.search-inner{padding:62px 20px}.search-field input{font-size:25px}.search-close{right:20px}.product-heading{margin-bottom:28px}.product-grid{grid-template-columns:repeat(2,1fr);gap:38px 10px}.quick-add{height:38px;transform:none}.product-info{display:block}.product-info p{margin-top:6px}.split-editorial{grid-template-columns:1fr;min-height:0}.editorial-image{height:480px}.editorial-copy{padding:72px 22px}.editorial-copy>div{flex-direction:column;align-items:flex-start}.campaign-grid{grid-template-columns:1fr}.campaign-card{min-height:580px}.services-strip{grid-template-columns:1fr 1fr}.services-strip>div{border-bottom:1px solid #ccc;padding:34px 20px}.newsletter{padding-bottom:60px;display:block}.newsletter h2{font-size:46px}.newsletter>p:not(.eyebrow){margin:28px 0 16px}.footer{padding:70px 22px 24px}.footer-links{grid-template-columns:1fr 1fr;gap:45px 20px}.footer-bottom{grid-template-columns:1fr;gap:16px}.footer-bottom .brand{grid-column:1}.bag-drawer{padding:20px}}@media (max-width:1100px){.product-detail-grid{grid-template-columns:1fr}.product-buy-panel{position:static}.bucket-grid,.checkout-layout{grid-template-columns:1fr}.order-summary{min-height:0}.company-summary{grid-template-columns:1fr 1fr}.company-summary span:nth-of-type(2){grid-column:1/3}.company-hero{grid-template-columns:1fr}.company-number{max-width:520px}.project-story>div{grid-template-columns:1fr 1fr}.project-story>div>*{border-bottom:1px solid #bbb}}@media (max-width:760px){.pippa-brand{width:76px}.bucket-link{font-size:0}.bucket-link:before{content:"♡";font-size:19px}.bucket-link span{margin-left:2px;font-size:9px}.search-results{grid-template-columns:1fr}.search-panel{max-height:85vh;overflow:auto}.bag-list .bag-line{grid-template-columns:62px 1fr auto}.bag-line img{width:62px;height:80px}.company-summary{grid-template-columns:1fr}.company-summary span:nth-of-type(2){grid-column:auto}.product-gallery{grid-template-columns:1fr;padding:12px 12px 28px}.gallery-thumbs{flex-direction:row;order:2}.gallery-thumbs button{width:68px}.product-buy-panel{padding:42px 20px}.product-buy-panel h1{font-size:42px}.size-options{grid-template-columns:repeat(2,1fr)}.related-products{padding-top:65px}.standard-page{padding:58px 18px 80px}.page-intro{margin-bottom:45px}.page-intro h1{font-size:58px}.bucket-card{grid-template-columns:1fr;min-height:0}.bucket-image{height:360px}.bucket-info{min-height:280px;padding:24px}.checkout-banner{text-align:center;flex-direction:column}.checkout-form{padding:48px 18px 70px}.checkout-title h1{font-size:50px}.checkout-title a{margin-top:18px;display:inline-block;position:static}.checkout-section{grid-template-columns:31px 1fr;gap:12px}.field-grid{grid-template-columns:1fr;gap:0}.order-summary{padding:48px 20px}.company-hero{min-height:500px;padding:70px 18px 50px}.company-hero h1{font-size:68px}.company-number{padding:22px}.company-content{padding:70px 18px}.company-section-title{grid-template-columns:35px 1fr}.company-section-title>p:last-child{grid-column:2}.company-facts>div{grid-template-columns:1fr;gap:8px}.sic-grid,.project-story{grid-template-columns:1fr}.project-story>div{grid-column:1;grid-template-columns:1fr}.project-story>div>*{border-right:0}.registry-link{flex-direction:column;align-items:flex-start;gap:30px;padding:35px 24px}.registry-link h2{font-size:36px}}
