@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;600&family=Italiana&display=swap";:root{--nude:#f8e3d6;--espresso:#3b1e17;--terracotta:#7b4b3b;--offwhite:#fff8f5}*{box-sizing:border-box}html,body{width:100%;height:100%;overflow:hidden}body{background:var(--nude);color:var(--espresso);margin:0;font-family:DM Sans,sans-serif;font-weight:400}button,input{font:inherit}button{color:inherit;-webkit-tap-highlight-color:transparent}.site-shell{width:100%;height:100dvh;overflow:hidden}.announcement{background:var(--espresso);height:30px;color:var(--offwhite);letter-spacing:.14em;text-transform:uppercase;place-items:center;font-size:10px;display:grid}.header{z-index:30;background:var(--nude);border-bottom:1px solid #3b1e172e;grid-template-columns:1fr auto 1fr;align-items:center;height:92px;padding:0 4.5vw;display:grid;position:relative}.brand{cursor:pointer;text-align:left;background:0 0;border:0;align-items:center;width:260px;height:76px;padding:0;display:flex;overflow:visible}.brand img{object-fit:contain;object-position:left center;width:auto;max-width:100%;height:auto;max-height:88px;display:block}.nav{align-items:center;gap:32px;display:flex}.nav button{cursor:pointer;letter-spacing:.08em;text-transform:uppercase;background:0 0;border:0;padding:10px 0;font-size:12px;font-weight:600;position:relative}.nav button:after{content:"";background:var(--terracotta);height:1.5px;transition:all .25s;position:absolute;bottom:3px;left:0;right:100%}.nav button:hover:after,.nav button.active:after{right:0}.nav button.active{color:var(--terracotta)}.actions{justify-content:flex-end;align-items:center;gap:20px;display:flex}.currency{letter-spacing:.08em;font-size:11px}.icon-button,.cart-button,.menu-button{cursor:pointer;background:0 0;border:0}.search-icon{width:18px;height:18px;position:relative}.search-icon:before{content:"";border:1.5px solid var(--espresso);border-radius:50%;width:9px;height:9px;position:absolute;top:1px;left:1px}.search-icon:after{content:"";background:var(--espresso);width:7px;height:1.5px;position:absolute;top:12px;left:10px;transform:rotate(45deg)}.cart-button{text-transform:uppercase;letter-spacing:.09em;align-items:center;gap:8px;font-size:11px;display:flex}.cart-button span{background:var(--terracotta);color:#fff;border-radius:50%;place-items:center;min-width:20px;height:20px;font-size:9px;display:grid}.menu-button{width:26px;display:none}.menu-button i{background:var(--espresso);height:1px;margin:6px 0;transition:all .2s;display:block}.search-panel{background:var(--offwhite);z-index:40;width:min(420px,91vw);padding:26px;position:absolute;top:92px;right:4.5vw;box-shadow:0 16px 45px #3b1e1721}.search-panel label{margin-bottom:18px;font-family:Italiana,serif;font-size:24px;display:block}.search-panel input{background:0 0;border:0;border-bottom:1px solid #3b1e1759;outline:none;width:100%;padding:12px 0}.search-panel p{opacity:.65;font-size:11px;line-height:1.6}.search-panel button{background:var(--terracotta);color:#fff;cursor:pointer;border:0;margin-top:10px;padding:11px 18px}.cart-drawer{z-index:60;background:var(--offwhite);width:min(420px,100vw);height:calc(100dvh - 30px);padding:34px;position:fixed;top:30px;right:0;overflow:auto;box-shadow:-20px 0 60px #3b1e1729}.cart-heading{border-bottom:1px solid #3b1e172e;justify-content:space-between;align-items:center;padding-bottom:18px;display:flex}.cart-heading h2{margin:0;font:36px Italiana,serif}.cart-heading button{cursor:pointer;background:0 0;border:0;font-size:34px;font-weight:200}.cart-drawer>p{opacity:.65;margin-top:30px}.cart-line{border-bottom:1px solid #3b1e171f;justify-content:space-between;padding:20px 0;font-size:13px;display:flex}.cart-line button{opacity:.6;cursor:pointer;background:0 0;border:0;text-decoration:underline}.cart-total{justify-content:space-between;padding:22px 0;display:flex}.checkout{background:var(--terracotta);color:#fff;text-transform:uppercase;letter-spacing:.12em;cursor:pointer;border:0;width:100%;padding:15px}.screens{height:calc(100dvh - 122px);position:relative;overflow:hidden}.screen{opacity:0;visibility:hidden;pointer-events:none;will-change:opacity,transform;position:absolute;inset:0;overflow:hidden}.screen.entering,.screen.leaving{visibility:visible;animation-duration:.85s;animation-timing-function:cubic-bezier(.22,.61,.36,1);animation-fill-mode:both}.screen.entering{z-index:2;pointer-events:auto}.screen.leaving{z-index:1;pointer-events:none}.screen.entering.forward{animation-name:screen-enter-forward}.screen.leaving.forward{animation-name:screen-leave-forward}.screen.entering.backward{animation-name:screen-enter-backward}.screen.leaving.backward{animation-name:screen-leave-backward}@keyframes screen-enter-forward{0%{opacity:0;transform:translate(28px)scale(.995)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes screen-leave-forward{0%{opacity:1;transform:translate(0,0)scale(1)}to{opacity:0;transform:translate(-18px)scale(.997)}}@keyframes screen-enter-backward{0%{opacity:0;transform:translate(-28px)scale(.995)}to{opacity:1;transform:translate(0,0)scale(1)}}@keyframes screen-leave-backward{0%{opacity:1;transform:translate(0,0)scale(1)}to{opacity:0;transform:translate(18px)scale(.997)}}.eyebrow{text-transform:uppercase;letter-spacing:.2em;font-size:10px;font-weight:600}.hero{color:var(--offwhite);background:linear-gradient(90deg,#3b1e17ad 0%,#3b1e172e 48%,#3b1e1700 72%),url(/kalyna-hero.png) 50%/cover no-repeat;align-items:center;padding:6vw 7vw;display:flex}.hero-content{max-width:610px}.hero h1{letter-spacing:-.03em;margin:26px 0;font:400 clamp(60px,7.2vw,112px)/.88 Italiana,serif}.hero-copy{max-width:480px;font-size:15px;font-weight:300;line-height:1.7}.hero-note{letter-spacing:.05em;align-items:flex-start;gap:14px;font-size:11px;line-height:1.5;display:flex;position:absolute;bottom:28px;right:4.5vw}.hero-note span{opacity:.55}.hero-note p{margin:0}.collection{background:var(--nude);padding:4.5vh 4.5vw 3.5vh}.section-heading{justify-content:space-between;align-items:flex-start;height:17%;display:flex}.section-heading h2,.materials-intro h2{margin:10px 0 0;font:400 clamp(34px,4vw,58px)/1.03 Italiana,serif}.section-heading>p{opacity:.65;max-width:350px;margin-top:18px;font-size:12px;line-height:1.6}.product-grid{grid-template-columns:repeat(4,1fr);gap:18px;height:83%;display:grid}.product-card{grid-template-rows:minmax(0,1fr) auto auto auto;min-width:0;height:100%;display:grid}.product-image{background-image:linear-gradient(var(--swatch-tint),var(--swatch-tint)),url(/kalyna-hero.png);background-blend-mode:soft-light,normal;background-size:100%,300%;min-height:0;transition:background-color .45s,filter .45s;position:relative;overflow:hidden}.product-image.oat{filter:saturate(.65)brightness(1.08)}.product-image.clay{filter:saturate(.88)}.product-image.ivory{filter:saturate(.3)brightness(1.18)}.product-image.rose{filter:saturate(.65)sepia(.08)}.badge{background:var(--offwhite);letter-spacing:.12em;text-transform:uppercase;padding:6px 9px;font-size:8px;position:absolute;top:12px;left:12px}.quick-add{background:var(--offwhite);width:36px;height:36px;color:var(--espresso);cursor:pointer;border:0;border-radius:50%;font-size:19px;transition:all .2s;position:absolute;bottom:12px;right:12px}.quick-add:hover{background:var(--terracotta);color:#fff;transform:rotate(90deg)}.product-info{justify-content:space-between;gap:12px;padding:12px 3px 10px;display:flex}.product-info h3{margin:0 0 5px;font:18px Italiana,serif}.product-info p{letter-spacing:.06em;text-transform:uppercase;opacity:.6;margin:0;font-size:9px}.product-info strong{white-space:nowrap;font-size:11px;font-weight:500}.add-button{cursor:pointer;text-transform:uppercase;letter-spacing:.1em;background:0 0;border:1px solid #3b1e1740;justify-content:space-between;width:100%;padding:9px 12px;font-size:9px;transition:all .2s;display:flex}.add-button:hover{background:var(--terracotta);color:#fff;border-color:var(--terracotta)}.no-results{text-align:center;padding:40px;font-family:Italiana,serif;font-size:26px}.product-options{color:var(--espresso);grid-template-columns:auto minmax(0,1fr);align-items:end;gap:12px;padding:0 3px 9px;display:grid}.colour-choice>span{white-space:nowrap;margin-bottom:6px;font-size:11px;line-height:1.2;display:block}.colour-choice b,.option-field>span{font-weight:600}.swatches{gap:6px;display:flex}.swatch{width:19px;height:19px;box-shadow:inset 0 0 0 2px var(--offwhite);cursor:pointer;border:1px solid #3b1e174d;border-radius:50%;padding:0;transition:transform .2s,border-color .2s}.swatch.active{border:2px solid var(--terracotta);transform:scale(1.12)}.product-selectors{gap:6px;min-width:0;display:grid}.option-field{min-width:0;color:var(--espresso);grid-template-columns:auto minmax(0,1fr);align-items:center;gap:6px;font-size:10px;display:grid}.option-field>span{white-space:nowrap}.product-selectors select{background:var(--offwhite);width:100%;min-width:0;height:27px;color:var(--espresso);border:1px solid #3b1e1761;outline:none;padding:0 6px;font-size:10px;font-weight:500}.size-row{grid-template-columns:minmax(0,1fr) auto;gap:7px;display:grid}.size-guide-link{border:0;border-bottom:1px solid var(--terracotta);color:var(--terracotta);white-space:nowrap;cursor:pointer;background:0 0;padding:0 1px;font-size:10px;font-weight:600}.modal-backdrop{z-index:100;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#3b1e1775;place-items:center;padding:20px;animation:.32s both modal-fade;display:grid;position:fixed;inset:0}.size-modal{background:var(--offwhite);width:min(680px,94vw);max-height:90dvh;color:var(--espresso);border:1px solid var(--terracotta);padding:44px;animation:.4s cubic-bezier(.22,.61,.36,1) both modal-rise;position:relative;overflow:auto;box-shadow:0 28px 80px #3b1e173d}.size-modal .eyebrow{font-size:12px}.size-modal h2{margin:10px 0;font:54px Italiana,serif}.modal-intro{opacity:.78;margin:0 0 26px;font-size:14px;line-height:1.5}.modal-close{border:1px solid var(--terracotta);width:38px;height:38px;color:var(--terracotta);cursor:pointer;background:0 0;border-radius:50%;font-size:27px;line-height:1;position:absolute;top:16px;right:18px}.size-table-wrap{overflow-x:auto}.size-modal table{border-collapse:collapse;width:100%;font-size:15px}.size-modal th,.size-modal td{text-align:left;border-bottom:1px solid #7b4b3b7a;padding:16px 13px}.size-modal thead th{color:var(--terracotta);text-transform:uppercase;letter-spacing:.1em;font-size:12px}.size-modal tbody th{font-weight:600}.size-modal td{white-space:nowrap}@keyframes modal-fade{0%{opacity:0}to{opacity:1}}@keyframes modal-rise{0%{opacity:0;transform:translateY(18px)scale(.98)}to{opacity:1;transform:none}}.materials-screen{background:var(--offwhite);grid-template-columns:1fr 1fr;display:grid}.materials-intro{color:var(--offwhite);background:linear-gradient(#3b1e1733,#3b1e1780),url(/kalyna-hero.png) 14%/cover no-repeat;flex-direction:column;justify-content:center;padding:7vw;display:flex}.materials-intro>p:last-child{max-width:460px;font-size:14px;line-height:1.8}.materials-intro h2{margin:24px 0;font-size:clamp(48px,6vw,86px)}.values{flex-direction:column;justify-content:center;padding:6vw;display:flex}.values article{border-bottom:1px solid #3b1e1729;align-items:center;gap:24px;padding:32px 0;display:flex}.values article:last-child{border:0}.values article>span{width:42px;color:var(--terracotta);text-align:center;font-size:28px}.values h3{text-transform:uppercase;letter-spacing:.08em;margin:0 0 6px;font-size:13px}.values p{opacity:.65;margin:0;font-size:11px}.wholesale-screen{background:var(--offwhite);grid-template-columns:.95fr 1.05fr;display:grid}.wholesale-story{background:var(--nude);grid-template-rows:auto 1fr;gap:3vh;min-width:0;padding:4.2vh 4.5vw;display:grid}.wholesale-hero h2{max-width:650px;margin:12px 0 14px;font:400 clamp(38px,4.2vw,66px)/.98 Italiana,serif}.wholesale-hero>p:last-child{opacity:.72;max-width:580px;margin:0;font-size:13px;line-height:1.6}.business-benefits{background:#3b1e1733;border:1px solid #3b1e1733;grid-template-columns:1fr 1fr;align-self:end;gap:1px;display:grid}.business-benefits article{background:var(--offwhite);gap:13px;min-width:0;min-height:110px;padding:18px;display:flex}.business-benefits article>span{color:var(--terracotta);font:18px Italiana,serif}.business-benefits h3{text-transform:uppercase;letter-spacing:.07em;margin:1px 0 7px;font-size:11px}.business-benefits p{opacity:.68;margin:0;font-size:10px;line-height:1.5}.quote-panel{flex-direction:column;justify-content:center;min-width:0;padding:3.2vh 4vw 2.4vh;display:flex}.quote-heading{justify-content:space-between;align-items:end;gap:20px;margin-bottom:1.8vh;display:flex}.quote-heading p{margin:0}.quote-heading h3{margin:0;font:400 32px Italiana,serif}.quote-form{grid-template-columns:1fr 1fr;gap:10px 12px;display:grid}.quote-form label{min-width:0;color:var(--espresso);text-transform:uppercase;letter-spacing:.08em;font-size:9px;font-weight:600}.quote-form .wide{grid-column:1/-1}.quote-form input,.quote-form select,.quote-form textarea{width:100%;color:var(--espresso);background:#fff;border:1px solid #3b1e1747;border-radius:0;outline:none;margin-top:5px;padding:8px 10px;font-size:11px;display:block}.quote-form input,.quote-form select{height:34px}.quote-form textarea{resize:none;line-height:1.35}.quote-form input:focus,.quote-form select:focus,.quote-form textarea:focus{border-color:var(--terracotta);box-shadow:0 0 0 1px var(--terracotta)}.quote-submit{background:var(--terracotta);color:#fff;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;border:0;justify-content:space-between;align-items:center;height:40px;padding:0 16px;font-size:10px;font-weight:600;display:flex}.quote-submit:hover{background:var(--espresso)}.wholesale-contact{border-top:1px solid #3b1e1733;margin:1.8vh 0 0;padding-top:1.5vh;font-size:10px;line-height:1.5}.wholesale-contact a{color:var(--terracotta);font-weight:600}.quote-success{text-align:center;border:1px solid #3b1e1733;flex-direction:column;justify-content:center;align-items:center;min-height:350px;display:flex}.quote-success>span{background:var(--terracotta);color:#fff;border-radius:50%;place-items:center;width:46px;height:46px;font-size:22px;display:grid}.quote-success h3{margin:18px 0 6px;font:38px Italiana,serif}.quote-success p{opacity:.7;margin:0;font-size:12px}.quote-success button{border:0;border-bottom:1px solid var(--terracotta);color:var(--terracotta);cursor:pointer;background:0 0;margin-top:22px}@media (width<=900px){.header{grid-template-columns:1fr auto;height:76px;padding:0 18px}.brand{width:195px;height:66px}.brand img{max-height:64px}.currency{display:none}.actions{gap:13px}.menu-button{display:block}.menu-button.active i:first-child{transform:translateY(3.5px)rotate(45deg)}.menu-button.active i:last-child{transform:translateY(-3.5px)rotate(-45deg)}.nav{background:var(--offwhite);flex-direction:column;align-items:flex-start;gap:18px;padding:28px 24px;display:none;position:absolute;top:76px;left:0;right:0;box-shadow:0 20px 35px #3b1e171a}.nav.open{display:flex}.search-panel{top:76px;right:0}.screens{height:calc(100dvh - 106px)}.hero{background-position:60%;align-items:flex-end;padding:45px 24px}.hero:before{content:"";background:linear-gradient(#0000 30%,#3b1e17b8);position:absolute;inset:0}.hero-content{z-index:1;position:relative}.hero h1{font-size:60px}.hero-copy{max-width:360px;font-size:13px}.hero-note{display:none}.collection{padding:2.5vh 18px}.section-heading{align-items:flex-start;height:12%}.section-heading h2{font-size:30px}.section-heading>p{display:none}.product-grid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(2,1fr);gap:8px 12px;height:88%}.product-card{grid-template-rows:minmax(0,1fr) auto auto auto}.product-info{padding:4px 2px 3px}.product-info h3{margin-bottom:2px;font-size:14px}.product-info p{font-size:8px}.product-info strong{font-size:10px}.product-options{grid-template-columns:1fr;gap:4px;padding:0 2px 4px}.colour-choice{justify-content:space-between;align-items:center;gap:6px;display:flex}.colour-choice>span{margin:0;font-size:10px;display:block}.swatches{gap:4px}.swatch{width:16px;height:16px;box-shadow:inset 0 0 0 1px var(--offwhite)}.product-selectors{gap:4px}.option-field{gap:4px;font-size:9px}.product-selectors select{height:22px;font-size:9px}.size-guide-link{font-size:9px}.add-button{padding:5px 8px;font-size:9px}.quick-add{width:30px;height:30px;bottom:8px;right:8px}.badge{top:7px;left:7px}.materials-screen{grid-template-rows:.9fr 1.1fr;grid-template-columns:1fr}.materials-intro{background-position:50% 55%;padding:24px}.materials-intro h2{margin:10px 0;font-size:43px}.materials-intro>p:last-child{margin:0;font-size:11px;line-height:1.5}.values{padding:8px 24px}.values article{gap:16px;padding:16px 0}.values article>span{font-size:22px}.values h3{font-size:11px}.wholesale-screen{grid-template-rows:.46fr .54fr;grid-template-columns:1fr}.wholesale-story{gap:9px;padding:14px 18px 10px}.wholesale-hero h2{margin:5px 0;font-size:30px}.wholesale-hero>p:last-child{font-size:10px;line-height:1.35}.business-benefits{grid-template-columns:repeat(4,1fr);align-self:stretch}.business-benefits article{min-height:0;padding:8px;display:block}.business-benefits article>span{font-size:13px}.business-benefits h3{margin:3px 0;font-size:8px}.business-benefits p{font-size:7px;line-height:1.3}.quote-panel{justify-content:flex-start;padding:10px 18px 8px}.quote-heading{margin-bottom:7px}.quote-heading h3{font-size:24px}.quote-form{gap:5px 8px}.quote-form label{font-size:7px}.quote-form input,.quote-form select,.quote-form textarea{margin-top:2px;padding:3px 6px;font-size:8px}.quote-form input,.quote-form select{height:23px}.quote-form textarea{height:32px}.quote-submit{height:28px;font-size:8px}.wholesale-contact{margin:6px 0 0;padding-top:5px;font-size:8px}.quote-success{min-height:190px}}@media (width<=520px){.announcement{text-align:center;padding:0 8px;font-size:7px}.cart-button{font-size:0}.cart-button span{font-size:9px}.hero h1{font-size:52px}.section-heading{height:11%}.section-heading h2{font-size:27px}.product-grid{height:89%}.product-info h3{font-size:12px}.product-info p{display:none}.product-options{grid-template-columns:1fr}.colour-choice>span{text-overflow:ellipsis;max-width:78px;font-size:9px;overflow:hidden}.swatch{width:14px;height:14px}.option-field,.product-selectors select,.size-guide-link{font-size:9px}.size-guide-link span{display:none}.materials-screen{grid-template-rows:.85fr 1.15fr}.values article{padding:13px 0}.size-modal{padding:34px 16px 22px}.size-modal .eyebrow{font-size:10px}.size-modal h2{font-size:42px}.modal-intro{font-size:12px}.size-modal th,.size-modal td{padding:12px 7px;font-size:12px}.size-modal thead th{font-size:10px}.wholesale-screen{grid-template-rows:.43fr .57fr}.wholesale-story{padding:8px 12px 6px}.wholesale-hero .eyebrow{font-size:7px}.wholesale-hero h2{font-size:23px}.wholesale-hero>p:last-child{font-size:8px}.business-benefits article{padding:5px}.business-benefits h3{letter-spacing:.03em;font-size:6.5px}.business-benefits p{display:none}.quote-panel{padding:6px 12px}.quote-heading h3{font-size:19px}.quote-heading .eyebrow{font-size:7px}.quote-form{gap:3px 5px}.quote-form label{font-size:6px}.quote-form input,.quote-form select,.quote-form textarea{font-size:7px}.quote-form input,.quote-form select{height:20px}.quote-form textarea{height:27px}.quote-submit{height:24px;font-size:7px}.wholesale-contact{font-size:7px}.brand{width:150px;height:60px}.brand img{max-height:58px}}@media (height<=680px) and (width>=901px){.collection{padding-top:2vh;padding-bottom:2vh}.section-heading{height:15%}.product-grid{height:85%}.product-info{padding:8px 2px 6px}.product-info h3{font-size:15px}.materials-intro h2{font-size:60px}.values article{padding:22px 0}}.brand{overflow:hidden}.brand img{width:109%;max-width:none;height:auto;max-height:none;margin-left:-5.4%}
