@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Manrope:wght@500;600;700;800&display=swap');

:root {
  --green: #234f43;
  --green-dark: #173c33;
  --green-soft: #dce9df;
  --cream: #fffaf1;
  --paper: #fffdf8;
  --ink: #19352e;
  --muted: #61716b;
  --coral: #ef8e68;
  --coral-light: #fbe0d4;
  --yellow: #f4c95d;
  --yellow-light: #fff0bd;
  --blue: #91c9d4;
  --blue-light: #dceff2;
  --line: rgba(35, 79, 67, .14);
  --display: 'Manrope', 'Trebuchet MS', sans-serif;
  --body: 'DM Sans', 'Segoe UI', sans-serif;
  --shadow: 0 24px 70px rgba(27, 67, 57, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--body); line-height: 1.6; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; top: -100px; left: 15px; z-index: 999; padding: 10px 16px; background: white; border-radius: 8px; }
.skip-link:focus { top: 15px; }

.bazar-bar { color: #fff; background: var(--green-dark); font-size: 13px; }
.bazar-bar-inner { min-height: 38px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.bazar-bar p { margin: 0; letter-spacing: .02em; }
.bazar-bar .spark { margin-right: 7px; color: var(--yellow); }
.bazar-bar a { display: flex; align-items: center; gap: 9px; font-weight: 700; color: var(--yellow-light); }
.bazar-bar a:hover { color: #fff; }

.site-header { position: sticky; top: 0; z-index: 50; background: #f7f7f7; border-bottom: 1px solid var(--line); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 12px; }
.logo img { display: block; width: clamp(190px, 20vw, 270px); height: auto; object-fit: contain; }
.logo-mark { width: 46px; height: 46px; display: grid; place-items: center; border: 1.5px solid var(--green); border-radius: 50%; }
.logo-mark span { font: italic 30px Georgia, serif; transform: translateY(-1px); }
.logo-copy { display: flex; flex-direction: column; line-height: 1; }
.logo-copy strong { font: 800 17px var(--display); letter-spacing: .24em; }
.logo-copy small { margin-top: 6px; font: 700 7px var(--body); letter-spacing: .15em; color: var(--coral); }
.main-nav { display: flex; align-items: center; gap: clamp(12px, 1.5vw, 24px); font-size: 13px; font-weight: 600; }
.main-nav > a:not(.nav-instagram):not(.nav-whatsapp) { position: relative; }
.main-nav > a:not(.nav-instagram):not(.nav-whatsapp)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: -6px; height: 2px; background: var(--coral); transition: right .25s; }
.main-nav > a:hover::after { right: 0; }
.nav-instagram { padding: 11px 17px; color: #fff; background: var(--green); border-radius: 999px; }
.nav-instagram:hover { background: var(--green-dark); }
.nav-whatsapp { display: inline-flex; align-items: center; gap: 7px; padding: 11px 17px; color: #123c29; background: #65dc91; border-radius: 999px; box-shadow: 0 8px 20px rgba(37, 211, 102, .22); }
.nav-whatsapp:hover { color: #082d1c; background: #4ed47f; transform: translateY(-1px); }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 10px; border: 0; border-radius: 10px; color: var(--green); background: var(--green-soft); }
.menu-toggle span { display: block; width: 100%; height: 2px; margin: 5px 0; background: currentColor; }

.hero { position: relative; min-height: 720px; display: grid; align-items: center; overflow: hidden; background: var(--paper); }
.hero::before { content: ''; position: absolute; width: 460px; height: 460px; left: -260px; top: 40px; border: 1px dashed rgba(35,79,67,.16); border-radius: 50%; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.03fr .97fr; align-items: center; gap: 64px; padding-block: 80px 120px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: var(--green); font: 800 11px var(--display); letter-spacing: .17em; text-transform: uppercase; }
.eyebrow > span { width: 24px; height: 2px; background: var(--coral); }
.eyebrow.light { color: var(--yellow-light); }
.hero h1, .section h2 { margin: 20px 0 24px; font: 700 clamp(43px, 5.4vw, 72px)/1.04 var(--display); letter-spacing: -.055em; }
.hero h1 em, .section h2 em { position: relative; color: var(--coral); font-family: Georgia, serif; font-weight: 400; }
.hero h1 em::after { content: ''; position: absolute; left: 4px; right: 1px; bottom: -7px; height: 8px; border-top: 2px solid var(--yellow); border-radius: 50%; transform: rotate(-1deg); }
.hero-copy > p { max-width: 630px; margin: 0; color: var(--muted); font-size: 18px; }
.hero-actions { display: flex; align-items: center; gap: 25px; margin-top: 34px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 22px; padding: 0 23px; border: 0; border-radius: 10px; font-weight: 700; font-size: 14px; transition: transform .2s, box-shadow .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { color: white; background: var(--coral); box-shadow: 0 13px 28px rgba(239, 142, 104, .26); }
.button.primary:hover { background: #e47e57; box-shadow: 0 17px 32px rgba(239, 142, 104, .32); }
.text-button { padding-inline: 0; color: var(--green); }
.text-button span { color: var(--coral); }
.hero-notes { display: flex; flex-wrap: wrap; gap: 17px; margin-top: 35px; padding-top: 22px; border-top: 1px solid var(--line); color: var(--muted); font-size: 12px; font-weight: 600; }
.hero-notes span { display: flex; align-items: center; gap: 6px; }
.hero-notes i { width: 18px; height: 18px; display: grid; place-items: center; color: var(--green); background: var(--green-soft); border-radius: 50%; font-style: normal; font-size: 10px; }

.hero-art { position: relative; height: 560px; border-radius: 48% 48% 34% 34%; background: #e5efe8; box-shadow: inset 0 0 0 1px rgba(35,79,67,.06); }
.sun-shape { position: absolute; width: 270px; height: 270px; right: 32px; top: 37px; border-radius: 50%; background: var(--yellow-light); }
.cloud { position: absolute; width: 70px; height: 24px; border-radius: 30px; background: white; opacity: .85; }
.cloud::before, .cloud::after { content: ''; position: absolute; bottom: 0; border-radius: 50%; background: inherit; }
.cloud::before { width: 34px; height: 34px; left: 9px; }
.cloud::after { width: 25px; height: 25px; right: 8px; }
.cloud-one { top: 80px; left: 42px; }
.cloud-two { top: 143px; right: 22px; transform: scale(.75); }
.clothesline { position: absolute; left: 4%; right: 4%; top: 139px; height: 120px; border-top: 3px solid var(--green); border-radius: 50%; transform: rotate(-2deg); }
.garment { position: absolute; z-index: 2; filter: drop-shadow(0 16px 12px rgba(35,79,67,.12)); }
.romper { width: 146px; left: 43px; top: 124px; transform: rotate(-6deg); }
.dress { width: 163px; left: 190px; top: 112px; transform: rotate(3deg); }
.tee { width: 135px; right: 30px; top: 135px; transform: rotate(7deg); }
.art-badge { position: absolute; z-index: 4; left: -30px; bottom: 38px; display: flex; align-items: center; gap: 12px; padding: 14px 19px; color: var(--green); background: white; border-radius: 15px; box-shadow: var(--shadow); transform: rotate(-2deg); }
.art-badge strong { font: 800 20px var(--display); color: var(--coral); }
.art-badge span { font-size: 10px; line-height: 1.3; }
.stitched-heart { position: absolute; right: 24px; bottom: 46px; width: 74px; height: 74px; display: grid; place-items: center; color: var(--coral); border: 2px dashed var(--coral); border-radius: 50%; font: 48px Georgia, serif; transform: rotate(7deg); }
.hero-doodle { position: absolute; color: var(--yellow); font-size: 30px; }
.hero-doodle-one { left: 4%; top: 20%; }
.hero-doodle-two { right: 4%; bottom: 24%; color: var(--coral); font-size: 50px; transform: rotate(20deg); }
.wave { position: absolute; z-index: 3; left: -2%; right: -2%; bottom: -70px; height: 110px; background: var(--cream); border-radius: 50% 50% 0 0; }

.intro-strip { padding: 20px 0 42px; background: var(--cream); }
.intro-strip.animate-ready { opacity: 0; transform: translateY(12px); transition: .65s; }
.intro-strip.animate-ready.revealed { opacity: 1; transform: none; }
.strip-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-block: 1px solid var(--line); }
.strip-grid > div { min-height: 110px; display: flex; align-items: center; justify-content: center; gap: 13px; }
.strip-grid > div + div { border-left: 1px solid var(--line); }
.strip-icon { width: 43px; height: 43px; display: grid; place-items: center; border-radius: 50%; font-size: 20px; }
.strip-icon.coral { background: var(--coral-light); color: #c85c3c; }
.strip-icon.blue { background: var(--blue-light); color: #417a85; }
.strip-icon.yellow { background: var(--yellow-light); color: #a87916; }
.strip-icon.green { background: var(--green-soft); color: var(--green); }
.strip-grid p { display: flex; flex-direction: column; margin: 0; line-height: 1.35; }
.strip-grid strong { font: 700 14px var(--display); }
.strip-grid small { color: var(--muted); font-size: 11px; }

.section { padding: 115px 0; }
.section.animate-ready { opacity: 0; transform: translateY(25px); transition: opacity .7s, transform .7s; }
.section.animate-ready.revealed { opacity: 1; transform: none; }
.about-grid, .social-grid, .visit-grid { display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(60px, 8vw, 115px); }
.about-visual { position: relative; min-height: 510px; }
.fabric-card { position: absolute; border-radius: 32px; box-shadow: var(--shadow); }
.fabric-main { inset: 0 45px 40px 0; display: flex; flex-direction: column; justify-content: flex-end; padding: 45px; color: white; overflow: hidden; background: var(--green); transform: rotate(-2deg); }
.fabric-main::after { content: ''; position: absolute; width: 340px; height: 340px; right: -120px; top: -90px; border: 1px dashed rgba(255,255,255,.24); border-radius: 50%; }
.fabric-main p { position: relative; z-index: 2; margin: 0; font: 500 31px/1.15 var(--display); }
.fabric-main strong { color: var(--yellow-light); }
.fabric-note { right: 0; bottom: 0; z-index: 3; padding: 22px 27px; color: var(--ink); background: var(--yellow); font-size: 13px; transform: rotate(3deg); }
.fabric-note strong { font-family: var(--display); }
.embroidered-flower { position: absolute; left: 50%; top: 42%; width: 120px; height: 120px; transform: translate(-50%,-50%); }
.embroidered-flower i, .embroidered-flower b { position: absolute; border: 3px dashed var(--yellow-light); border-radius: 50% 50% 10% 50%; }
.embroidered-flower i { width: 54px; height: 70px; left: 33px; top: 0; transform-origin: 27px 60px; }
.embroidered-flower i:nth-child(2) { transform: rotate(90deg); }
.embroidered-flower i:nth-child(3) { transform: rotate(180deg); }
.embroidered-flower i:nth-child(4) { transform: rotate(270deg); }
.embroidered-flower b { width: 32px; height: 32px; left: 44px; top: 44px; border-radius: 50%; background: var(--coral); }
.thread { position: absolute; width: 130px; height: 130px; border: 1px dashed rgba(255,255,255,.24); border-radius: 50%; }
.thread-one { left: -50px; top: -45px; }.thread-two { left: 20px; top: 30px; width: 60px; height: 60px; }
.needle { position: absolute; right: 65px; top: 15px; color: var(--yellow); font-size: 75px; transform: rotate(-16deg); }
.section-copy h2 { font-size: clamp(38px, 4.2vw, 58px); }
.section-copy > p { color: var(--muted); font-size: 16px; }
.section-copy > p + p { margin-top: 14px; }
.underlined-link { display: inline-flex; gap: 18px; margin-top: 22px; padding-bottom: 5px; border-bottom: 1px solid var(--green); color: var(--green); font-weight: 700; font-size: 13px; }
.underlined-link span { color: var(--coral); }

.care { background: #edf4ef; }
.section-heading.centered { max-width: 700px; margin: 0 auto 55px; text-align: center; }
.section-heading.centered .eyebrow { justify-content: center; }
.section-heading h2 { margin-bottom: 15px; font-size: clamp(39px, 4.4vw, 60px); }
.section-heading p { margin: 0; color: var(--muted); }
.care-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.care-card { position: relative; min-height: 340px; padding: 34px; border-radius: 25px; overflow: hidden; transition: transform .25s, box-shadow .25s; }
.care-card:hover { transform: translateY(-7px) rotate(-.5deg); box-shadow: var(--shadow); }
.coral-card { background: var(--coral-light); }.yellow-card { background: var(--yellow-light); }.blue-card { background: var(--blue-light); }
.care-card .number { color: rgba(35,79,67,.42); font: 700 11px var(--display); letter-spacing: .14em; }
.card-symbol { width: 84px; height: 84px; display: grid; place-items: center; margin: 35px 0 26px; color: var(--green); background: rgba(255,255,255,.5); border-radius: 50%; font-size: 39px; }
.care-card h3 { margin: 0 0 12px; font: 700 21px var(--display); letter-spacing: -.025em; }
.care-card p { margin: 0; color: #587068; font-size: 14px; }

.social-section { background: var(--paper); }
.social-grid { grid-template-columns: .85fr 1.15fr; }
.social-stats { display: flex; gap: 40px; margin: 32px 0; }
.social-stats div { display: flex; flex-direction: column; }
.social-stats strong { font: 800 27px var(--display); color: var(--green); }
.social-stats span { color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .12em; }
.post-collage { position: relative; min-height: 540px; }
.post-card { position: absolute; display: flex; flex-direction: column; justify-content: flex-end; padding: 22px; border: 7px solid white; border-radius: 24px; box-shadow: var(--shadow); overflow: hidden; font: 700 15px var(--display); }
.post-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.post-card > strong { position: relative; z-index: 2; align-self: flex-start; padding: 8px 12px; color: var(--green); background: rgba(255, 253, 248, .9); border-radius: 999px; box-shadow: 0 6px 18px rgba(35, 79, 67, .12); backdrop-filter: blur(5px); }
.post-one > img { object-position: center; }
.post-two > img { object-position: center; }
.post-three > img { object-position: center 28%; }
.post-one { width: 53%; height: 390px; left: 4%; top: 65px; background: var(--blue-light); transform: rotate(-5deg); }
.post-two { width: 45%; height: 325px; right: 3%; top: 0; background: var(--coral-light); transform: rotate(5deg); }
.post-three { width: 43%; height: 240px; right: 4%; bottom: 0; background: var(--yellow-light); transform: rotate(-2deg); }
.post-shape { position: absolute; left: 50%; top: 43%; transform: translate(-50%,-50%); color: var(--green); font-size: 96px; }
.rainbow { width: 150px; height: 80px; border: 20px solid var(--coral); border-bottom: 0; border-radius: 100px 100px 0 0; }
.rainbow i { position: absolute; left: 5px; top: 5px; width: 100px; height: 55px; border: 15px solid var(--yellow); border-bottom: 0; border-radius: 100px 100px 0 0; }
.rainbow i::after { content: ''; position: absolute; left: 9px; top: 9px; width: 52px; height: 34px; border: 12px solid var(--green); border-bottom: 0; border-radius: 100px 100px 0 0; }
.pacifier { width: 110px; height: 94px; transform: translate(-50%,-56%); }
.pacifier::before { content: ''; position: absolute; left: 7px; bottom: 0; width: 76px; height: 48px; background: var(--cream); border: 9px solid var(--green); border-radius: 50%; transform: rotate(-7deg); }
.pacifier::after { content: ''; position: absolute; right: 0; bottom: 6px; width: 40px; height: 40px; border: 9px solid var(--green); border-radius: 50%; }
.pacifier i { position: absolute; z-index: 2; left: 31px; top: 0; width: 29px; height: 43px; background: var(--blue); border: 7px solid var(--green); border-radius: 50% 50% 44% 44%; }

.second-hand { padding-block: 90px; }
.second-hand-card { position: relative; min-height: 480px; display: grid; grid-template-columns: .8fr 1.2fr; align-items: center; overflow: hidden; color: white; background: var(--green); border-radius: 34px; }
.second-hand-card::after { content: ''; position: absolute; width: 400px; height: 400px; right: -170px; bottom: -180px; border: 1px dashed rgba(255,255,255,.2); border-radius: 50%; }
.second-hand-art { position: relative; height: 100%; background: rgba(0,0,0,.05); }
.cycle { position: absolute; left: 50%; top: 50%; width: 190px; height: 190px; display: grid; place-items: center; color: var(--green); background: var(--yellow); border-radius: 50%; font-size: 95px; transform: translate(-50%,-50%) rotate(-8deg); box-shadow: 0 25px 60px rgba(0,0,0,.18); }
.orbit { position: absolute; left: 50%; top: 50%; border: 2px dashed rgba(255,255,255,.24); border-radius: 50%; transform: translate(-50%,-50%); }
.orbit-one { width: 285px; height: 285px; }.orbit-two { width: 370px; height: 370px; }
.mini-star { position: absolute; color: var(--coral); font-size: 32px; }.star-one { left: 17%; top: 18%; }.star-two { right: 15%; bottom: 16%; color: var(--yellow); }
.second-hand-copy { position: relative; z-index: 2; padding: 58px 75px 58px 45px; }
.second-hand-copy h2 { margin-block: 18px; font-size: clamp(40px, 4.2vw, 61px); }
.second-hand-copy h2 em { color: var(--yellow-light); }
.second-hand-copy p { max-width: 640px; color: rgba(255,255,255,.78); }
.second-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; margin-top: 28px; }
.cream-button { color: var(--green); background: var(--cream); }
.launch-note { display: flex; align-items: center; gap: 8px; color: rgba(255,255,255,.75); font-size: 11px; }
.launch-note i { width: 8px; height: 8px; background: var(--coral); border-radius: 50%; box-shadow: 0 0 0 5px rgba(239,142,104,.17); }

.visit { background: #fff7e8; }
.visit-grid { grid-template-columns: 1fr 1fr; }
.visit-copy address { display: flex; align-items: center; gap: 15px; margin: 30px 0 3px; font-style: normal; }
.pin { width: 50px; height: 50px; display: grid; place-items: center; color: var(--green); background: var(--yellow-light); border-radius: 50%; font-size: 24px; }
.visit-copy address div { display: flex; flex-direction: column; line-height: 1.45; }
.visit-copy address small { color: var(--muted); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.visit-copy address strong { font-family: var(--display); }
.visit-copy address span:last-child { color: var(--muted); font-size: 12px; }
.visit-card { position: relative; min-height: 440px; overflow: hidden; background: #f8d4c4; border: 10px solid white; border-bottom-width: 28px; border-radius: 28px 28px 8px 8px; box-shadow: var(--shadow); }
.visit-card > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center; }
.awning { height: 80px; display: grid; grid-template-columns: repeat(6, 1fr); }
.awning i:nth-child(odd) { background: var(--green); }.awning i:nth-child(even) { background: var(--cream); }
.awning i { border-radius: 0 0 14px 14px; }
.shop-name { height: 80px; display: flex; align-items: center; justify-content: center; gap: 9px; color: var(--green); }
.shop-name > span { width: 36px; height: 36px; display: grid; place-items: center; border: 1px solid; border-radius: 50%; font: italic 22px Georgia,serif; }
.shop-name strong { font: 800 18px var(--display); letter-spacing: .2em; }.shop-name small { font-size: 7px; letter-spacing: .12em; }
.shop-window { position: absolute; left: 32px; bottom: 0; width: 45%; height: 250px; display: flex; align-items: center; justify-content: center; color: white; background: #82b8c2; border: 9px solid var(--green); font-size: 85px; }
.little-cloud { position: absolute; right: 10px; top: 8px; font-size: 28px; }
.shop-door { position: absolute; right: 42px; bottom: 0; width: 31%; height: 280px; display: grid; place-items: center; color: var(--green); background: var(--yellow-light); border: 9px solid var(--green); }
.shop-door span { padding: 5px 10px; background: white; border: 1px solid; font-size: 9px; font-weight: 800; transform: rotate(-3deg); }
.shop-plants { position: absolute; right: 5px; bottom: -18px; color: var(--green); font-size: 64px; }

.site-footer { padding: 75px 0 24px; color: rgba(255,255,255,.75); background: var(--green-dark); }
.footer-grid { display: grid; grid-template-columns: 1.5fr .7fr 1fr 1.15fr; gap: 55px; padding-bottom: 55px; }
.footer-logo { color: white; }.footer-logo img { width: min(100%, 280px); }
.footer-brand p { max-width: 340px; margin-top: 22px; font-size: 13px; }
.footer-links { display: flex; flex-direction: column; align-items: flex-start; gap: 9px; font-size: 12px; }
.footer-links strong { margin-bottom: 8px; color: white; font: 700 13px var(--display); }
.footer-links a:hover { color: var(--yellow); }
.footer-bazar { display: flex; align-items: flex-start; gap: 14px; padding: 20px; color: var(--green-dark); background: var(--yellow); border-radius: 17px; }
.footer-bazar > span { font-size: 31px; }.footer-bazar div { display: flex; flex-direction: column; }.footer-bazar strong { font: 800 13px var(--display); }.footer-bazar small { margin: 3px 0 10px; font-size: 9px; }.footer-bazar a { font-size: 11px; font-weight: 800; }
.footer-bottom { min-height: 55px; display: flex; align-items: flex-end; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: 10px; }

@media (max-width: 980px) {
  .main-nav { position: fixed; left: 24px; right: 24px; top: 132px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 16px; background: white; border: 1px solid var(--line); border-radius: 17px; box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav a { padding: 13px 10px; }
  .nav-instagram, .nav-whatsapp { justify-content: center; text-align: center; }
  .menu-toggle { display: block; }
  .hero-grid { grid-template-columns: 1fr; gap: 40px; }
  .hero-copy { max-width: 730px; }
  .hero-art { width: min(600px, 100%); margin-inline: auto; }
  .about-grid, .social-grid, .visit-grid { grid-template-columns: 1fr; }
  .about-visual { width: min(570px, 100%); }
  .care-grid { grid-template-columns: 1fr; }
  .care-card { min-height: 240px; }
  .card-symbol { margin-block: 20px; }
  .second-hand-card { grid-template-columns: 1fr; }
  .second-hand-art { height: 350px; }
  .second-hand-copy { padding: 45px; }
  .footer-grid { grid-template-columns: 1.4fr 1fr; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 30px, 1180px); }
  .bazar-bar-inner { padding-block: 8px; }
  .bazar-bar p { display: none; }
  .bazar-bar a { width: 100%; justify-content: center; }
  .nav-wrap { min-height: 70px; }
  .logo img { width: 190px; }
  .main-nav { top: 114px; left: 15px; right: 15px; }
  .hero { min-height: auto; }
  .hero-grid { padding-block: 60px 100px; }
  .hero h1 { font-size: clamp(39px, 12vw, 55px); }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .hero-actions .text-button { min-height: 30px; }
  .hero-notes { flex-direction: column; }
  .hero-art { height: 410px; border-radius: 40px; }
  .sun-shape { width: 210px; height: 210px; }
  .romper { width: 105px; left: 10px; top: 118px; }.dress { width: 120px; left: 32%; top: 109px; }.tee { width: 98px; right: 3px; top: 126px; }
  .art-badge { left: 10px; bottom: 18px; }.stitched-heart { right: 14px; bottom: 20px; width: 56px; height: 56px; font-size: 36px; }
  .strip-grid { grid-template-columns: 1fr 1fr; }
  .strip-grid > div { min-height: 90px; justify-content: flex-start; padding-left: 12px; }
  .strip-grid > div + div { border-left: 0; }.strip-grid > div:nth-child(even) { border-left: 1px solid var(--line); }
  .section { padding: 82px 0; }
  .about-grid { gap: 50px; }.about-visual { min-height: 390px; }.fabric-main { inset: 0 25px 30px 0; padding: 30px; }.fabric-main p { font-size: 25px; }
  .section-copy h2, .section-heading h2 { font-size: 39px; }
  .care-card { padding: 28px; }
  .post-collage { min-height: 460px; }.post-one { height: 330px; }.post-two { height: 260px; }.post-three { height: 205px; }
  .second-hand { padding-inline: 0; }.second-hand-card { width: calc(100% - 30px); }.second-hand-art { height: 300px; }.cycle { width: 150px; height: 150px; font-size: 75px; }.orbit-one { width: 225px; height: 225px; }.orbit-two { width: 280px; height: 280px; }.second-hand-copy { padding: 34px 25px 42px; }.second-hand-copy h2 { font-size: 39px; }
  .second-actions { align-items: stretch; flex-direction: column; }.launch-note { justify-content: center; text-align: center; }
  .visit-card { min-height: 360px; }.shop-window { height: 200px; }.shop-door { height: 225px; }
  .footer-grid { grid-template-columns: 1fr; gap: 35px; }.footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
  .section, .intro-strip, .section.animate-ready, .intro-strip.animate-ready { opacity: 1; transform: none; }
}
