:root{--color-bg: #F7F4EF;--color-surface: #EDE7DB;--color-border: #D4C9B8;--color-text: #2A1F14;--color-text-muted: #7A6552;--color-accent: #8B6B3D;--color-accent-dark: #5E4527;--color-accent-pale: #C4A882;--color-white: #FFFFFF;--font-display: "Playfair Display", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 16px;--shadow-sm: 0 1px 3px rgba(42,31,20,.08);--shadow-md: 0 4px 16px rgba(42,31,20,.1);--shadow-lg: 0 12px 40px rgba(42,31,20,.12);--max-width: 1200px;--nav-height: 72px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:var(--font-body);background-color:var(--color-bg);color:var(--color-text);line-height:1.6;-webkit-font-smoothing:antialiased}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit}.container{width:100%;max-width:var(--max-width);margin-inline:auto;padding-inline:clamp(1.25rem,5vw,4rem)}.site-wrapper{display:flex;flex-direction:column;min-height:100vh}main{flex:1}.display{font-family:var(--font-display);font-size:clamp(2.4rem,5.5vw,4.5rem);font-weight:700;line-height:1.1;letter-spacing:-.02em}.heading-lg{font-family:var(--font-display);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:600;line-height:1.2}.heading-md{font-family:var(--font-display);font-size:clamp(1.25rem,2.5vw,1.875rem);font-weight:600;line-height:1.3}.label{font-size:.75rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:var(--color-accent)}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.75rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;transition:background .2s,color .2s,transform .15s}.btn-primary{background:var(--color-accent);color:var(--color-white)}.btn-primary:hover{background:var(--color-accent-dark);transform:translateY(-1px)}.btn-outline{border:1.5px solid var(--color-accent);color:var(--color-accent)}.btn-outline:hover{background:var(--color-accent);color:var(--color-white);transform:translateY(-1px)}.btn-ghost{color:var(--color-accent)}.btn-ghost:hover{color:var(--color-accent-dark)}.btn-outline-light{border:1.5px solid rgba(255,255,255,.5);color:#fff;background:transparent}.btn-outline-light:hover{background:#ffffff26;border-color:#ffffffd9;transform:translateY(-1px)}.divider{width:48px;height:2px;background:var(--color-accent-pale);margin:1.25rem 0}.section{padding-block:clamp(4rem,8vw,7rem)}.section-sm{padding-block:clamp(2rem,4vw,3.5rem)}.page-hero{padding-block:clamp(3rem,6vw,5rem);padding-top:calc(var(--nav-height) + clamp(3rem,6vw,5rem));background:var(--color-surface);border-bottom:1px solid var(--color-border)}.badge{display:inline-block;padding:.25rem .65rem;border-radius:999px;background:var(--color-surface);border:1px solid var(--color-border);font-size:.7rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted)}.grid-3{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:2rem}.grid-2{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}[data-reveal]{opacity:0;transform:translateY(28px);transition:opacity .75s cubic-bezier(.4,0,.2,1) var(--delay, 0s),transform .75s cubic-bezier(.4,0,.2,1) var(--delay, 0s)}[data-reveal].is-visible{opacity:1;transform:translateY(0)}.navbar{position:fixed;top:0;left:0;right:0;z-index:100;height:var(--nav-height);background:transparent;transition:background .3s,box-shadow .3s,backdrop-filter .3s}.navbar--scrolled{background:#f7f4efeb;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 1px 0 var(--color-border)}.navbar--dark-hero .navbar__link{color:#ffffffbf}.navbar--dark-hero .navbar__link:hover,.navbar--dark-hero .navbar__link--active{color:#fff}.navbar--dark-hero .navbar__link--active:after{background:#fff}.navbar--dark-hero .navbar__burger span{background:#fff}.navbar__inner{height:100%;display:flex;align-items:center;justify-content:space-between}.navbar__logo{display:flex;align-items:center}.navbar__logo-img{height:52px;width:auto;display:block;object-fit:contain}.navbar__links{display:flex;align-items:center;gap:2rem}.navbar__link{font-size:.875rem;font-weight:500;color:var(--color-text-muted);position:relative;padding-bottom:2px;transition:color .2s}.navbar__link:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:1.5px;background:var(--color-accent);transition:width .25s}.navbar__link:hover{color:var(--color-text)}.navbar__link:hover:after{width:100%}.navbar__link--active{color:var(--color-text)}.navbar__link--active:after{width:100%}.navbar__cta{font-size:.78rem;padding:.55rem 1.25rem}.navbar__burger{display:none;flex-direction:column;gap:5px;padding:.4rem;background:none;border:none}.navbar__burger span{display:block;width:24px;height:1.5px;background:var(--color-text);transition:transform .25s,opacity .2s;transform-origin:center}.navbar__burger--open span:nth-child(1){transform:translateY(6.5px) rotate(45deg)}.navbar__burger--open span:nth-child(2){opacity:0}.navbar__burger--open span:nth-child(3){transform:translateY(-6.5px) rotate(-45deg)}.navbar__mobile{display:none;flex-direction:column;gap:0;background:var(--color-bg);border-top:1px solid var(--color-border);overflow:hidden;max-height:0;transition:max-height .35s ease}.navbar__mobile--open{max-height:360px}.navbar__mobile-link{display:block;padding:1rem 1.5rem;font-size:1rem;font-weight:500;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);transition:background .15s,color .15s}.navbar__mobile-link:hover,.navbar__mobile-link--active{background:var(--color-surface);color:var(--color-text)}.navbar__mobile-cta{margin:1rem 1.5rem;justify-content:center}@media (max-width: 768px){.navbar__links{display:none}.navbar__burger,.navbar__mobile{display:flex}}.footer{background:var(--color-text);color:var(--color-accent-pale);margin-top:auto}.footer__image-wrap{width:100%;line-height:0}.footer__image{width:100%;height:auto;display:block}.footer__inner{display:grid;grid-template-columns:2fr 1fr 1fr;gap:3rem;padding-block:3.5rem}.footer__logo-ko{display:block;font-family:var(--font-display);font-size:1rem;color:#c4a88299;letter-spacing:.05em}.footer__logo-en{display:block;font-family:var(--font-display);font-size:1.75rem;font-weight:700;color:var(--color-white);letter-spacing:.06em;margin-bottom:.75rem}.footer__tagline{font-size:.875rem;color:var(--color-accent-pale);line-height:1.7;opacity:.8}.footer__nav .label,.footer__contact .label{color:var(--color-accent-pale);display:block;margin-bottom:1rem}.footer__nav ul,.footer__contact ul{display:flex;flex-direction:column;gap:.6rem}.footer__nav a,.footer__contact li{font-size:.875rem;color:#c4a882b3;transition:color .2s}.footer__nav a:hover{color:var(--color-white)}.footer__bottom{border-top:1px solid rgba(196,168,130,.15)}.footer__bottom .container{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:.5rem;padding-block:1.25rem}.footer__bottom p{font-size:.75rem;color:#c4a88280}@media (max-width: 768px){.footer__inner{grid-template-columns:1fr 1fr;gap:2rem}.footer__brand{grid-column:1 / -1}.footer__bottom .container{flex-direction:column;text-align:center}}@media (max-width: 480px){.footer__inner{grid-template-columns:1fr}}.product-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);overflow:hidden;display:flex;flex-direction:column;transition:box-shadow .4s cubic-bezier(.4,0,.2,1),transform .4s cubic-bezier(.4,0,.2,1),border-color .4s ease;text-decoration:none;color:inherit;cursor:pointer}.product-card:hover{box-shadow:0 24px 64px #2a1f1424;transform:translateY(-7px);border-color:var(--color-accent-pale)}.product-card__cta{display:inline-flex;align-items:center;gap:.3rem;margin-top:1rem;font-size:.8rem;font-weight:600;letter-spacing:.06em;color:var(--color-accent);text-transform:uppercase;transition:gap .25s ease,color .2s ease}.product-card:hover .product-card__cta{gap:.6rem;color:var(--color-accent-dark)}.product-card__image-wrap{aspect-ratio:1 / 1;overflow:hidden;background:var(--color-surface)}.product-card__image{width:100%;height:100%;object-fit:cover;transition:transform .65s cubic-bezier(.4,0,.2,1)}.product-card:hover .product-card__image{transform:scale(1.07)}.product-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;color:var(--color-accent-pale)}.product-card__placeholder-icon{width:72px;height:72px;opacity:.6}.product-card__body{padding:1.5rem;display:flex;flex-direction:column;flex:1}.product-card__korean{font-size:.8rem;color:var(--color-accent);letter-spacing:.06em;margin-bottom:.25rem}.product-card__name{margin-bottom:.35rem;color:var(--color-text)}.product-card__tagline{font-size:.875rem;color:var(--color-text-muted);font-style:italic}.product-card__desc{font-size:.875rem;color:var(--color-text-muted);line-height:1.7;flex:1}.product-card__meta{display:grid;grid-template-columns:1fr 1fr;gap:.75rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--color-border)}.product-card__meta div{display:flex;flex-direction:column;gap:.15rem}.product-card__meta dt{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}.product-card__meta dd{font-size:.85rem;color:var(--color-text)}.product-card__certs{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.9rem}.hero-block{height:400vh;position:relative}.hero-block__inner{position:sticky;top:0;height:100vh;overflow:hidden;background:var(--color-text)}.hero-layer{position:absolute;top:0;right:0;bottom:0;left:0;will-change:opacity}.hero-layer__bg{position:absolute;top:-6%;right:-6%;bottom:-6%;left:-6%;background-size:cover;background-position:center;transform:scale(1.06)}.hero-layer__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#2a1f14b8,#2a1f1461 55%,#2a1f1414),linear-gradient(to top,rgba(42,31,20,.5) 0%,transparent 50%)}.hero-text{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;justify-content:center;padding-top:var(--nav-height);z-index:2;pointer-events:none}.hero-text--visible{pointer-events:auto}.hero-eyebrow{color:#ffffff9e;margin-bottom:1.1rem;opacity:0;transform:translate(-28px);transition:opacity .6s ease,transform .6s ease}.hero-text--visible .hero-eyebrow{opacity:1;transform:translate(0);transition-delay:.08s}.hero-title{display:flex;flex-direction:column;margin-bottom:2.25rem;text-shadow:0 2px 48px rgba(42,31,20,.35)}.hero-title span{color:#fff;display:block}.hero-title span:nth-child(1){opacity:0;transform:translateY(56px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.hero-text--visible .hero-title span:nth-child(1){opacity:1;transform:translateY(0);transition-delay:.22s}.hero-title span:nth-child(2){opacity:0;transform:translateY(72px);transition:opacity .8s cubic-bezier(.22,1,.36,1),transform .8s cubic-bezier(.22,1,.36,1)}.hero-text--visible .hero-title span:nth-child(2){opacity:1;transform:translateY(0);transition-delay:.36s}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;opacity:0;transform:translateY(26px);transition:opacity .65s ease,transform .65s ease}.hero-text--visible .hero-actions{opacity:1;transform:translateY(0);transition-delay:.52s}.hero-num{position:absolute;bottom:1.5rem;right:2.5rem;z-index:3;font-family:var(--font-display);font-size:clamp(5rem,10vw,9rem);font-weight:700;color:#ffffff0e;line-height:1;letter-spacing:-.03em;-webkit-user-select:none;user-select:none;pointer-events:none;transition:opacity .4s ease}.hero-scroll-line{position:absolute;bottom:2.5rem;left:50%;transform:translate(-50%);z-index:3;width:1px;height:56px;overflow:hidden;transition:opacity .5s ease}.hero-scroll-line--hidden{opacity:0;pointer-events:none}.hero-scroll-line span{display:block;width:1px;height:100%;background:#fff6;animation:scrollLine 2s ease-in-out infinite}@keyframes scrollLine{0%{transform:translateY(-100%);opacity:1}75%{transform:translateY(100%);opacity:.3}to{transform:translateY(100%);opacity:0}}.home-stats{background:var(--color-text);border-bottom:1px solid rgba(196,168,130,.08)}.home-stats__grid{display:grid;grid-template-columns:repeat(4,1fr)}.home-stat{display:flex;flex-direction:column;align-items:center;gap:.35rem;padding:2.25rem 1rem;border-right:1px solid rgba(196,168,130,.1);opacity:0;transform:translateY(18px);transition:opacity .55s ease var(--delay, 0s),transform .55s ease var(--delay, 0s)}.home-stat:last-child{border-right:none}.home-stat--visible{opacity:1;transform:translateY(0)}.home-stat__value{font-family:var(--font-display);font-size:clamp(2rem,3.5vw,2.75rem);font-weight:700;color:var(--color-accent-pale);line-height:1}.home-stat__label{font-size:.7rem;letter-spacing:.1em;text-transform:uppercase;color:#c4a88280;text-align:center}.origins__header{margin-bottom:3rem}.origins__header h2{margin-top:.5rem}.origins__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.origin-tile{position:relative;height:440px;border-radius:var(--radius-md);overflow:hidden}.origin-tile__image{position:absolute;top:-8%;right:-8%;bottom:-8%;left:-8%;background-size:cover;background-position:center;will-change:transform;transition:transform .7s cubic-bezier(.4,0,.2,1)}.origin-tile:hover .origin-tile__image{transform:scale(1.07)}.origin-tile__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to top,#2a1f14e6,#2a1f1447,#2a1f140a);transition:background .45s ease}.origin-tile:hover .origin-tile__overlay{background:linear-gradient(to top,#2a1f14f2,#2a1f148c 60%,#2a1f142e)}.origin-tile__body{position:absolute;bottom:0;left:0;right:0;padding:2rem;color:#fff}.origin-tile__tag{color:var(--color-accent-pale);display:block;margin-bottom:.6rem;opacity:.85}.origin-tile__title{font-family:var(--font-display);font-size:clamp(1.2rem,1.8vw,1.5rem);font-weight:600;color:#fff;margin-bottom:.8rem;line-height:1.2}.origin-tile__desc{font-size:.875rem;color:#ffffffb8;line-height:1.7;max-height:0;overflow:hidden;opacity:0;transition:max-height .45s ease,opacity .4s ease}.origin-tile:hover .origin-tile__desc{max-height:90px;opacity:1}.home-featured{background:var(--color-bg)}.home-featured__header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:3rem;gap:1rem;flex-wrap:wrap}.home-featured__header .label{margin-bottom:.4rem}.home-featured__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}.home-featured__grid>div{display:flex;flex-direction:column}.home-featured__grid>div>*{flex:1}.brand-statement{position:relative;min-height:95vh;display:flex;align-items:center;overflow:hidden}.brand-statement__bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;filter:brightness(.52) saturate(.85)}.brand-statement__inner{position:relative;z-index:1;padding-block:clamp(8rem,14vw,12rem);color:#fff;text-align:center}.brand-statement__eyebrow{color:var(--color-accent-pale);display:block;margin-bottom:2rem}.brand-statement__headline{color:#fff;margin-bottom:1.75rem;font-size:clamp(3rem,7vw,5.5rem);line-height:1.05;text-shadow:0 4px 64px rgba(42,31,20,.4)}.brand-statement__headline em{font-style:italic;color:var(--color-accent-pale);display:block}.brand-statement__sub{color:#ffffff9e;font-size:clamp(1rem,1.8vw,1.125rem);line-height:1.9;margin-bottom:2.5rem}.home-cta{background:var(--color-surface);border-top:1px solid var(--color-border)}.home-cta__inner{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.home-cta__inner h2{margin-bottom:.4rem}.home-cta__inner p{color:var(--color-text-muted)}@media (max-width: 960px){.origins__grid{grid-template-columns:1fr 1fr}.origins__grid .origin-tile:last-child{grid-column:1 / -1;height:320px}.home-featured__grid{grid-template-columns:1fr 1fr}}@media (max-width: 768px){.hero-num{font-size:5rem}}@media (max-width: 640px){.origins__grid{grid-template-columns:1fr}.origins__grid .origin-tile{height:300px}.origins__grid .origin-tile:last-child{grid-column:auto;height:300px}.origin-tile__desc{max-height:90px;opacity:1}.home-featured__grid{grid-template-columns:1fr}.home-stats__grid{grid-template-columns:repeat(2,1fr)}.home-stat{border-right:none;border-bottom:1px solid rgba(196,168,130,.08)}.home-stat:last-child{border-bottom:none}.home-cta__inner{flex-direction:column;text-align:center}.brand-statement__sub br{display:none}}.brand-page-hero{position:relative;min-height:70vh;display:flex;align-items:center;overflow:hidden}.brand-page-hero__bg{position:absolute;top:-6%;right:-6%;bottom:-6%;left:-6%;background-size:cover;background-position:center;transform:scale(1.06)}.brand-page-hero__overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to right,#2a1f14bf,#2a1f1466 60%,#2a1f141a),linear-gradient(to top,rgba(42,31,20,.5) 0%,transparent 50%)}.brand-page-hero__content{position:relative;z-index:1;padding-top:calc(var(--nav-height) + clamp(3rem,6vw,5rem));padding-bottom:clamp(3rem,6vw,5rem)}.brand-page-hero__eyebrow{color:#ffffffa6}.brand-title{color:#fff;margin-block:1rem .5rem;text-shadow:0 2px 48px rgba(42,31,20,.35)}.brand-hero-desc{margin-top:1.25rem;font-size:clamp(1rem,1.8vw,1.125rem);color:#ffffffb8;max-width:520px;line-height:1.8}.brand-mission{display:grid;grid-template-columns:1fr 1fr;gap:5rem;align-items:center}.brand-mission__text p{color:var(--color-text-muted);line-height:1.8;margin-top:1rem}.brand-mission__image-placeholder{width:100%;max-width:320px;margin:auto;aspect-ratio:3/4;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);display:flex;align-items:center;justify-content:center;color:var(--color-accent-pale)}.brand-mission__image-placeholder svg{width:60%;height:60%}.brand-values{background:var(--color-surface)}.section-header-centered{text-align:center;margin-bottom:3rem}.value-card{background:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:2rem;display:flex;flex-direction:column;gap:.75rem;transition:box-shadow .2s}.value-card:hover{box-shadow:var(--shadow-md)}.value-card__icon{font-size:1.6rem;color:var(--color-accent)}.value-card__title{font-family:var(--font-display);font-size:1.2rem;font-weight:600;color:var(--color-text)}.value-card__desc{font-size:.9rem;color:var(--color-text-muted);line-height:1.7}.timeline{margin-top:2.5rem;display:flex;flex-direction:column;gap:0;border-left:2px solid var(--color-border);padding-left:2rem}.timeline__item{position:relative;display:grid;grid-template-columns:70px auto 1fr;align-items:baseline;gap:1rem;padding-bottom:2rem}.timeline__year{font-family:var(--font-display);font-size:1rem;font-weight:700;color:var(--color-accent);text-align:right}.timeline__dot{position:absolute;left:-2.5rem;top:.35rem;width:10px;height:10px;border-radius:50%;background:var(--color-accent);border:2px solid var(--color-bg);box-shadow:0 0 0 2px var(--color-accent-pale)}.timeline__event{font-size:.9rem;color:var(--color-text-muted);line-height:1.7}.brand-certs{background:var(--color-text)}.brand-certs .label{color:var(--color-accent-pale)}.brand-certs__grid{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.cert-item{display:flex;align-items:center;gap:.6rem;background:#c4a8821f;border:1px solid rgba(196,168,130,.25);border-radius:var(--radius-sm);padding:.65rem 1.25rem;font-size:.875rem;color:var(--color-accent-pale)}.cert-item__icon{color:var(--color-accent-pale);font-size:.9rem}@media (max-width: 768px){.brand-mission{grid-template-columns:1fr;gap:2rem}.brand-mission__image{display:none}.timeline__item{grid-template-columns:60px 1fr}.timeline__dot{left:-2.4rem}}.products-title{margin-block:1rem .5rem}.products-hero-desc{margin-top:1.25rem;font-size:clamp(1rem,1.8vw,1.125rem);color:var(--color-text-muted);max-width:520px;line-height:1.8}.products-count{font-size:.85rem;color:var(--color-text-muted);margin-bottom:1.75rem;letter-spacing:.04em}.products-loading{text-align:center;padding:4rem 0;color:var(--color-text-muted);display:flex;flex-direction:column;align-items:center;gap:1rem}.products-loading__spinner{width:36px;height:36px;border:2px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite}.products-info{background:var(--color-surface);border-top:1px solid var(--color-border)}.products-info__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:2rem}.products-info__card{display:flex;flex-direction:column;gap:.75rem}.products-info__title{font-family:var(--font-display);font-size:1.05rem;font-weight:600;color:var(--color-text)}.products-info__card p{font-size:.875rem;color:var(--color-text-muted);line-height:1.7}.pdp-loading{display:flex;align-items:center;justify-content:center;min-height:60vh}.pdp-loading__spinner{width:36px;height:36px;border:2px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pdp-back{padding-top:calc(var(--nav-height) + 1.25rem);padding-bottom:.5rem;background:var(--color-bg)}.pdp-back__link{font-size:.85rem;font-weight:500;color:var(--color-accent);transition:color .2s}.pdp-back__link:hover{color:var(--color-accent-dark)}.pdp-hero__inner{display:grid;grid-template-columns:460px 1fr;gap:4rem;align-items:start}.pdp-thumb{width:100%;aspect-ratio:1 / 1;border-radius:var(--radius-md);overflow:hidden;background:var(--color-surface);border:1px solid var(--color-border)}.pdp-thumb__img{width:100%;height:100%;object-fit:contain;display:block}@media (max-width: 900px){.pdp-hero__inner{grid-template-columns:1fr;gap:2rem}.pdp-thumb{max-width:400px}}.pdp-info{display:flex;flex-direction:column;gap:.75rem}.pdp-info__ko{margin-bottom:-.25rem}.pdp-info__name{color:var(--color-text);line-height:1.25}.pdp-info__tagline{font-size:1rem;color:var(--color-text-muted);font-style:italic}.pdp-info__desc{font-size:.95rem;color:var(--color-text-muted);line-height:1.8}.pdp-info__meta{display:grid;grid-template-columns:1fr 1fr;gap:1rem;padding:1.25rem 0;border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.pdp-info__meta div{display:flex;flex-direction:column;gap:.2rem}.pdp-info__meta dt{font-size:.7rem;font-weight:600;letter-spacing:.1em;text-transform:uppercase;color:var(--color-accent)}.pdp-info__meta dd{font-size:.9rem;color:var(--color-text)}.pdp-info__certs{display:flex;flex-wrap:wrap;gap:.4rem}.pdp-info__cta{align-self:flex-start;margin-top:.5rem}.pdp-gallery{display:flex;flex-direction:column;gap:1.5rem;max-width:860px;margin-inline:auto;padding:clamp(2rem,5vw,4rem) clamp(1.25rem,5vw,4rem)}.pdp-gallery__item{width:100%;line-height:0;border-radius:var(--radius-md);overflow:hidden}.pdp-gallery__item img{width:100%;height:auto;display:block}.pdp-footer{border-top:1px solid var(--color-border)}.pdp-footer__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;flex-wrap:wrap}.pdp-footer__inner p{color:var(--color-text-muted)}@media (max-width: 560px){.pdp-footer__inner{flex-direction:column;text-align:center}}.contact-title{margin-block:1rem .5rem}.contact-hero-desc{margin-top:1.25rem;font-size:clamp(1rem,1.8vw,1.125rem);color:var(--color-text-muted);max-width:520px;line-height:1.8}.contact-layout{display:grid;grid-template-columns:1fr 1.8fr;gap:5rem;align-items:start}.contact-info{display:flex;flex-direction:column;gap:2.25rem}.contact-info__block{display:flex;flex-direction:column;gap:.75rem}.contact-info__block .label{margin-bottom:.25rem}address{font-style:normal;display:flex;flex-direction:column;gap:.25rem;font-size:.9rem;color:var(--color-text-muted);line-height:1.7}.contact-info__block ul{display:flex;flex-direction:column;gap:.5rem}.contact-info__block li{display:flex;justify-content:space-between;align-items:baseline;font-size:.875rem;gap:1rem}.contact-info__block li span:first-child{color:var(--color-text-muted);min-width:80px;flex-shrink:0}.contact-info__block a{color:var(--color-accent);text-decoration:underline;text-underline-offset:2px}.contact-social{display:flex;gap:1rem}.contact-social a{font-size:.875rem;color:var(--color-accent);font-weight:500;text-decoration:underline;text-underline-offset:2px}.contact-success{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);padding:3rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.25rem}.contact-success__icon{width:56px;height:56px;border-radius:50%;background:var(--color-accent);color:var(--color-white);font-size:1.5rem;display:flex;align-items:center;justify-content:center}.contact-success p{color:var(--color-text-muted);max-width:380px}.contact-form{display:flex;flex-direction:column;gap:1.25rem}.contact-form__heading{margin-bottom:.5rem}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.form-field{display:flex;flex-direction:column;gap:.45rem}.form-field label{font-size:.8rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:var(--color-text-muted)}.form-field input,.form-field select,.form-field textarea{width:100%;padding:.75rem 1rem;background:var(--color-white);border:1.5px solid var(--color-border);border-radius:var(--radius-sm);font-family:var(--font-body);font-size:.9rem;color:var(--color-text);transition:border-color .2s,box-shadow .2s;outline:none;-webkit-appearance:none}.form-field input::placeholder,.form-field textarea::placeholder{color:var(--color-border)}.form-field input:focus,.form-field select:focus,.form-field textarea:focus{border-color:var(--color-accent);box-shadow:0 0 0 3px #8b6b3d1f}.form-field textarea{resize:vertical;min-height:130px}.form-note{font-size:.78rem;color:var(--color-text-muted);opacity:.7}.contact-form__submit{align-self:flex-start}@media (max-width: 900px){.contact-layout{grid-template-columns:1fr;gap:3rem}}@media (max-width: 560px){.form-row{grid-template-columns:1fr}.contact-success{padding:2rem}}
