:root{--ink:#0f6b63;--ink-2:#255f5a;--cream:#f4fbf6;--paper:#fff8f7;--orange:#72b79f;--yellow:#fce082;--mint:#a7d7b5;--line:#d8e8df;--muted:#5f7773;--radius:22px;--shadow:0 18px 50px rgba(15,107,99,.12)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--paper);color:var(--ink);font-family:"DM Sans",sans-serif;font-size:16px;line-height:1.6}button,a{font:inherit}button{cursor:pointer}img{display:block;width:100%;height:auto}h1,h2,h3{font-family:"Manrope",sans-serif;line-height:1.08;margin:0}h1{font-size:clamp(3rem,6.4vw,6.4rem);letter-spacing:-.065em;max-width:10ch}h2{font-size:clamp(2.3rem,4vw,4.2rem);letter-spacing:-.045em}h3{font-size:1.28rem;letter-spacing:-.02em}.site-header{height:82px;padding:0 5vw;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid rgba(23,49,56,.11);position:relative;z-index:5;background:rgba(255,253,250,.92);backdrop-filter:blur(14px)}.brand{display:flex;align-items:center;gap:12px;color:var(--ink);font-weight:800;text-decoration:none;font-family:"Manrope",sans-serif}.brand-mark{width:40px;height:40px;border-radius:14px;background:var(--ink);color:var(--yellow);display:grid;place-items:center;font-size:.8rem;letter-spacing:-.03em}.site-header nav{display:flex;align-items:center;gap:30px}.site-header nav a{color:var(--ink);text-decoration:none;font-weight:600}.nav-inquiry{border:0;background:var(--orange);color:white;padding:12px 18px;border-radius:999px;font-weight:700}.nav-inquiry span,.cta .dark span{display:inline-grid;place-items:center;background:rgba(255,255,255,.2);width:25px;height:25px;border-radius:50%;margin-left:6px}.hero{min-height:690px;padding:75px 5vw 80px;display:grid;grid-template-columns:1.02fr .98fr;gap:5vw;align-items:center;background:linear-gradient(135deg,var(--cream),#fff 63%);overflow:hidden}.eyebrow{text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:800;color:#d6533b;margin:0 0 18px}.hero-text{font-size:1.15rem;color:var(--muted);max-width:600px;margin:28px 0}.hero-actions{display:flex;gap:12px;flex-wrap:wrap}.button{border:0;border-radius:999px;padding:15px 23px;font-weight:800;text-decoration:none;display:inline-flex;align-items:center;justify-content:center}.button.primary{background:var(--orange);color:white}.button.secondary{background:white;color:var(--ink);border:1px solid var(--line)}.button.dark{background:var(--ink)}.trust-row{display:flex;gap:25px;flex-wrap:wrap;padding:0;margin:34px 0 0;list-style:none;color:var(--ink-2);font-size:.93rem;font-weight:700}.trust-row li:before{content:"✓";color:#1a9773;margin-right:7px}.hero-visual{position:relative;min-height:530px}.hero-card{position:absolute;background:white;padding:12px;border-radius:28px;box-shadow:var(--shadow);overflow:hidden}.hero-card img{height:100%;object-fit:cover;border-radius:18px}.hero-card-main{width:76%;height:65%;left:6%;top:15%;transform:rotate(-3deg)}.hero-card-main span{position:absolute;left:28px;bottom:26px;background:var(--ink);color:white;border-radius:999px;padding:8px 14px;font-weight:700}.hero-card-small{width:36%;height:39%;right:0}.top-card{top:0;transform:rotate(5deg)}.bottom-card{bottom:0;transform:rotate(3deg)}.visual-note{position:absolute;bottom:7%;left:0;background:var(--yellow);padding:14px 18px;border-radius:14px;font-weight:800;transform:rotate(-4deg);box-shadow:0 12px 30px rgba(23,49,56,.15)}.buyer-strip{padding:24px 5vw;background:var(--ink);color:white;display:flex;align-items:center;justify-content:center;gap:26px;flex-wrap:wrap}.buyer-strip span{color:var(--mint);text-transform:uppercase;letter-spacing:.16em;font-size:.75rem;font-weight:800}.buyer-strip i{width:5px;height:5px;background:var(--orange);border-radius:50%}.collection{padding:105px 5vw}.section-heading{display:flex;justify-content:space-between;gap:40px;align-items:end;margin-bottom:48px}.section-heading h2{max-width:760px}.filters{display:flex;gap:8px;flex-wrap:wrap;justify-content:flex-end}.filter{border:1px solid var(--line);background:white;padding:10px 15px;border-radius:999px;color:var(--muted);font-weight:700}.filter.active{background:var(--ink);color:white;border-color:var(--ink)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:22px}.product-card{background:white;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;transition:.25s ease}.product-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.product-card.hidden{display:none}.image-wrap{aspect-ratio:1.28/1;background:#eef3f1;overflow:hidden}.image-wrap img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.product-card:hover img{transform:scale(1.035)}.product-body{padding:23px}.tag{display:inline-block;color:#bd4f39;background:#fff0e7;border-radius:999px;padding:4px 9px;font-size:.72rem;text-transform:uppercase;letter-spacing:.1em;font-weight:800;margin-bottom:13px}.product-body p{color:var(--muted);min-height:51px;margin:12px 0 20px}.select-product{border:0;background:transparent;color:var(--ink);font-weight:800;padding:0;border-bottom:2px solid var(--yellow)}.select-product.selected{color:#198163;border-color:#198163}.why{background:var(--ink);color:white;padding:105px 5vw;display:grid;grid-template-columns:.8fr 1.2fr;gap:8vw}.eyebrow.light{color:var(--mint)}.why-intro p:last-child{color:#b8c7c9;font-size:1.08rem}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.why-grid article{background:rgba(255,255,255,.07);border:1px solid rgba(255,255,255,.12);padding:28px;border-radius:22px}.why-grid span{color:var(--yellow);font-weight:800}.why-grid h3{margin:45px 0 12px}.why-grid p{color:#b8c7c9;margin:0}.cta{margin:40px 5vw 90px;padding:60px;background:var(--yellow);border-radius:32px;display:flex;align-items:center;justify-content:space-between;gap:50px}.cta h2{max-width:780px}.cta p:not(.eyebrow){color:var(--ink-2)}footer{padding:35px 5vw;border-top:1px solid var(--line);display:flex;justify-content:space-between;align-items:center;gap:30px;color:var(--muted)}dialog{border:0;border-radius:26px;padding:0;width:min(680px,calc(100% - 30px));color:var(--ink);box-shadow:0 30px 90px rgba(0,0,0,.3)}dialog::backdrop{background:rgba(9,29,33,.62);backdrop-filter:blur(5px)}.dialog-shell{padding:34px}.dialog-head{display:flex;justify-content:space-between;gap:20px}.close{border:0;background:#edf2f0;width:40px;height:40px;border-radius:50%;font-size:1.5rem}.inquiry-items{display:grid;gap:8px;margin:25px 0}.inquiry-item{display:flex;justify-content:space-between;align-items:center;background:#f5f7f6;padding:13px 15px;border-radius:12px}.inquiry-item strong{font-size:.92rem}.inquiry-item button{border:0;background:transparent;color:#c74f3a}.dialog-actions{display:flex;gap:10px;justify-content:flex-end;margin-top:26px}.empty-state{color:var(--muted);background:#f5f7f6;padding:22px;border-radius:14px}.copy-status{text-align:right;color:#198163;font-weight:700;min-height:24px;margin-bottom:0}
.site-header{border-bottom-color:rgba(15,107,99,.12);background:rgba(255,248,247,.93)}.brand{gap:0}.brand-logo{width:158px;height:auto;object-fit:contain}.nav-inquiry{background:var(--ink)}.eyebrow{color:#4b9a82}.tag{color:#347864;background:#eaf7ef}.new-tag{color:#7d5611;background:#fff0b8}.button.primary{background:var(--ink)}.buyer-strip i{background:var(--yellow)}footer .brand-logo{width:145px}.hero-lifestyle{position:absolute;inset:2% 0 3% 2%;overflow:hidden;border:12px solid white;border-radius:38px;box-shadow:var(--shadow);transform:rotate(1.2deg)}.hero-lifestyle:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(255,255,255,.12),transparent 42%);pointer-events:none}.hero-lifestyle img{width:100%;height:100%;object-fit:cover}.lifestyle-label{position:absolute;right:24px;bottom:22px;background:rgba(15,107,99,.92);color:white;padding:10px 15px;border-radius:999px;font-weight:700;backdrop-filter:blur(6px)}.category-stories{padding:95px 5vw 15px}.category-heading{display:flex;align-items:end;justify-content:space-between;gap:30px;margin-bottom:38px}.category-heading h2{max-width:720px}.story-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px}.story-grid.four-categories{grid-template-columns:repeat(4,1fr)}.story-grid.four-categories .story-card{min-height:370px}.story-card{position:relative;min-height:430px;border-radius:28px;overflow:hidden;color:white;text-decoration:none;box-shadow:var(--shadow)}.story-card:after{content:"";position:absolute;inset:36% 0 0;background:linear-gradient(transparent,rgba(8,54,50,.86))}.story-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.story-card:hover img{transform:scale(1.035)}.story-card span{position:absolute;z-index:1;left:26px;bottom:24px;display:grid}.story-card small{text-transform:uppercase;letter-spacing:.13em;font-weight:800;color:#d9f2e3}.story-card strong{font:800 1.8rem/1.15 "Manrope",sans-serif}.process{padding:105px 5vw}.process-heading{display:grid;grid-template-columns:1fr 1.3fr;gap:28px;align-items:end;margin-bottom:42px}.process-heading .eyebrow{grid-column:1/-1;margin-bottom:-12px}.process-heading p:last-child{color:var(--muted);font-size:1.08rem}.process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}.process-grid article{padding:28px;border:1px solid var(--line);border-radius:20px;background:white}.process-grid b{color:#4b9a82}.process-grid h3{margin:32px 0 10px}.process-grid p{margin:0;color:var(--muted)}
@media(max-width:980px){.hero{grid-template-columns:1fr}.hero-visual{min-height:480px}.section-heading{align-items:start;flex-direction:column}.filters{justify-content:flex-start}.product-grid{grid-template-columns:repeat(2,1fr)}.story-grid,.story-grid.four-categories{grid-template-columns:repeat(2,1fr)}.story-card:last-child{grid-column:auto}.process-grid{grid-template-columns:repeat(2,1fr)}.why{grid-template-columns:1fr}.cta{align-items:flex-start;flex-direction:column}.why-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:680px){.site-header{height:70px}.site-header nav a{display:none}.site-header nav{gap:0}.brand-logo{width:125px}.nav-inquiry{padding:10px 13px;font-size:.86rem}.hero{padding-top:52px;min-height:auto}.hero-text{font-size:1rem}.hero-visual{min-height:350px}.hero-card-main{width:82%;height:64%;left:0}.hero-card-small{width:39%;height:36%}.trust-row{gap:12px}.buyer-strip{justify-content:flex-start;gap:16px}.category-stories{padding-top:70px}.category-heading{display:block}.story-grid,.story-grid.four-categories{grid-template-columns:1fr}.story-card,.story-card:last-child,.story-grid.four-categories .story-card{grid-column:auto;min-height:340px}.collection{padding-top:75px}.product-grid{grid-template-columns:1fr}.product-body p{min-height:0}.process-heading{display:block}.process-grid{grid-template-columns:1fr}.why{padding-top:75px}.why-grid{grid-template-columns:1fr}.why-grid h3{margin-top:25px}.cta{margin:24px 18px 65px;padding:34px 24px}footer{align-items:flex-start;flex-direction:column}.dialog-shell{padding:24px}.dialog-actions{flex-direction:column-reverse}.dialog-actions .button{width:100%}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-card,.image-wrap img{transition:none}}

/* PAWORI 2026 art direction: airy, tactile and quietly playful. */
:root{--ink:#123f3a;--ink-2:#315f59;--cream:#edf8f2;--paper:#fffdf9;--orange:#ef835d;--yellow:#f8d97a;--mint:#a9d9c5;--line:#dbe9e1;--muted:#5c716d;--shadow:0 20px 60px rgba(18,63,58,.12)}
body{background:var(--paper);color:var(--ink)}
h1,h2{font-family:"Fraunces",serif;font-weight:600;letter-spacing:-.045em}
h1{font-size:clamp(3.4rem,6.5vw,7rem);line-height:.96;max-width:9.5ch}
h3{font-family:"Manrope",sans-serif}
.site-header{height:88px;background:rgba(255,253,249,.9);border-bottom-color:rgba(18,63,58,.1)}
.nav-inquiry,.button.primary{background:var(--ink)}
.hero{min-height:720px;padding-top:66px;background:linear-gradient(110deg,#fffdf9 0 50%,#e9f6ef 50% 100%);gap:4vw}
.hero-copy{position:relative;z-index:1}
.hero-copy:after{content:"";position:absolute;width:92px;height:92px;border-radius:50%;background:rgba(239,131,93,.18);right:8%;top:4%;z-index:-1}
.hero-text{max-width:540px}
.hero-visual{min-height:560px}
.hero-lifestyle{inset:0;border:0;border-radius:48% 48% 28px 28px;transform:none;box-shadow:none;background:var(--mint)}
.hero-lifestyle:after{background:linear-gradient(90deg,rgba(255,255,255,.12),transparent 38%)}
.hero-lifestyle img{object-position:62% center}
.lifestyle-label{right:22px;bottom:22px;background:rgba(18,63,58,.9)}
.visual-note{left:-24px;bottom:8%;background:var(--yellow);border-radius:999px;transform:rotate(-3deg)}
.buyer-strip{background:#123f3a}
.category-stories{padding-top:110px}
.category-heading{align-items:center}
.story-grid.four-categories{gap:16px}
.story-grid.four-categories .story-card{min-height:420px;border-radius:120px 120px 28px 28px;box-shadow:none}
.story-card:after{inset:48% 0 0;background:linear-gradient(transparent,rgba(10,47,43,.82))}
.story-card:nth-child(2),.story-card:nth-child(4){transform:translateY(26px)}
.collection{padding-top:130px}
.product-card{border-radius:18px;box-shadow:none}
.product-card:hover{box-shadow:0 18px 46px rgba(18,63,58,.1)}
.image-wrap{background:#edf5f0;aspect-ratio:1/1}
.tag{color:#8d482f;background:#fff0e9}
.new-tag{color:#6e5014;background:#fff0b8}
.why{background:#123f3a}
.cta{background:var(--yellow);border-radius:36px}
@media(max-width:980px){.hero{background:linear-gradient(180deg,#fffdf9 0 48%,#e9f6ef 48% 100%)}.story-card:nth-child(2),.story-card:nth-child(4){transform:none}}
@media(max-width:680px){.site-header{height:72px}.hero{padding-top:48px}.hero-visual{min-height:390px}.hero-lifestyle{border-radius:42% 42% 22px 22px}.visual-note{left:8px}.story-grid.four-categories .story-card{min-height:390px;border-radius:100px 100px 24px 24px}.collection{padding-top:88px}}
