/*
Theme Name: HUAFANG Couture
Description: A bespoke couture presentation theme for HUAFANG.
Version: 1.1.0
Text Domain: huafang-couture
*/

:root { --ink:#171513; --ink-soft:#24201c; --paper:#f5f1e9; --ivory:#fffcf7; --gold:#b38b50; --muted:#837a70; --line:rgba(23,21,19,.16); }
* { box-sizing:border-box; }
html { scroll-behavior:smooth; }
body { margin:0; color:var(--ink); background:var(--paper); font-family:"Noto Serif SC","Songti SC",STSong,SimSun,serif; }
a { color:inherit; text-decoration:none; }
.hf-shell { overflow:hidden; }
.hf-hero-copy { animation:hf-rise .9s cubic-bezier(.2,.7,.2,1) both; }
.hf-hero-look { animation:hf-image-in 1.35s .12s cubic-bezier(.2,.7,.2,1) both; }
.hf-intro,.hf-collection-head,.hf-collection-feature,.hf-recognition,.hf-editorial,.hf-process,.hf-appointment { animation:hf-rise .85s .05s cubic-bezier(.2,.7,.2,1) both; }
@keyframes hf-rise { from { opacity:0; transform:translateY(24px); } to { opacity:1; transform:translateY(0); } }
@keyframes hf-image-in { from { opacity:0; transform:scale(.96) translateY(22px); } to { opacity:1; transform:scale(1) translateY(0); } }
@media (prefers-reduced-motion:reduce) { *,*::before,*::after { animation-duration:.01ms!important; scroll-behavior:auto!important; transition-duration:.01ms!important; } }
.hf-nav { align-items:center; color:#fff; display:flex; justify-content:space-between; left:0; padding:25px clamp(25px,5vw,84px); position:absolute; right:0; top:0; z-index:5; }
.hf-mark { display:block; width:230px; }
.hf-mark img { display:block; height:auto; width:100%; }
.hf-menu { display:flex; font:10px Arial,sans-serif; gap:clamp(18px,2.6vw,44px); letter-spacing:.16em; }
.hf-menu a { opacity:.9; transition:opacity .2s; }.hf-menu a:hover { opacity:.55; }

.hf-hero { background:var(--ink); color:#fff; display:grid; grid-template-columns:46% 54%; min-height:min(860px,100vh); }
.hf-hero-copy { align-self:end; padding:0 clamp(25px,8vw,135px) clamp(65px,10vh,108px); position:relative; z-index:1; }
.hf-kicker,.hf-label { color:var(--gold); font:10px Arial,sans-serif; letter-spacing:.25em; text-transform:uppercase; }
.hf-kicker { margin:0 0 28px; }
.hf-hero h1 { font-size:clamp(46px,5.3vw,84px); font-weight:400; letter-spacing:.1em; line-height:1.16; margin:0; }
.hf-hero p:not(.hf-kicker) { color:#d9d1c8; font-size:15px; line-height:2.05; margin:28px 0 33px; max-width:440px; }
.hf-button { border:1px solid currentColor; display:inline-block; font:10px Arial,sans-serif; letter-spacing:.17em; padding:16px 25px; text-transform:uppercase; transition:background .25s,color .25s; }
.hf-button:hover { background:#fff; color:var(--ink); }
.hf-hero-look { background:radial-gradient(circle at 55% 40%,#66594b 0,#272321 62%); display:flex; justify-content:center; min-height:600px; overflow:hidden; padding:84px clamp(25px,7vw,125px) 0; position:relative; }
.hf-hero-look::before { border:1px solid rgba(255,255,255,.23); content:"LOOK 01 / 2026"; font:9px Arial,sans-serif; letter-spacing:.2em; padding:10px 13px; position:absolute; right:30px; top:120px; writing-mode:vertical-rl; }
.hf-hero-look img { filter:drop-shadow(0 25px 31px rgba(0,0,0,.34)); height:calc(100% - 30px); max-height:780px; object-fit:contain; width:100%; }

.hf-intro { display:grid; gap:70px; grid-template-columns:.9fr 1.1fr; margin:0 auto; max-width:1320px; padding:132px clamp(25px,8vw,130px); }
.hf-intro h2,.hf-editorial h2,.hf-appointment h2,.hf-recognition h2 { font-size:clamp(32px,3.9vw,58px); font-weight:400; letter-spacing:.08em; line-height:1.4; margin:18px 0 0; }
.hf-intro-copy { align-self:end; font-size:16px; line-height:2.15; max-width:515px; }.hf-intro-copy p { margin:0 0 20px; }

.hf-collections { background:var(--ivory); padding:25px clamp(18px,5vw,76px) 125px; }
.hf-collection-head { align-items:baseline; display:flex; font:10px Arial,sans-serif; justify-content:space-between; letter-spacing:.18em; padding:0 2px 25px; }
.hf-collection-feature { display:grid; grid-template-columns:1.15fr .85fr; margin-bottom:16px; min-height:690px; }
.hf-feature-image { background:#e7ded0; display:flex; justify-content:center; overflow:hidden; padding:44px 10% 0; }.hf-feature-image img { filter:drop-shadow(0 22px 20px rgba(40,28,18,.16)); height:100%; max-width:100%; object-fit:contain; }
.hf-feature-copy { align-items:flex-start; background:#271d18; color:#fff; display:flex; flex-direction:column; justify-content:end; padding:clamp(45px,7vw,110px); }.hf-feature-copy p { color:#c7bdb4; font-size:14px; line-height:2; max-width:300px; }.hf-feature-copy h3 { font-size:clamp(34px,4vw,62px); font-weight:400; letter-spacing:.1em; margin:20px 0 12px; }.hf-feature-copy .hf-button { color:#f3e9d8; margin-top:16px; }.hf-price-note { border-top:1px solid rgba(243,233,216,.34); color:#f3e9d8!important; font-size:11px!important; letter-spacing:.12em; margin:24px 0 0!important; padding-top:15px; text-transform:uppercase; }
.hf-collection-grid { display:grid; gap:16px; grid-template-columns:repeat(4,1fr); }
.hf-card { background:#f1ebe2; display:block; min-height:500px; overflow:hidden; position:relative; transition:box-shadow .6s ease,transform .6s cubic-bezier(.2,.7,.2,1); }.hf-card img { height:100%; object-fit:cover; transition:transform .8s cubic-bezier(.2,.7,.2,1),filter .8s ease; width:100%; }.hf-card:hover { box-shadow:0 24px 50px rgba(39,29,24,.16); transform:translateY(-7px); }.hf-card:hover img { filter:saturate(1.04); transform:scale(1.035); }
.hf-card.hf-reveal { opacity:0; transform:translateY(28px); }.hf-card.hf-reveal.is-visible { animation:hf-card-reveal .72s var(--hf-delay,0ms) cubic-bezier(.2,.7,.2,1) both; }.hf-card.hf-reveal.is-visible:hover { transform:translateY(-7px); }@keyframes hf-card-reveal { from { opacity:0; transform:translateY(28px); } to { opacity:1; transform:translateY(0); } }
.hf-card-text { background:linear-gradient(0deg,rgba(20,18,17,.76),transparent 78%); bottom:0; color:#fff; left:0; padding:58px 28px 25px; position:absolute; right:0; }.hf-card-text h3 { font-size:22px; font-weight:400; letter-spacing:.08em; margin:0 0 7px; }.hf-card-text p { font:10px Arial,sans-serif; letter-spacing:.16em; margin:0; opacity:.88; }.hf-card-price { display:block; font:11px Arial,sans-serif; letter-spacing:.1em; margin-top:15px; opacity:.96; }

.hf-recognition { align-items:center; background:var(--paper); display:grid; gap:clamp(35px,8vw,125px); grid-template-columns:.85fr 1.15fr; padding:120px clamp(25px,10vw,160px); }.hf-recognition img { box-shadow:0 22px 55px rgba(0,0,0,.12); max-width:100%; }.hf-recognition-copy { max-width:540px; }.hf-recognition-copy p { font-size:15px; line-height:2; }.hf-recognition-meta { color:var(--muted); font:10px/2 Arial,sans-serif; letter-spacing:.13em; }

.hf-editorial { background:#1a1918; color:#f5f0e8; display:grid; grid-template-columns:1fr 1fr; min-height:650px; }.hf-editorial-image { align-items:center; background:#473a31; display:flex; justify-content:center; overflow:hidden; padding:38px 10%; }.hf-editorial-image img { filter:drop-shadow(0 25px 22px rgba(0,0,0,.34)); height:100%; max-height:575px; object-fit:contain; width:100%; }.hf-editorial-copy { align-self:center; padding:clamp(55px,9vw,145px); }.hf-editorial-copy p { color:#d0c8bf; font-size:15px; line-height:2.1; margin:25px 0 34px; max-width:430px; }.hf-editorial .hf-button { color:#f1dfbd; }

.hf-process { margin:0 auto; max-width:1320px; padding:125px clamp(25px,8vw,130px); }.hf-process-title { display:flex; justify-content:space-between; margin-bottom:62px; }.hf-process h2 { font-size:clamp(32px,4vw,54px); font-weight:400; letter-spacing:.07em; margin:16px 0 0; }.hf-process-note { align-self:end; font-size:14px; line-height:1.9; max-width:310px; }.hf-steps { border-top:1px solid var(--line); display:grid; grid-template-columns:repeat(4,1fr); }.hf-step { border-right:1px solid var(--line); min-height:205px; padding:25px 22px; }.hf-step:first-child { border-left:1px solid var(--line); }.hf-step b { color:var(--gold); font:11px Arial,sans-serif; letter-spacing:.14em; }.hf-step h3 { font-size:20px; font-weight:400; letter-spacing:.06em; margin:35px 0 12px; }.hf-step p { color:var(--muted); font-size:14px; line-height:1.8; margin:0; }

.hf-appointment { background:#84382c; color:#fff; display:grid; grid-template-columns:.8fr 1.2fr; padding:105px clamp(25px,10vw,160px); }.hf-appointment p { font-size:15px; line-height:2; max-width:380px; }.hf-form { align-self:center; display:grid; gap:13px; grid-template-columns:1fr 1fr; }.hf-form label { font:10px Arial,sans-serif; letter-spacing:.12em; }.hf-form input,.hf-form select,.hf-form textarea { background:transparent; border:0; border-bottom:1px solid rgba(255,255,255,.55); border-radius:0; color:#fff; font:inherit; outline:0; padding:12px 0; width:100%; }.hf-form textarea { min-height:46px; resize:vertical; }.hf-full { grid-column:1 / -1; }.hf-form button { background:#f6eee0; border:0; color:#6e2820; cursor:pointer; font:11px Arial,sans-serif; letter-spacing:.16em; margin-top:11px; padding:17px 25px; width:max-content; }.hf-notice { font-size:14px; grid-column:1/-1; margin:0; }
.hf-footer { background:#111; color:#ddd8d0; display:flex; justify-content:space-between; padding:34px clamp(25px,5vw,76px); }.hf-footer div { font:10px Arial,sans-serif; letter-spacing:.15em; }
.hf-product-modal{display:none;inset:0;position:fixed;z-index:100}.hf-product-modal.is-open{display:block}.hf-product-modal__backdrop{background:rgba(12,10,8,.72);inset:0;position:absolute}.hf-product-modal__panel{background:#fbf8f2;box-shadow:0 24px 90px rgba(0,0,0,.38);left:50%;max-height:calc(100vh - 40px);max-width:1060px;overflow:auto;position:absolute;top:50%;transform:translate(-50%,-50%);width:calc(100% - 40px)}.hf-product-modal__close{appearance:none;background:transparent;border:0;color:#1d1915;cursor:pointer;font:300 36px/1 Arial;position:absolute;right:20px;top:16px;z-index:2}.hf-product-sheet{display:grid;grid-template-columns:1fr 1fr}.hf-product-sheet__image{background:#e8dfd2;min-height:650px;padding:55px 9% 0}.hf-product-sheet__image img{filter:drop-shadow(0 22px 26px rgba(30,20,12,.18));height:100%;object-fit:contain;width:100%}.hf-product-sheet__copy{padding:70px 58px 54px}.hf-product-sheet__eyebrow{color:var(--gold);font:10px Arial,sans-serif;letter-spacing:.2em;margin:0 0 16px;text-transform:uppercase}.hf-product-sheet h2{font-size:clamp(34px,4vw,54px);font-weight:400;letter-spacing:.08em;line-height:1.25;margin:0 0 12px}.hf-product-sheet__price{border-bottom:1px solid var(--line);border-top:1px solid var(--line);font:14px/1.7 Arial,sans-serif;letter-spacing:.1em;margin:26px 0;padding:15px 0}.hf-product-sheet__intro{font-size:15px;line-height:2;margin:0 0 27px}.hf-product-sheet h3{font-size:16px;font-weight:400;letter-spacing:.1em;margin:30px 0 12px}.hf-product-specs{display:grid;gap:11px;grid-template-columns:1fr 1fr;margin:0;padding:0}.hf-product-specs div{border-bottom:1px solid rgba(23,21,19,.12);font-size:14px;padding:0 0 10px}.hf-product-specs dt{color:var(--muted);font:10px Arial,sans-serif;letter-spacing:.12em;margin-bottom:6px}.hf-product-specs dd{margin:0}.hf-size-table{border-collapse:collapse;font-size:12px;line-height:1.6;width:100%}.hf-size-table th,.hf-size-table td{border:1px solid var(--line);padding:10px;text-align:left;vertical-align:top}.hf-size-table th{background:#eee6d9;font:10px Arial,sans-serif;letter-spacing:.08em}.hf-size-note{color:var(--muted);font-size:12px;line-height:1.8;margin:12px 0 26px}.hf-product-sheet .hf-button{background:var(--ink);color:#fff;margin-top:7px}.hf-product-sheet .hf-button:hover{background:var(--gold);color:#fff}@media(max-width:760px){.hf-product-modal__panel{max-height:calc(100vh - 18px);width:calc(100% - 18px)}.hf-product-sheet{grid-template-columns:1fr}.hf-product-sheet__image{min-height:440px;padding:42px 14% 0}.hf-product-sheet__copy{padding:44px 26px}.hf-product-specs{grid-template-columns:1fr}.hf-size-table{font-size:11px}.hf-size-table th,.hf-size-table td{padding:8px}}
.hf-page-header { align-items:center; background:var(--ink); color:#fff; display:flex; justify-content:space-between; padding:22px clamp(25px,5vw,84px); }.hf-page-header .hf-mark { font-size:19px; }.hf-generic-page { margin:0 auto; max-width:1050px; min-height:55vh; padding:100px 30px; }.hf-generic-page h1 { font-size:46px; font-weight:400; letter-spacing:.08em; }.hf-generic-content { font-size:16px; line-height:2; }.woocommerce .site-main { margin:0 auto; max-width:1260px; padding:80px 30px; }.woocommerce ul.products li.product a img { background:#f0e9df; padding:20px; }.woocommerce div.product div.images img { background:#f0e9df; }.woocommerce div.product .product_title { font-size:38px; font-weight:400; letter-spacing:.08em; }.woocommerce a.button,.woocommerce button.button { background:var(--ink); border-radius:0; color:#fff; font-weight:400; letter-spacing:.08em; padding:15px 22px; }
@media(max-width:760px){.hf-nav{padding:19px 20px}.hf-menu{gap:13px}.hf-menu a:nth-child(2),.hf-menu a:nth-child(3){display:none}.hf-hero{display:block;min-height:unset}.hf-hero-copy{min-height:570px;padding:160px 25px 70px}.hf-hero-look{min-height:560px;padding-top:35px}.hf-hero-look::before{top:25px}.hf-collection-feature,.hf-editorial,.hf-appointment,.hf-intro,.hf-recognition{grid-template-columns:1fr}.hf-intro{padding:85px 25px}.hf-collection-feature{min-height:unset}.hf-feature-image{min-height:530px}.hf-feature-copy{min-height:400px;padding:55px 30px}.hf-collection-grid{grid-template-columns:1fr 1fr;gap:9px}.hf-card{min-height:330px}.hf-card-text{padding:45px 15px 16px}.hf-card-text h3{font-size:17px}.hf-card-text p{font-size:8px}.hf-recognition{padding:80px 25px}.hf-editorial-image{min-height:510px}.hf-editorial-copy{padding:70px 25px}.hf-process{padding:85px 25px}.hf-process-title{display:block}.hf-process-note{margin-top:22px}.hf-steps{grid-template-columns:1fr 1fr}.hf-step:nth-child(3){border-left:1px solid var(--line)}.hf-footer{flex-direction:column;gap:20px}}

/* Domestic appointment journey: choose an occasion before browsing individual looks. */
.hf-occasions { background:#ede6db; padding:clamp(80px,10vw,150px) clamp(25px,8vw,140px); }.hf-section-heading { display:grid; gap:24px; grid-template-columns:1fr 1fr; margin:0 auto 54px; max-width:1320px; }.hf-section-heading h2 { font-size:clamp(32px,4vw,60px); font-weight:400; letter-spacing:.08em; line-height:1.38; margin:16px 0 0; }.hf-section-heading p { align-self:end; color:#655d55; font-size:15px; line-height:2; max-width:410px; }.hf-occasion-grid { border-top:1px solid var(--line); display:grid; grid-template-columns:repeat(3,1fr); margin:0 auto; max-width:1320px; }.hf-occasion { border-right:1px solid var(--line); min-height:270px; padding:32px 30px; position:relative; transition:background .35s ease,color .35s ease; }.hf-occasion:first-child { border-left:1px solid var(--line); }.hf-occasion:hover { background:#2b211b; color:#fff; }.hf-occasion span { color:var(--gold); font:11px Arial,sans-serif; letter-spacing:.15em; }.hf-occasion h3 { font-size:25px; font-weight:400; letter-spacing:.08em; margin:54px 0 8px; }.hf-occasion p { color:#7c7166; font-size:13px; margin:0; }.hf-occasion:hover p { color:#d7c9b9; }.hf-occasion b { bottom:30px; font:10px Arial,sans-serif; font-weight:400; letter-spacing:.13em; position:absolute; }
@media(max-width:760px){.hf-section-heading{display:block;margin-bottom:38px}.hf-section-heading p{font-size:14px}.hf-occasion-grid{grid-template-columns:1fr}.hf-occasion{border-left:1px solid var(--line);border-bottom:1px solid var(--line);min-height:190px}.hf-occasion h3{margin-top:30px}}
