:root {
    --ink: #17120f;
    --ink-soft: #352820;
    --jute: #b98959;
    --jute-dark: #8a5e36;
    --sand: #ead8bf;
    --sand-light: #f7f0e6;
    --paper: #fffdf9;
    --blue: #24586c;
    --blue-light: #d8e7eb;
    --white: #fff;
    --muted: #756b63;
    --line: rgba(23, 18, 15, .15);
    --success: #287a47;
    --danger: #a3322e;
    --shadow: 0 20px 60px rgba(44, 30, 18, .13);
    --radius: 4px;
    --nav-height: 100px;
}

*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; scroll-padding-top: var(--nav-height); }
body { min-width: 320px; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; line-height: 1.7; -webkit-font-smoothing: antialiased; }
body.menu-open, body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea { font: inherit; }
button { color: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }
.container { width: 100%; margin-right: auto; margin-left: auto; }
.navbar { display: flex; flex-wrap: wrap; align-items: center; justify-content: space-between; }
.navbar-brand { display: inline-block; white-space: nowrap; }
.navbar-toggler { display: none; cursor: pointer; background: transparent; }
.navbar-collapse { display: flex; flex-grow: 1; align-items: center; }
.navbar-nav { display: flex; align-items: center; flex-direction: row; }
.ms-auto { margin-left: auto; }
.ms-lg-3 { margin-left: 1rem; }
.row { display: flex; flex-wrap: wrap; }
.row.g-4 { margin: -12px; }
.row.g-4 > * { padding: 12px; }
.col-sm-8, .col-lg-6, .col-xl-5 { width: 100%; }
.w-100 { width: 100%; }
.flex-grow-1 { flex-grow: 1; }
.site-container { max-width: 1240px; padding-left: 24px; padding-right: 24px; }
.section-space { padding: clamp(82px, 9vw, 132px) 0; }
.skip-link { position: fixed; top: -100px; left: 20px; z-index: 9999; padding: 10px 18px; color: var(--white); background: var(--blue); }
.skip-link:focus { top: 16px; }
:focus-visible { outline: 3px solid var(--blue); outline-offset: 4px; }

