:root{--ink:#101a22;--paper:#f4efe6;--paper2:#ebe3d5;--muted:#6d6b64;--line:rgba(16,26,34,.13);--blue:#173c56;--blue2:#0f2e43;--cream:#f9f4eb;--thread:#d26c4a;--max:1280px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",system-ui,-apple-system,Segoe UI,sans-serif;overflow-x:hidden}.grain{position:fixed;inset:0;pointer-events:none;opacity:.045;z-index:50;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E")}.announcement{height:32px;background:var(--ink);color:#fff;display:flex;align-items:center;justify-content:center;gap:22px;font-size:10px;letter-spacing:.18em;text-transform:uppercase}.announcement a{color:#f3d7c8;text-decoration:none}.site-header{height:82px;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 34px;position:sticky;top:0;background:rgba(244,239,230,.9);backdrop-filter:blur(16px);z-index:40}.brand{display:flex;align-items:center;gap:10px;color:var(--ink);text-decoration:none}.brand-mark{width:28px;height:28px;border:1.4px solid currentColor;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;gap:3px;transform:rotate(-18deg)}.brand-mark span{width:2px;height:11px;background:currentColor;display:block;border-radius:2px}.brand-word{font-size:15px;letter-spacing:.13em;font-weight:700}.brand-word span{font-family:"Playfair Display",serif;font-style:italic}.desktop-nav{display:flex;gap:34px;margin-left:auto;margin-right:42px}.desktop-nav a,.text-link{color:inherit;text-decoration:none}.desktop-nav a{font-size:12px;letter-spacing:.04em}.nav-cta{font-size:11px;text-transform:uppercase;letter-spacing:.16em;text-decoration:none;color:var(--ink);border:1px solid var(--line);padding:12px 14px;border-radius:99px}.nav-cta span{font-size:14px}.menu-toggle{display:none;border:0;background:none;padding:10px}.menu-toggle i{display:block;width:22px;height:1.5px;background:var(--ink);margin:5px}.section-pad{max-width:var(--max);margin:0 auto;padding-left:34px;padding-right:34px}.hero{min-height:680px;display:grid;grid-template-columns:1.02fr .98fr;gap:6vw;align-items:center;padding-top:62px;padding-bottom:78px}.eyebrow,.section-kicker{font-size:10px;letter-spacing:.25em;text-transform:uppercase;font-weight:700}.eyebrow{color:var(--thread);margin:0 0 23px}.hero h1,.story h2,.collection h2,.custom h2,.journal h2{font-family:"Playfair Display",serif;font-weight:500;letter-spacing:-.045em;line-height:.94;margin:0}.hero h1{font-size:clamp(74px,9.8vw,145px)}em{font-style:italic}.hero-text{font-size:16px;line-height:1.7;max-width:510px;color:#424740;margin:30px 0}.hero-actions{display:flex;gap:24px;align-items:center;margin-top:29px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:19px;padding:14px 18px;text-decoration:none;border-radius:999px;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;transition:.25s ease}.btn:hover{transform:translateY(-2px)}.btn-dark{background:var(--ink);color:#fff}.btn-light{background:var(--cream);color:var(--ink)}.text-link{font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.12em}.text-link span{display:inline-block;margin-left:8px;transition:.2s}.text-link:hover span{transform:translateX(4px)}.hero-note{margin-top:32px;color:#77736c;font-size:11px;display:flex;align-items:center;gap:9px}.dot{width:6px;height:6px;background:var(--thread);border-radius:50%;display:inline-block}.hero-visual{position:relative;min-height:530px}.hero-photo{position:absolute;inset:0 8% 0 4%;border-radius:2px 80px 2px 80px;overflow:hidden;background-image:linear-gradient(35deg,rgba(13,35,48,.1),rgba(13,35,48,.02)),url('https://images.unsplash.com/photo-1675438451024-2f9634ede383?auto=format&fit=crop&fm=jpg&q=85&w=1600');background-size:cover;background-position:center}.stitch-badge{position:absolute;right:0;bottom:48px;width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;background:var(--paper);font-family:"Playfair Display",serif;font-size:14px;line-height:1.05;box-shadow:0 16px 50px rgba(8,18,24,.18)}.stitch-badge svg{position:absolute;inset:-2px;fill:none;stroke:var(--thread);stroke-width:1.3;stroke-linecap:round;stroke-dasharray:2 5}.floating-tag{position:absolute;left:-12px;bottom:16%;background:#fff8ed;padding:12px 14px 13px;box-shadow:0 16px 40px rgba(25,33,35,.15);transform:rotate(-4deg)}.floating-tag strong{display:block;letter-spacing:.2em;font-size:12px}.floating-tag small{display:block;color:#777;font-size:9px;letter-spacing:.1em;text-transform:uppercase;margin-top:4px}.ticker{overflow:hidden;white-space:nowrap;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:13px 0;background:#ded3c3}.ticker-track{display:inline-flex;gap:18px;min-width:max-content;animation:scroll 28s linear infinite;font-size:11px;letter-spacing:.22em}.ticker-track b{font-size:13px;color:var(--thread)}@keyframes scroll{to{transform:translateX(-50%)}}.story{padding-top:110px;padding-bottom:120px}.section-kicker{color:#79746a;margin-bottom:28px}.story-grid{display:grid;grid-template-columns:1.08fr .92fr;gap:8vw;align-items:center}.story-image-wrap{position:relative}.story-image{height:600px;background-image:url('https://images.unsplash.com/photo-1675438451024-2f9634ede383?auto=format&fit=crop&fm=jpg&q=85&w=1400');background-size:cover;background-position:center 52%;border-radius:180px 2px 180px 2px}.image-caption{position:absolute;left:16px;bottom:-16px;background:var(--paper);padding:12px 14px;font-family:"Playfair Display",serif;font-style:italic;font-size:14px}.story h2,.collection h2,.custom h2,.journal h2{font-size:clamp(52px,5vw,78px)}.story-copy>p:not(.eyebrow){font-size:16px;line-height:1.8;color:#464b46;max-width:510px}.story-copy .muted{font-size:12px;line-height:1.7;color:#77756e;margin:27px 0 25px}.collection{padding-bottom:120px}.collection-head,.journal-head{display:flex;align-items:flex-end;justify-content:space-between;gap:50px;margin-bottom:42px}.collection-head>p,.journal-head>p{max-width:360px;font-size:13px;line-height:1.7;color:#65645e}.product-grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:18px}.product-card{min-width:0}.product-media{position:relative;height:430px;overflow:hidden;background:#d8ccb9}.product-card.large .product-media{height:590px}.product-media:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.18),transparent 32%,transparent 65%,rgba(0,0,0,.13));pointer-events:none}.media-1{background-image:url('https://images.unsplash.com/photo-1756865270731-79d0c929e80e?auto=format&fit=crop&fm=jpg&q=85&w=1200');background-size:cover;background-position:center}.media-2{background-image:linear-gradient(135deg,#bdcdd2,#6f8790 50%,#1f3440);}.media-3{background-image:url('https://images.unsplash.com/photo-1612949677014-47e1623c993b?auto=format&fit=crop&fm=jpg&q=85&w=1200');background-size:cover;background-position:center}.media-2:before{content:"FABRO";position:absolute;z-index:1;color:#f4eadf;font-family:"Playfair Display",serif;font-style:italic;font-size:92px;line-height:1;left:50%;top:48%;transform:translate(-50%,-50%) rotate(-11deg);white-space:nowrap;opacity:.92}.media-2:after{background:linear-gradient(180deg,rgba(20,35,44,.08),rgba(17,31,42,.32))}.pill{position:absolute;z-index:2;top:18px;left:18px;color:#fff;border:1px solid rgba(255,255,255,.55);padding:8px 10px;border-radius:99px;font-size:9px;letter-spacing:.17em;font-weight:700}.circle-btn{position:absolute;z-index:2;right:18px;bottom:18px;width:38px;height:38px;border-radius:50%;border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.13);color:#fff;font-size:20px;cursor:pointer;backdrop-filter:blur(7px)}.product-meta{display:flex;justify-content:space-between;gap:20px;padding:15px 0 0;border-bottom:1px solid var(--line);padding-bottom:15px}.product-meta h3{font-size:16px;margin:0 0 5px;font-weight:600}.product-meta p{margin:0;color:#77756d;font-size:11px}.arrow{font-size:20px}.collection-foot{display:flex;justify-content:space-between;align-items:center;margin-top:18px;color:#858078;font-size:10px}.custom{padding-bottom:120px}.custom-card{background:var(--blue2);color:#f5efe5;display:grid;grid-template-columns:1fr .8fr;min-height:620px;overflow:hidden;position:relative}.custom-copy{padding:65px 65px 60px}.custom .section-kicker{color:#bdafa1}.light{color:#d16f54}.custom h2{font-size:clamp(58px,5.8vw,90px)}.custom-copy>p:not(.eyebrow){max-width:520px;color:#c8c3bb;line-height:1.75;font-size:15px;margin-top:28px}.process{display:flex;gap:26px;margin:34px 0 38px}.process div{display:flex;flex-direction:column;gap:7px}.process b{font-family:"Playfair Display",serif;font-weight:500;color:var(--thread);font-size:19px}.process span{font-size:10px;text-transform:uppercase;letter-spacing:.1em;color:#d2cdc5;max-width:90px;line-height:1.35}.custom-art{position:relative;background:radial-gradient(circle at 48% 50%,#284f69 0,#16384e 45%,#0c2332 80%);min-height:620px;overflow:hidden}.custom-art:before{content:"";position:absolute;inset:11% 16%;border:1px solid rgba(255,255,255,.09);border-radius:50% 48% 55% 45%;transform:rotate(17deg)}.custom-art:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(100deg,transparent 0,transparent 24px,rgba(255,255,255,.02) 25px,transparent 26px)}.thread-line{position:absolute;height:2px;border-radius:4px;background:var(--thread);opacity:.8;transform-origin:left center}.line-a{width:410px;left:12%;top:32%;transform:rotate(43deg)}.line-b{width:370px;left:34%;top:73%;transform:rotate(-28deg)}.line-c{width:290px;left:48%;top:20%;transform:rotate(101deg)}.line-d{width:250px;left:22%;top:57%;transform:rotate(-74deg)}.embroidered-flower{position:absolute;width:160px;height:160px}.flower-a{left:28%;top:24%;transform:rotate(12deg)}.flower-b{right:10%;bottom:19%;transform:scale(.72) rotate(-13deg)}.embroidered-flower i{position:absolute;width:23px;height:70px;border:2px solid rgba(240,167,142,.92);border-radius:55% 45% 55% 45%;left:68px;top:45px;transform-origin:bottom center}.embroidered-flower i:nth-child(1){transform:rotate(0)}.embroidered-flower i:nth-child(2){transform:rotate(60deg)}.embroidered-flower i:nth-child(3){transform:rotate(120deg)}.embroidered-flower i:nth-child(4){transform:rotate(180deg)}.embroidered-flower i:nth-child(5){transform:rotate(240deg)}.embroidered-flower i:nth-child(6){transform:rotate(300deg)}.embroidered-flower b{position:absolute;left:66px;top:102px;width:28px;height:28px;border:2px dotted #e7b48c;border-radius:50%}.art-caption{position:absolute;right:12%;top:12%;font-family:"Playfair Display",serif;font-style:italic;font-size:31px;line-height:.95;text-align:right;color:#efe7dc}.journal{padding-bottom:120px}.journal-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.journal-img{height:330px;background-size:cover;background-position:center}.j1{background-image:url('https://images.unsplash.com/photo-1675438451024-2f9634ede383?auto=format&fit=crop&fm=jpg&q=85&w=1000')}.j2{background-image:url('https://images.unsplash.com/photo-1612949677014-47e1623c993b?auto=format&fit=crop&fm=jpg&q=85&w=1000')}.j3{background:linear-gradient(135deg,#d5c8b5,#9ba6a1 52%,#1b384b)}.journal-meta{padding:14px 0;border-bottom:1px solid var(--line)}.journal-meta>span{font-size:9px;letter-spacing:.22em;color:var(--thread);font-weight:700}.journal-meta h3{font-family:"Playfair Display",serif;font-weight:500;font-size:24px;line-height:1.15;margin:12px 0 17px}.social-proof{padding-bottom:0}.proof-wrap{border-top:1px solid var(--line);padding:95px 0 110px;text-align:center;position:relative}.big-quote{font-family:"Playfair Display",serif;font-size:92px;line-height:.4;color:var(--thread);opacity:.85}.proof-wrap blockquote{font-family:"Playfair Display",serif;font-weight:500;font-size:clamp(47px,5.8vw,84px);line-height:.98;letter-spacing:-.04em;margin:38px 0}.proof-rule{width:80px;border-top:1px solid var(--ink);margin:0 auto 18px}.proof-wrap p{font-size:9px;letter-spacing:.24em;color:#79756d}.footer{background:var(--ink);color:#eee8df;padding-top:70px!important;padding-bottom:28px!important}.footer .brand{color:#eee8df}.footer p{color:#aaa69f;font-size:12px;line-height:1.7;margin-top:22px}.footer-top{display:flex;justify-content:space-between;gap:60px}.footer-links{display:flex;gap:90px}.footer-links div{display:flex;flex-direction:column;gap:11px}.footer-links span{font-size:9px;letter-spacing:.24em;color:#8f8a84;margin-bottom:6px}.footer-links a{color:#e9e1d9;text-decoration:none;font-size:12px}.footer-bottom{border-top:1px solid rgba(255,255,255,.12);margin-top:54px;padding-top:14px;display:flex;justify-content:space-between;color:#86817b;font-size:9px;letter-spacing:.1em}.modal{position:fixed;inset:0;display:none;align-items:center;justify-content:center;z-index:60}.modal.open{display:flex}.modal-backdrop{position:absolute;inset:0;background:rgba(5,10,14,.68);backdrop-filter:blur(8px)}.modal-panel{position:relative;background:var(--paper);max-width:520px;width:calc(100% - 34px);padding:45px;border-radius:2px;box-shadow:0 30px 90px rgba(0,0,0,.35)}.modal-panel h2{font-family:"Playfair Display",serif;font-size:48px;line-height:.98;font-weight:500;margin:22px 0 16px}.modal-panel p{color:#666;line-height:1.7;font-size:13px}.modal-close{position:absolute;right:18px;top:15px;border:0;background:none;font-size:28px;cursor:pointer;color:var(--ink)}.reveal{opacity:0;transform:translateY(16px);transition:opacity .75s ease,transform .75s ease}.reveal.in{opacity:1;transform:none}@media(max-width:980px){.desktop-nav{display:none}.nav-cta{margin-left:auto;margin-right:14px}.menu-toggle{display:block}.hero{grid-template-columns:1fr;gap:40px;padding-top:60px}.hero-visual{min-height:540px}.story-grid{grid-template-columns:1fr;gap:55px}.story-image{height:540px}.product-grid{grid-template-columns:1fr 1fr}.product-card.large{grid-column:1/-1}.product-card.large .product-media{height:600px}.custom-card{grid-template-columns:1fr}.custom-art{min-height:500px}.journal-grid{grid-template-columns:1fr 1fr}.journal-card:last-child{grid-column:1/-1}.footer-top{flex-direction:column}.footer-links{gap:60px}}@media(max-width:620px){.announcement{font-size:8px;gap:11px}.announcement a{display:none}.site-header{padding:0 18px;height:72px}.section-pad{padding-left:18px;padding-right:18px}.brand-word{font-size:13px}.hero{min-height:auto;padding-top:52px;padding-bottom:66px}.hero h1{font-size:74px}.hero-text{font-size:14px}.hero-visual{min-height:420px}.hero-photo{inset:0 0 0 0;border-radius:2px 52px 2px 52px}.stitch-badge{width:98px;height:98px;right:8px;bottom:24px;font-size:12px}.floating-tag{left:7px;bottom:10%}.story{padding-top:80px;padding-bottom:85px}.story-image{height:420px;border-radius:110px 2px 110px 2px}.collection{padding-bottom:85px}.collection-head,.journal-head{display:block}.collection-head>p,.journal-head>p{margin-top:20px}.product-grid{grid-template-columns:1fr}.product-card.large{grid-column:auto}.product-card.large .product-media,.product-media{height:500px}.collection-foot{display:block}.collection-foot .text-link{display:block;margin-top:14px}.custom{padding-bottom:85px}.custom-copy{padding:45px 25px}.custom h2{font-size:62px}.process{gap:12px}.process span{font-size:9px}.custom-art{min-height:430px}.journal{padding-bottom:85px}.journal-grid{grid-template-columns:1fr}.journal-card:last-child{grid-column:auto}.journal-img{height:420px}.proof-wrap{padding:76px 0 85px}.footer{padding-top:55px!important}.footer-links{gap:40px;flex-wrap:wrap}.footer-bottom{display:grid;gap:9px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.ticker-track{animation:none}.reveal{transition:none}}