.eyebrow { margin: 0 0 18px; color: var(--jute-dark); font-size: .72rem; font-weight: 700; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { font-family: "Playfair Display", Georgia, serif; }
em { color: var(--jute-dark); font-weight: 600; }
.section-heading h2 { font-size: clamp(2.35rem, 5vw, 4.6rem); line-height: 1.05; letter-spacing: -.035em; }
.split-heading { display: grid; grid-template-columns: 1.45fr .65fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.split-heading > p { max-width: 440px; margin: 0 0 8px; color: var(--muted); font-size: 1.03rem; }
.section-heading.centered { max-width: 800px; margin: 0 auto 55px; text-align: center; }
.section-heading.centered h2 { font-size: clamp(2.2rem, 4vw, 3.75rem); }

.btn { display: inline-block; min-height: 50px; padding: 13px 23px; border: 1px solid transparent; border-radius: 0; background: transparent; cursor: pointer; font-size: .82rem; font-weight: 700; line-height: 1.5; letter-spacing: .045em; text-align: center; vertical-align: middle; transition: transform .25s ease, box-shadow .25s ease, color .25s ease, background .25s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary-custom { display: inline-flex; align-items: center; justify-content: center; gap: 16px; color: var(--white); border: 1px solid var(--ink); background: var(--ink); }
.btn-primary-custom:hover { color: var(--white); border-color: var(--blue); background: var(--blue); box-shadow: 0 12px 28px rgba(36, 88, 108, .22); }
.btn-quiet { display: inline-flex; align-items: center; justify-content: center; border-bottom: 1px solid var(--ink); padding-left: 4px; padding-right: 4px; }
.text-link { display: inline-flex; align-items: center; gap: 22px; padding-bottom: 4px; border-bottom: 1px solid currentColor; font-size: .84rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.text-link:hover { color: var(--blue); }

.site-header { position: fixed; inset: 0 0 auto; z-index: 1000; height: var(--nav-height); border-bottom: 1px solid transparent; transition: background .3s ease, box-shadow .3s ease, border .3s ease; }
.site-header.scrolled { border-bottom-color: var(--line); background: rgba(255, 253, 249, .96); box-shadow: 0 8px 26px rgba(23, 18, 15, .06); backdrop-filter: blur(14px); }
.navbar { height: var(--nav-height); padding-top: 0; padding-bottom: 0; }
.brand { display: flex; align-items: center; width: 148px; margin: 0; padding: 0; }
.brand img { width: 100%; height: 88px; object-fit: contain; object-position: left center; mix-blend-mode: multiply; }
.nav-panel { justify-content: flex-end; }
.nav-link { position: relative; margin: 0 8px; padding: 30px 8px !important; color: var(--ink) !important; font-size: .77rem; font-weight: 600; letter-spacing: .055em; }
.nav-link::after { position: absolute; bottom: 23px; left: 8px; width: 0; height: 1px; content: ""; background: var(--jute-dark); transition: width .25s ease; }
.nav-link:hover::after, .nav-link.active::after { width: calc(100% - 16px); }
.btn-nav { min-height: 44px; padding: 11px 19px; color: var(--white); border: 1px solid var(--ink); background: var(--ink); }
.btn-nav:hover { color: var(--white); background: var(--blue); border-color: var(--blue); }
.nav-cart-count { display: inline-grid; min-width: 20px; height: 20px; margin-left: 7px; place-items: center; border-radius: 50%; color: var(--ink); background: var(--sand); font-size: .7rem; }
.nav-toggle { position: relative; width: 44px; height: 44px; padding: 9px; border: 0; border-radius: 0; box-shadow: none !important; }
.nav-toggle span { display: block; width: 25px; height: 2px; margin: 6px auto; background: var(--ink); transition: transform .25s, opacity .25s; }
.nav-toggle[aria-expanded="true"] span:first-child { transform: translateY(8px) rotate(45deg); }
.nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav-toggle[aria-expanded="true"] span:last-child { transform: translateY(-8px) rotate(-45deg); }

.hero-section { position: relative; display: flex; min-height: 100svh; align-items: center; padding: calc(var(--nav-height) + 60px) 0 70px; overflow: hidden; background: radial-gradient(circle at 78% 45%, rgba(185,137,89,.22), transparent 34%), var(--sand-light); }
.hero-section::before { position: absolute; inset: 0; content: ""; opacity: .12; background-image: repeating-linear-gradient(115deg, transparent 0 18px, rgba(23,18,15,.16) 19px, transparent 20px 38px); mask-image: linear-gradient(90deg, transparent, #000); }
.hero-weave { position: absolute; top: 0; right: 9%; width: 1px; height: 100%; background: rgba(23,18,15,.11); }
.hero-grid { position: relative; display: grid; grid-template-columns: 1.04fr .96fr; align-items: center; gap: 60px; }
.hero-copy h1 { margin: 0; font-size: clamp(4rem, 8.6vw, 8.3rem); line-height: .82; letter-spacing: -.06em; }
.hero-copy h2 { margin: 30px 0 24px 8px; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.02; }
.hero-copy > p:not(.eyebrow) { max-width: 610px; margin: 0 0 32px 8px; color: var(--ink-soft); font-size: clamp(1rem, 1.3vw, 1.14rem); }
.hero-actions { display: flex; gap: 24px; margin-left: 8px; }
.hero-notes { display: flex; flex-wrap: wrap; gap: 24px; margin: 35px 0 0 8px; color: var(--muted); font-size: .76rem; font-weight: 600; }
.hero-notes span { display: flex; align-items: center; gap: 7px; }
.hero-notes svg { width: 16px; color: var(--blue); stroke-width: 2.4; }
.hero-art { position: relative; height: min(590px, 62vw); min-height: 470px; }
.orbit { position: absolute; border: 1px solid rgba(23,18,15,.14); border-radius: 50%; }
.orbit::before { position: absolute; width: 10px; height: 10px; content: ""; border-radius: 50%; background: var(--blue); }
.orbit-one { inset: 5% 8% 12% 6%; }
.orbit-one::before { top: 15%; right: 5%; }
.orbit-two { inset: 18% 20% 24% 19%; border-style: dashed; transform: rotate(20deg); }
.orbit-two::before { bottom: 7%; left: 16%; background: var(--jute-dark); }
.spool { position: absolute; display: grid; place-items: center; border: 16px solid #7e5735; border-radius: 50%; background: repeating-radial-gradient(circle, #cba273 0 8px, #b88857 9px 12px); box-shadow: inset 0 0 0 28px rgba(255,255,255,.14), 0 32px 55px rgba(63,40,22,.24); transform: rotate(-9deg); }
.spool::before, .spool::after { position: absolute; width: 36%; height: 112%; content: ""; border: 8px solid #51341f; border-radius: 50%; }
.spool::after { width: 22%; height: 116%; border-width: 4px; opacity: .42; transform: rotate(90deg); }
.spool span { position: relative; z-index: 2; width: 36%; aspect-ratio: 1; border-radius: 50%; background: var(--paper); box-shadow: 0 0 0 8px rgba(81,52,31,.28); }
.spool b { position: absolute; z-index: 3; color: rgba(255,255,255,.7); font-size: .68rem; letter-spacing: .3em; transform: rotate(20deg); }
.spool-large { top: 11%; left: 15%; width: 67%; aspect-ratio: 1; }
.spool-small { right: 1%; bottom: 5%; width: 34%; aspect-ratio: 1; border-width: 10px; transform: rotate(12deg); }
.loose-line { position: absolute; right: 4%; bottom: 20%; width: 70%; height: 38%; border: 8px solid transparent; border-bottom-color: #73502f; border-radius: 0 0 50% 50%; transform: rotate(-12deg); }
.hero-art > p { position: absolute; right: -2%; top: 3%; z-index: 4; color: var(--ink); font-family: "Playfair Display", serif; font-size: clamp(1.3rem, 2.5vw, 2.5rem); line-height: .9; text-align: right; transform: rotate(5deg); }
.scroll-cue { position: absolute; bottom: 25px; left: 50%; display: flex; align-items: center; gap: 11px; color: var(--muted); font-size: .65rem; letter-spacing: .15em; text-transform: uppercase; transform: translateX(-50%); }
.scroll-cue span { width: 34px; height: 1px; background: currentColor; }

.story-section { background: var(--sand-light); }
.story-grid { display: grid; grid-template-columns: 1fr .9fr; align-items: center; gap: clamp(60px, 9vw, 135px); }
.story-art { position: relative; min-height: 610px; padding: 50px; background: #c8a071; }
.story-art::before { position: absolute; inset: 0; content: ""; opacity: .32; background: repeating-linear-gradient(45deg, transparent 0 9px, rgba(60,38,20,.2) 10px 11px); }
.story-frame { position: relative; z-index: 2; display: grid; height: 100%; min-height: 510px; place-items: center; border: 1px solid rgba(255,255,255,.52); color: var(--white); text-align: center; }
.story-frame .knot-mark { font-family: Georgia, serif; font-size: 10rem; font-style: italic; line-height: .7; transform: rotate(-12deg); }
.story-frame p { position: absolute; bottom: 32px; font-family: "Playfair Display", serif; font-size: 1.3rem; font-style: italic; }
.story-stamp { position: absolute; right: -32px; bottom: 50px; z-index: 3; display: grid; width: 110px; aspect-ratio: 1; place-items: center; border: 1px solid rgba(255,255,255,.8); border-radius: 50%; color: var(--white); background: var(--blue); font-size: .64rem; font-weight: 700; letter-spacing: .17em; text-align: center; transform: rotate(8deg); }
.story-copy h2 { margin-bottom: 29px; font-size: clamp(2.7rem, 5vw, 4.8rem); line-height: 1.04; letter-spacing: -.035em; }
.story-copy > p:not(.eyebrow) { color: var(--muted); }
.story-copy .lead-copy { color: var(--ink) !important; font-family: "Playfair Display", serif; font-size: 1.28rem; line-height: 1.55; }
.story-copy .text-link { margin-top: 15px; }

.maker-strip { overflow: hidden; padding: 22px 0 27px; color: var(--white); background: var(--ink); }
.marquee-track { display: flex; width: max-content; align-items: center; animation: marquee 24s linear infinite; will-change: transform; }
.marquee-group { display: flex; min-width: 100vw; flex: 0 0 auto; align-items: center; justify-content: space-around; gap: 38px; padding-right: 38px; }
.marquee-track span { flex: 0 0 auto; font-family: "Playfair Display", serif; font-size: clamp(1.5rem, 3vw, 2.8rem); font-style: italic; }
.marquee-track i { flex: 0 0 auto; color: var(--jute); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.inspiration-section { overflow: hidden; background: var(--paper); }
.inspiration-grid { display: grid; grid-template-columns: .72fr 1.28fr; align-items: center; gap: clamp(55px, 8vw, 115px); }
.inspiration-copy { position: relative; z-index: 2; }
.inspiration-copy h2 { margin-bottom: 28px; font-size: clamp(2.7rem, 5vw, 4.75rem); line-height: 1.04; letter-spacing: -.035em; }
.inspiration-copy > p:not(.eyebrow) { color: var(--muted); }
.inspiration-copy .lead-copy { color: var(--ink) !important; font-family: "Playfair Display", serif; font-size: 1.25rem; line-height: 1.5; }
.inspiration-copy .text-link { margin-top: 17px; }
.idea-board { position: relative; display: grid; min-height: 630px; grid-template-columns: 1.08fr .92fr; grid-template-rows: 1fr 1fr; gap: 18px; }
.idea-board::before { position: absolute; top: -45px; right: -68px; width: 210px; aspect-ratio: 1; content: ""; border: 1px solid rgba(138,94,54,.24); border-radius: 50%; box-shadow: 0 0 0 24px var(--paper), 0 0 0 25px rgba(138,94,54,.13), 0 0 0 49px var(--paper), 0 0 0 50px rgba(138,94,54,.09); }
.idea-card { position: relative; display: flex; min-height: 0; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 24px 26px 27px; }
.idea-card > * { position: relative; z-index: 2; }
.idea-number { align-self: flex-end; color: rgba(23,18,15,.58); font-size: .65rem; font-weight: 700; letter-spacing: .15em; }
.idea-card p { margin: 0 0 4px; font-size: .64rem; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.idea-card h3 { margin: 0 0 9px; font-size: clamp(1.45rem, 2.2vw, 2rem); }
.idea-card div > span { display: block; color: inherit; font-size: .78rem; line-height: 1.55; opacity: .72; }
.feature-icon { width: clamp(86px, 10vw, 132px); height: auto; margin: auto; stroke-width: 1.25; }
.idea-wrap { grid-row: 1 / 3; color: var(--white); background: var(--blue); }
.idea-wrap .idea-number { color: rgba(255,255,255,.7); }
.idea-wrap p { color: var(--blue-light); }
.idea-wrap .feature-icon { width: clamp(130px, 15vw, 190px); }
.idea-knot { background: var(--sand); }
.idea-home { color: var(--white); background: var(--ink-soft); }
.idea-home .idea-number { color: rgba(255,255,255,.65); }
.idea-home p { color: var(--sand); }
.uses-panel { margin-top: clamp(70px, 9vw, 120px); padding-top: clamp(45px, 6vw, 75px); border-top: 1px solid var(--line); }
.uses-heading { display: grid; grid-template-columns: .45fr 1.55fr; align-items: end; gap: 40px; margin-bottom: 46px; }
.uses-heading .eyebrow { display: inline-flex; width: fit-content; min-height: 46px; align-items: center; margin: 0 0 8px; padding: 10px 20px; border-radius: 999px; color: var(--white); background: var(--blue); box-shadow: 0 8px 22px rgba(36,88,108,.18); font-size: .88rem; letter-spacing: .2em; }
.uses-heading h2 { max-width: 850px; margin: 0; font-size: clamp(2.5rem, 4.8vw, 4.25rem); line-height: 1.03; letter-spacing: -.04em; }
.uses-scroll-hint { display: none; }
.uses-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 15px; margin: 0; padding: 0; list-style: none; }
.uses-grid li { position: relative; display: flex; min-height: 158px; flex-direction: column; justify-content: space-between; overflow: hidden; padding: 21px 22px 24px; border: 1px solid var(--line); border-radius: 18px 18px 52px 18px; background: linear-gradient(145deg, var(--sand-light), var(--paper) 72%); box-shadow: 0 8px 25px rgba(44,30,18,.06); font-family: "Playfair Display", Georgia, serif; font-size: 1.22rem; line-height: 1.25; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.uses-grid li::before { position: absolute; top: -42px; right: -38px; width: 108px; aspect-ratio: 1; content: ""; border: 8px double rgba(138,94,54,.17); border-radius: 50%; }
.uses-grid li::after { position: absolute; right: 24px; bottom: 21px; width: 34px; height: 1px; content: ""; background: var(--jute-dark); transform: rotate(-35deg); transform-origin: right; }
.uses-grid li:nth-child(3n+2) { border-color: rgba(36,88,108,.17); background: linear-gradient(145deg, var(--blue-light), #eef5f6 78%); }
.uses-grid li:nth-child(5n) { color: var(--white); border-color: var(--ink-soft); background: linear-gradient(145deg, var(--ink-soft), #4a382e); }
.uses-grid li:nth-child(5n)::before { border-color: rgba(234,216,191,.18); }
.uses-grid li:nth-child(5n)::after { background: var(--sand); }
.uses-grid li:hover { z-index: 2; border-color: rgba(138,94,54,.35); box-shadow: 0 16px 36px rgba(44,30,18,.13); transform: translateY(-6px) rotate(-.5deg); }
.uses-grid span { position: relative; z-index: 2; display: grid; width: 32px; height: 32px; place-items: center; border: 1px solid currentColor; border-radius: 50%; color: var(--jute-dark); font-family: "DM Sans", sans-serif; font-size: .58rem; font-weight: 700; letter-spacing: .08em; }
.uses-grid li:nth-child(5n) span { color: var(--sand); }

.how-section { background: var(--paper); }
.steps-row article { height: 100%; padding: 38px 32px; border-top: 1px solid var(--ink); background: linear-gradient(var(--sand-light), transparent 70%); }
.steps-row article > span { display: inline-grid; width: 44px; height: 44px; margin-bottom: 54px; place-items: center; border: 1px solid var(--jute-dark); border-radius: 50%; color: var(--jute-dark); font-size: .72rem; font-weight: 700; }
.steps-row h3 { margin-bottom: 13px; font-size: 1.65rem; }
.steps-row p { margin: 0; color: var(--muted); font-size: .92rem; }

.contact-section { color: var(--white); background: var(--ink); }
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 120px); align-items: start; }
.contact-copy .eyebrow { color: var(--sand); }
.contact-copy h2 { margin-bottom: 28px; font-size: clamp(2.7rem, 5vw, 4.9rem); line-height: 1.04; }
.contact-copy h2 em { color: var(--sand); }
.contact-copy > p:not(.eyebrow) { max-width: 500px; color: #c7beb8; }
.contact-links { display: grid; gap: 16px; margin: 46px 0 0; font-style: normal; }
.contact-links a { display: flex; align-items: center; justify-content: space-between; padding: 17px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.contact-links span { color: #9d928b; font-size: .72rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-links strong { font-size: .96rem; }
.contact-links a:hover strong { color: var(--sand); }
.contact-links .contact-whatsapp-button { display: inline-flex; width: fit-content; min-width: 245px; min-height: 48px; justify-content: flex-start; gap: 11px; margin-top: 12px; padding: 10px 17px; border: 1px solid #2f9b62; border-radius: 999px; color: var(--white); background: #257b4d; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.contact-links .contact-whatsapp-button:hover { color: var(--white); background: #2b8c58; box-shadow: 0 12px 28px rgba(0,0,0,.22); transform: translateY(-2px); }
.contact-links .contact-whatsapp-button strong { color: inherit; }
.contact-whatsapp-button svg { width: 23px; height: 23px; flex: 0 0 auto; }
.contact-whatsapp-button b { margin-left: auto; font-size: 1.1rem; }
.contact-form { padding: clamp(28px, 5vw, 52px); color: var(--ink); background: var(--paper); }
.form-heading { display: flex; align-items: center; justify-content: space-between; margin-bottom: 30px; font-family: "Playfair Display", serif; font-size: 1.8rem; }
.form-heading b { color: var(--jute-dark); }
.form-row { display: grid; gap: 7px; margin-bottom: 19px; }
.form-row label { font-size: .72rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.form-row input, .form-row textarea { width: 100%; padding: 14px 2px; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; color: var(--ink); background: transparent; outline: none; resize: vertical; }
.form-row input:focus, .form-row textarea:focus { border-color: var(--blue); box-shadow: 0 1px var(--blue); }
.form-status { margin: 14px 0 0; padding: 11px 13px; border: 1px solid currentColor; font-size: .78rem; line-height: 1.45; text-align: center; }
.form-status.success { color: var(--success); background: rgba(40,122,71,.08); }
.form-status.error { color: var(--danger); background: rgba(163,50,46,.08); }
.form-spinner { display: inline-block; width: 15px; height: 15px; border: 2px solid rgba(255,255,255,.35); border-top-color: var(--white); border-radius: 50%; animation: spin .7s linear infinite; }
.form-note { margin: 13px 0 0; color: var(--muted); font-size: .72rem; text-align: center; }

.site-footer { padding: 70px 0 20px; background: #ede1d2; }
.footer-main { display: grid; grid-template-columns: 2fr 1fr 1.2fr; gap: 70px; padding-bottom: 50px; }
.footer-main > :is(div, nav, address) { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; }
.footer-contact { margin: 0; font-style: normal; }
.footer-brand img { width: 260px; height: 170px; object-fit: contain; object-position: left; mix-blend-mode: multiply; }
.footer-brand p { max-width: 340px; color: var(--muted); font-size: .88rem; }
.footer-main h3 { margin: 0 0 12px; font-family: "DM Sans", sans-serif; font-size: .72rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.footer-main a { color: var(--ink-soft); font-size: .86rem; }
.footer-main a:hover { color: var(--blue); }
.footer-bottom { display: flex; justify-content: space-between; padding-top: 20px; border-top: 1px solid var(--line); color: var(--muted); font-size: .72rem; }

.cart-fab, .whatsapp-fab { position: fixed; right: 23px; z-index: 900; display: grid; width: 56px; height: 56px; place-items: center; border: 0; border-radius: 50%; box-shadow: 0 10px 26px rgba(23,18,15,.25); transition: transform .25s, box-shadow .25s; }
.cart-fab { bottom: 92px; color: var(--white); background: var(--ink); }
.whatsapp-fab { bottom: 24px; color: var(--white); background: #257b4d; }
.cart-fab:hover, .whatsapp-fab:hover { color: var(--white); box-shadow: 0 15px 32px rgba(23,18,15,.28); transform: translateY(-3px); }
.cart-fab svg, .whatsapp-fab svg { width: 25px; height: 25px; }
.cart-fab > span { position: absolute; top: -4px; right: -3px; display: grid; min-width: 22px; height: 22px; padding: 0 5px; place-items: center; border: 2px solid var(--paper); border-radius: 20px; color: var(--ink); background: var(--sand); font-size: .68rem; font-weight: 800; }

/* Products */
.products-hero { position: relative; padding: calc(var(--nav-height) + 85px) 0 85px; overflow: hidden; color: var(--white); background: var(--ink); }
.products-hero::before { position: absolute; inset: 0; content: ""; opacity: .12; background: repeating-linear-gradient(-50deg, transparent 0 15px, var(--sand) 16px 17px); }
.breadcrumb-nav { position: relative; z-index: 2; margin-bottom: 42px; }
.breadcrumb-nav ol { display: flex; align-items: center; gap: 10px; margin: 0; padding: 0; color: #c7beb8; font-size: .72rem; font-weight: 600; letter-spacing: .08em; list-style: none; text-transform: uppercase; }
.breadcrumb-nav li + li::before { margin-right: 10px; color: var(--jute); content: "/"; }
.breadcrumb-nav a:hover { color: var(--sand); }
.products-hero-grid { position: relative; display: grid; grid-template-columns: 1.3fr .7fr; align-items: end; gap: 80px; }
.products-hero .eyebrow { color: var(--sand); }
.products-hero h1 { font-size: clamp(3.8rem, 8vw, 7.5rem); line-height: .9; letter-spacing: -.05em; }
.products-hero h1 em { color: var(--sand); }
.products-hero-grid > div:last-child { padding-bottom: 10px; }
.products-hero-grid > div:last-child p { color: #c6bbb4; font-size: 1.02rem; }
.products-hero .text-link { margin-top: 16px; color: var(--sand); }
.product-hero-line { position: absolute; right: -40px; bottom: -65px; display: flex; gap: 18px; transform: rotate(-8deg); }
.product-hero-line span { display: block; width: 400px; height: 90px; border: 7px double rgba(185,137,89,.23); border-radius: 50%; }
.catalogue-section { background: var(--paper); }
.catalogue-toolbar { display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; margin-bottom: 45px; }
.catalogue-toolbar .eyebrow { margin-bottom: 7px; }
.catalogue-toolbar h2 { margin: 0; font-size: clamp(2rem, 4vw, 3.4rem); }
.search-box { position: relative; width: min(100%, 480px); }
.search-box svg { position: absolute; top: 50%; left: 17px; width: 20px; color: var(--jute-dark); transform: translateY(-50%); }
.search-box input { width: 100%; padding: 15px 18px 15px 49px; border: 1px solid var(--line); border-radius: 0; background: var(--white); outline: none; }
.search-box input:focus { border-color: var(--blue); box-shadow: 0 0 0 3px rgba(36,88,108,.12); }
.catalogue-toolbar > p { margin: 0; color: var(--muted); font-size: .77rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.filter-row { display: flex; gap: 9px; margin-bottom: 45px; overflow-x: auto; padding-bottom: 8px; scrollbar-width: thin; }
.filter-button { flex: 0 0 auto; padding: 10px 18px; border: 1px solid var(--line); border-radius: 30px; color: var(--ink-soft); background: transparent; font-size: .76rem; font-weight: 700; transition: color .2s, background .2s, border .2s; }
.filter-button:hover, .filter-button.active { color: var(--white); border-color: var(--ink); background: var(--ink); }
.product-grid { justify-content: center; }
.product-card { height: 100%; overflow: hidden; border: 1px solid var(--line); background: var(--white); transition: transform .3s, box-shadow .3s; }
.product-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.product-media { position: relative; display: grid; min-height: 285px; place-items: center; overflow: hidden; background: var(--product-bg, #e6d0b4); }
.product-media::before { position: absolute; inset: 0; content: ""; opacity: .22; background: repeating-linear-gradient(45deg, transparent 0 11px, rgba(23,18,15,.2) 12px 13px); }
.product-media .product-coil { position: relative; z-index: 2; display: grid; width: 155px; aspect-ratio: 1; place-items: center; border: 23px solid var(--product-fibre, #a87649); border-radius: 50%; background: repeating-radial-gradient(circle, transparent 0 8px, rgba(255,255,255,.26) 9px 11px); box-shadow: inset 0 0 0 13px rgba(48,29,15,.2), 0 25px 35px rgba(48,29,15,.19); transform: rotate(var(--product-rotate, -8deg)); }
.product-media .product-coil::after { width: 50px; aspect-ratio: 1; content: ""; border-radius: 50%; background: var(--paper); box-shadow: 0 0 0 6px rgba(43,28,17,.16); }
.product-media .material-label { position: absolute; right: 17px; bottom: 14px; z-index: 2; color: rgba(23,18,15,.72); font-size: .6rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; writing-mode: vertical-rl; }
.product-media .product-badge { position: absolute; top: 16px; left: 16px; z-index: 2; padding: 6px 10px; color: var(--white); background: var(--blue); font-size: .6rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.product-photo-media::before { display: none; }
.product-photo-media > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.product-photo-media .material-label { padding: 7px 5px; color: var(--ink); background: rgba(255,253,249,.88); backdrop-filter: blur(5px); }
.product-card-body { display: flex; height: calc(100% - 285px); flex-direction: column; padding: 23px; }
.product-category { margin-bottom: 7px; color: var(--jute-dark); font-size: .65rem; font-weight: 700; letter-spacing: .13em; text-transform: uppercase; }
.product-card h2 { margin: 0 0 8px; font-size: 1.42rem; line-height: 1.2; }
.product-card-description { flex: 1; margin-bottom: 20px; color: var(--muted); font-size: .84rem; line-height: 1.55; }
.product-price-row { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.product-price { margin: 0; font-size: 1.02rem; font-weight: 700; }
.product-price small { display: block; color: var(--muted); font-size: .62rem; font-weight: 500; }
.product-actions { display: flex; gap: 7px; }
.icon-button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); background: transparent; transition: .2s; }
.icon-button svg { width: 19px; }
.icon-button:hover { color: var(--white); border-color: var(--blue); background: var(--blue); }
.add-button { padding: 10px 13px; border: 1px solid var(--ink); color: var(--white); background: var(--ink); font-size: .7rem; font-weight: 700; }
.add-button:hover { border-color: var(--blue); background: var(--blue); }
.catalogue-empty { padding: 70px 20px; text-align: center; }
.catalogue-empty .mini-coil { width: 70px; aspect-ratio: 1; margin: 0 auto 25px; border: 10px solid var(--jute); border-radius: 50%; box-shadow: inset 0 0 0 5px rgba(23,18,15,.15); }
.catalogue-empty h2 { font-size: 2rem; }
.catalogue-empty p { color: var(--muted); }
.order-note { padding: 58px 0; color: var(--white); background: var(--blue); }
.order-note-grid { display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.order-note .eyebrow { color: var(--sand); }
.order-note h2 { font-size: clamp(2rem, 4vw, 3.4rem); }
.order-note p { margin: 0; color: #e2edf0; }
.order-note a { border-bottom: 1px solid var(--sand); color: var(--white); font-weight: 700; }

/* Drawer and modal */
.interface-overlay { position: fixed; inset: 0; z-index: 1100; background: rgba(16,12,10,.58); opacity: 0; visibility: hidden; transition: opacity .3s, visibility .3s; }
.interface-overlay.open { opacity: 1; visibility: visible; }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 1200; display: flex; width: min(100%, 470px); height: 100dvh; flex-direction: column; color: var(--ink); background: var(--paper); box-shadow: -20px 0 60px rgba(0,0,0,.24); transform: translateX(105%); transition: transform .35s cubic-bezier(.2,.8,.2,1); }
.cart-drawer.open { transform: translateX(0); }
.drawer-header { display: flex; align-items: center; justify-content: space-between; padding: 25px 28px; border-bottom: 1px solid var(--line); }
.drawer-header .eyebrow { margin: 0 0 3px; }
.drawer-header h2 { margin: 0; font-size: 1.8rem; }
.close-button { display: grid; width: 42px; height: 42px; place-items: center; border: 1px solid var(--line); background: transparent; font-size: 1.55rem; line-height: 1; }
.close-button:hover { color: var(--white); background: var(--ink); }
.cart-content { display: flex; min-height: 0; flex: 1; flex-direction: column; }
.cart-items { flex: 1; overflow-y: auto; padding: 12px 28px; }
.cart-row { display: grid; grid-template-columns: 68px 1fr; gap: 15px; padding: 18px 0; border-bottom: 1px solid var(--line); }
.cart-row-art { display: grid; width: 68px; height: 78px; place-items: center; background: var(--product-bg); }
.cart-row-art img { width: 100%; height: 100%; object-fit: cover; }
.cart-row-info h3 { margin: 0 0 2px; font-family: "DM Sans", sans-serif; font-size: .86rem; font-weight: 700; }
.cart-row-info > p { margin: 0 0 9px; color: var(--muted); font-size: .72rem; }
.cart-row-controls { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.quantity-controls { display: flex; align-items: center; border: 1px solid var(--line); }
.quantity-controls button { width: 29px; height: 28px; border: 0; background: transparent; }
.quantity-controls button:hover { background: var(--sand-light); }
.quantity-controls span { min-width: 25px; font-size: .75rem; text-align: center; }
.cart-row-total { font-size: .79rem; }
.remove-button { border: 0; color: var(--danger); background: transparent; font-size: .68rem; text-decoration: underline; }
.cart-empty-state { display: grid; height: 100%; min-height: 330px; place-items: center; align-content: center; padding: 40px; color: var(--muted); text-align: center; }
.cart-empty-state[hidden] { display: none; }
.cart-empty-state svg { width: 45px; margin-bottom: 18px; color: var(--jute-dark); }
.cart-empty-state h3 { color: var(--ink); font-size: 1.55rem; }
.cart-summary { padding: 22px 28px 26px; border-top: 1px solid var(--line); background: var(--sand-light); }
.cart-total-line { display: flex; align-items: center; justify-content: space-between; margin-bottom: 15px; }
.cart-total-line span { font-size: .74rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.cart-total-line strong { font-family: "Playfair Display", serif; font-size: 1.6rem; }
.cart-summary-note { margin: 0 0 16px; color: var(--muted); font-size: .7rem; }
.cart-buttons { display: grid; gap: 8px; }
.cart-buttons .btn[aria-disabled="true"] { cursor: not-allowed; opacity: .5; pointer-events: none; }
.clear-cart { padding: 8px; border: 0; color: var(--danger); background: transparent; font-size: .7rem; text-decoration: underline; }
.cart-toast { position: fixed; bottom: 25px; left: 50%; z-index: 1400; max-width: calc(100% - 40px); padding: 12px 20px; color: var(--white); background: var(--blue); box-shadow: var(--shadow); font-size: .8rem; opacity: 0; transform: translate(-50%, 30px); transition: opacity .25s, transform .25s; pointer-events: none; }
.cart-toast.show { opacity: 1; transform: translate(-50%, 0); }
.product-modal { position: fixed; top: 50%; left: 50%; z-index: 1250; display: grid; width: min(920px, calc(100% - 36px)); max-height: calc(100dvh - 40px); grid-template-columns: 1fr 1fr; overflow: auto; color: var(--ink); background: var(--paper); box-shadow: var(--shadow); opacity: 0; visibility: hidden; transform: translate(-50%, -46%) scale(.97); transition: opacity .25s, visibility .25s, transform .25s; }
.product-modal.open { opacity: 1; visibility: visible; transform: translate(-50%, -50%) scale(1); }
.modal-media { position: relative; display: grid; min-height: 520px; place-items: center; overflow: hidden; background: var(--product-bg); }
.modal-media::before { position: absolute; inset: 0; content: ""; opacity: .22; background: repeating-linear-gradient(45deg, transparent 0 11px, rgba(23,18,15,.2) 12px 13px); }
.modal-media .product-coil { position: relative; z-index: 2; display: grid; width: 245px; aspect-ratio: 1; place-items: center; border: 36px solid var(--product-fibre); border-radius: 50%; box-shadow: inset 0 0 0 20px rgba(48,29,15,.2), 0 25px 40px rgba(48,29,15,.2); transform: rotate(-8deg); }
.modal-media .product-coil::after { width: 75px; aspect-ratio: 1; content: ""; border-radius: 50%; background: var(--paper); box-shadow: 0 0 0 8px rgba(43,28,17,.16); }
.modal-media.product-photo-modal::before { display: none; }
.product-photo-modal img { width: 100%; height: 100%; min-height: 520px; object-fit: cover; object-position: center; }
.modal-content-wrap { position: relative; display: flex; flex-direction: column; justify-content: center; padding: clamp(35px, 6vw, 65px); }
.modal-content-wrap .close-button { position: absolute; top: 18px; right: 18px; }
.modal-content-wrap h2 { margin-bottom: 16px; font-size: clamp(2rem, 4vw, 3.2rem); line-height: 1.05; }
.modal-description { color: var(--muted); }
.modal-details { display: grid; gap: 8px; margin: 15px 0 26px; padding: 0; list-style: none; font-size: .82rem; }
.modal-details li::before { margin-right: 9px; color: var(--blue); content: "✓"; font-weight: 700; }
.modal-price { margin-bottom: 22px; font-size: 1.4rem; font-weight: 700; }
.modal-order-row { display: flex; gap: 10px; }
.quantity-input { width: 76px; padding: 10px; border: 1px solid var(--line); text-align: center; }

@keyframes spin { to { transform: rotate(360deg); } }

@media (max-width: 991.98px) {
    :root { --nav-height: 84px; }
    .site-header { background: rgba(255,253,249,.96); }
    .brand { width: 128px; }
    .brand img { height: 74px; }
    .navbar-toggler { display: block; }
    .nav-panel { position: fixed; inset: var(--nav-height) 0 auto; display: block; max-height: 0; overflow: hidden; border-bottom: 1px solid var(--line); background: var(--paper); opacity: 0; transition: max-height .35s ease, opacity .25s; }
    .nav-panel.open { max-height: calc(100vh - var(--nav-height)); opacity: 1; }
    .nav-panel .navbar-nav { display: flex; align-items: stretch; flex-direction: column; margin-left: 0; padding: 18px 24px 28px; }
    .nav-link { margin: 0; padding: 14px 3px !important; font-size: .88rem; }
    .nav-link::after { bottom: 10px; left: 3px; }
    .btn-nav { margin-top: 12px; margin-left: 0; }
    .hero-grid { grid-template-columns: 1fr .8fr; gap: 15px; }
    .hero-copy h1 { font-size: clamp(4rem, 10vw, 6.4rem); }
    .hero-art { height: 480px; min-height: 0; }
    .split-heading { grid-template-columns: 1fr; gap: 25px; }
    .story-grid { gap: 65px; }
    .story-art { min-height: 520px; }
    .story-frame { min-height: 420px; }
    .inspiration-grid { grid-template-columns: .8fr 1.2fr; gap: 45px; }
    .idea-board { min-height: 570px; }
    .uses-heading { grid-template-columns: 1fr; gap: 12px; }
    .uses-grid { grid-template-columns: repeat(2, 1fr); }
    .contact-grid { gap: 55px; }
}

@media (min-width: 576px) {
    .col-sm-8 { width: 66.666667%; }
}

@media (min-width: 992px) {
    .col-lg-6 { width: 50%; }
}

@media (min-width: 1200px) {
    .col-xl-5 { width: 41.666667%; }
}

@media (max-width: 767.98px) {
    .site-container { padding-left: 18px; padding-right: 18px; }
    .hero-section { min-height: auto; padding: calc(var(--nav-height) + 42px) 0 28px; background: radial-gradient(circle at 86% 42%, rgba(185,137,89,.3), transparent 31%), linear-gradient(166deg, var(--sand-light) 0 69%, var(--sand) 69% 100%); }
    .hero-section::before { opacity: .17; mask-image: linear-gradient(180deg, transparent 5%, #000 46%, transparent 94%); }
    .hero-section::after { position: absolute; top: 155px; right: -105px; width: 230px; aspect-ratio: 1; content: ""; border: 1px solid rgba(36,88,108,.2); border-radius: 50%; box-shadow: 0 0 0 24px transparent, 0 0 0 25px rgba(36,88,108,.1), 0 0 0 49px transparent, 0 0 0 50px rgba(138,94,54,.1); }
    .hero-weave { right: 18px; height: 76%; }
    .hero-grid { grid-template-columns: 1fr; gap: 0; }
    .hero-copy { position: relative; z-index: 5; }
    .hero-copy .eyebrow { display: inline-flex; width: fit-content; align-items: center; margin-bottom: 20px; padding: 7px 12px; border: 1px solid rgba(36,88,108,.22); border-radius: 999px; color: var(--blue); background: rgba(255,253,249,.68); letter-spacing: .13em; }
    .hero-copy h1 { position: relative; width: fit-content; font-size: clamp(3.7rem, 18vw, 6.6rem); line-height: .78; }
    .hero-copy h1 span { display: block; }
    .hero-copy h1 span:last-child { margin-left: clamp(42px, 14vw, 105px); color: var(--blue); font-style: italic; }
    .hero-copy h1::after { position: absolute; right: -20px; bottom: -15px; width: 68px; height: 5px; content: ""; background: var(--blue); transform: rotate(-7deg); }
    .hero-copy h2 { max-width: 92%; margin-top: 31px; padding-left: 17px; border-left: 3px solid var(--jute); }
    .hero-copy > p:not(.eyebrow), .hero-copy h2, .hero-actions, .hero-notes { margin-left: 0; }
    .hero-actions { position: relative; z-index: 4; gap: 12px; }
    .hero-actions .btn-primary-custom { border-radius: 999px; box-shadow: 0 12px 26px rgba(23,18,15,.16); }
    .hero-actions .btn-quiet { padding-right: 10px; padding-left: 10px; }
    .hero-notes { position: relative; z-index: 6; display: grid; width: calc(100% - 20px); grid-template-columns: 1fr 1fr; gap: 9px 16px; margin-top: 26px; padding: 16px 18px; border: 1px solid rgba(23,18,15,.1); border-radius: 16px 16px 36px 16px; background: rgba(255,253,249,.94); box-shadow: 0 18px 40px rgba(44,30,18,.13); transform: translateY(24px); backdrop-filter: blur(10px); }
    .hero-notes span:first-child { grid-column: 1 / -1; }
    .hero-art { width: min(108%, 500px); height: 420px; margin: -2px -4% 0 auto; }
    .hero-art::before { position: absolute; inset: 15% 3% 5% 8%; content: ""; border-radius: 48% 52% 18% 44%; background: rgba(255,253,249,.38); box-shadow: inset 0 0 0 1px rgba(23,18,15,.08); transform: rotate(-5deg); }
    .spool-large { top: 14%; left: 8%; width: 70%; transform: rotate(-14deg); }
    .spool-small { right: 0; bottom: 1%; width: 31%; transform: rotate(17deg); }
    .hero-art > p { top: 10%; right: 0; padding: 9px 11px; border-right: 3px solid var(--blue); background: rgba(255,253,249,.75); transform: rotate(4deg); backdrop-filter: blur(6px); }
    .scroll-cue { display: none; }
    .story-grid { grid-template-columns: 1fr; }
    .story-copy { order: 1; }
    .story-art { order: 2; }
    .story-art { min-height: 440px; padding: 30px; }
    .story-frame { min-height: 380px; }
    .story-stamp { right: 12px; bottom: -32px; }
    .inspiration-grid { grid-template-columns: 1fr; }
    .inspiration-copy { max-width: 630px; }
    .idea-board { min-height: 600px; }
    .uses-scroll-hint { display: inline-flex; align-items: center; gap: 10px; margin: -20px 0 20px; padding: 8px 14px; border: 1px solid rgba(138,94,54,.22); border-radius: 999px; color: var(--jute-dark); background: var(--sand-light); font-size: .7rem; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }
    .uses-scroll-hint span { color: var(--blue); font-size: 1rem; line-height: 1; }
    .uses-grid { grid-template-columns: none; grid-template-rows: repeat(2, minmax(122px, auto)); grid-auto-flow: column; grid-auto-columns: min(78vw, 320px); justify-content: start; overflow-x: auto; padding: 2px 18px 16px 0; scroll-snap-type: x mandatory; overscroll-behavior-inline: contain; scrollbar-width: thin; scrollbar-color: var(--jute) transparent; }
    .uses-grid li { min-height: 122px; scroll-snap-align: start; }
    .uses-grid::-webkit-scrollbar { height: 6px; }
    .uses-grid::-webkit-scrollbar-thumb { border-radius: 999px; background: var(--jute); }
    .uses-grid::-webkit-scrollbar-track { background: transparent; }
    .contact-grid { grid-template-columns: 1fr; }
    .footer-main { grid-template-columns: 1fr 1fr; }
    .footer-brand { grid-column: 1 / -1; }
    .products-hero-grid, .order-note-grid { grid-template-columns: 1fr; gap: 28px; }
    .breadcrumb-nav { margin-bottom: 30px; }
    .product-modal { grid-template-columns: 1fr; }
    .modal-media { min-height: 285px; }
    .product-photo-modal img { min-height: 285px; }
    .modal-media .product-coil { width: 160px; border-width: 24px; }
}

@media (max-width: 479.98px) {
    .section-space { padding: 70px 0; }
    .eyebrow { margin-bottom: 12px; }
    .hero-actions { align-items: stretch; flex-direction: column; gap: 8px; }
    .hero-actions .btn { width: 100%; }
    .hero-actions .btn-quiet { width: fit-content; align-self: center; }
    .hero-notes { gap: 10px 14px; margin-top: 24px; }
    .hero-art { height: 365px; }
    .hero-art > p { right: 1%; }
    .story-art { min-height: 370px; padding: 22px; }
    .story-frame { min-height: 326px; }
    .story-frame .knot-mark { font-size: 7rem; }
    .idea-board { min-height: 790px; grid-template-columns: 1fr; grid-template-rows: 1.25fr 1fr 1fr; }
    .idea-wrap { grid-row: auto; }
    .idea-board::before { right: -100px; }
    .uses-grid li { min-height: 112px; }
    .contact-links a { align-items: flex-start; flex-direction: column; gap: 4px; }
    .contact-links .contact-whatsapp-button { width: 100%; min-width: 0; align-items: center; flex-direction: row; gap: 11px; }
    .footer-main { grid-template-columns: 1fr; gap: 35px; }
    .footer-brand { grid-column: auto; }
    .footer-bottom { align-items: flex-start; flex-direction: column; gap: 3px; }
    .cart-fab, .whatsapp-fab { right: 15px; width: 52px; height: 52px; }
    .cart-fab { bottom: 82px; }
    .whatsapp-fab { bottom: 18px; }
    .products-hero { padding-top: calc(var(--nav-height) + 56px); }
    .catalogue-toolbar { align-items: stretch; flex-direction: column; gap: 12px; }
    .product-media { min-height: 250px; }
    .product-card-body { height: auto; min-height: 270px; }
    .cart-items { padding-left: 18px; padding-right: 18px; }
    .drawer-header, .cart-summary { padding-left: 20px; padding-right: 20px; }
    .product-modal { width: calc(100% - 22px); }
    .modal-media { min-height: 230px; }
    .modal-content-wrap { padding: 32px 24px; }
    .modal-content-wrap .close-button { top: 10px; right: 10px; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

@media (hover: hover) and (pointer: fine) {
    a[href^="tel:"] { cursor: text; pointer-events: none; }
}
