@import url('https://fonts.googleapis.com/css2?family=Be+Vietnam+Pro:wght@400;500;600;700;800&display=swap');
:root{--green:#123d32;--ink:#172c25;--lime:#d6ee83;--muted:#53625b;--line:#dce2dd;--paper:#fff;--soft:#f3f5f2}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--paper);color:var(--ink);font-family:'Be Vietnam Pro',sans-serif;font-size:16px;line-height:1.75}a{color:inherit;text-decoration:none}a:focus-visible{outline:3px solid #76952f;outline-offset:6px}header,footer,.section{padding-left:6%;padding-right:6%}.header{min-height:106px;display:flex;align-items:center;justify-content:space-between;gap:28px;border-bottom:1px solid var(--line)}.brand{font-size:23px;font-weight:800;line-height:1.3;letter-spacing:-.8px}.brand span{display:block;font-size:11px;letter-spacing:4px;font-weight:500;margin-top:5px}nav{display:flex;align-items:center;gap:36px;font-size:14px}nav a:hover,.text-link:hover{color:#5c7825}.nav-contact{border:1px solid var(--green);padding:11px 21px;border-radius:4px}.nav-contact span{margin-left:22px}.hero{display:grid;grid-template-columns:1.12fr 1fr;min-height:700px}.hero-copy{padding:70px 7% 32px 10.7%}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:600;margin:0 0 25px}h1{font-size:clamp(38px,4.3vw,68px);font-weight:500;line-height:1.2;letter-spacing:-2.8px;margin:0 0 28px}em{font-family:Georgia,'Times New Roman',serif;font-weight:400}h1 em{color:#447449}.intro{max-width:490px;color:var(--muted);margin-bottom:32px;line-height:1.9}.actions{display:flex;align-items:center;gap:27px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;border-radius:4px;padding:16px 24px;font-size:14px;font-weight:600;transition:background .2s}.primary{background:var(--green);color:white}.primary:hover{background:#245b49}.text-link{font-size:14px;border-bottom:1px solid #a5b1a8;padding:8px 0}.text-link span{margin-left:15px}.hero-note{margin-top:60px;padding-top:21px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:4px;color:var(--muted);font-size:12px}.hero-note span:first-child{font-weight:600;letter-spacing:1.5px;color:var(--ink)}.hero-visual{position:relative;background:var(--green);overflow:hidden;min-height:480px}.hero-visual img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.hero-visual:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,rgba(8,28,21,.8),transparent 65%)}.image-caption{position:absolute;bottom:44px;left:42px;z-index:1;color:white}.image-caption span{font-size:11px;letter-spacing:2.5px}.image-caption strong{display:block;font-size:29px;line-height:1.5;font-weight:500;margin-top:14px}.photo-credit{position:absolute;right:15px;top:15px;z-index:1;color:white;background:#123d32d9;padding:3px 8px;font-size:12px}.ribbon{background:var(--green);color:white;display:flex;justify-content:space-around;align-items:center;gap:20px;padding:28px 6%;font-size:12px;letter-spacing:2px}.ribbon i{color:var(--lime);font-size:23px;font-style:normal}.section{padding-top:96px;padding-bottom:96px}h2{font-size:clamp(30px,3.1vw,46px);font-weight:500;line-height:1.35;letter-spacing:-1.5px;margin:0 0 28px}.about{display:grid;grid-template-columns:1fr 1.5fr;gap:70px;border-bottom:1px solid var(--line)}.about>.eyebrow{padding-top:13px}.about p:not(.eyebrow){color:var(--muted);max-width:660px}.services{background:var(--soft)}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:40px;margin-bottom:38px}.section-heading h2{margin-bottom:0}.section-heading>p{color:var(--muted);font-size:14px}.cards{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.card{padding:30px;background:white;border:1px solid var(--line);display:flex;flex-direction:column;align-items:flex-start}.number{font-size:30px;color:#839188;font-weight:400;line-height:1;margin-bottom:45px}.tag{font-size:10px;letter-spacing:1.1px}.card h3{font-size:26px;font-weight:500;letter-spacing:-1px;margin:15px 0 12px}.card p{font-size:14px;color:var(--muted);margin:0 0 35px}.card a{font-size:14px;font-weight:500;border-top:1px solid var(--line);width:100%;padding-top:20px;margin-top:auto;display:flex;justify-content:space-between}.featured{background:var(--green);color:white;border-color:var(--green)}.featured .number{color:var(--lime)}.featured p{color:#d7e3dc}.featured a{border-color:#ffffff40}.contact{display:grid;grid-template-columns:1.15fr 1fr;gap:70px}.contact h2 em{color:#447449}.contact p{color:var(--muted)}.contact-panel{background:var(--soft);border:1px solid var(--line);padding:34px;align-self:center}.contact-panel h3{font-size:21px;font-weight:600;line-height:1.5;margin:0 0 12px}.contact-panel>p{font-size:14px}.contact-panel .button{width:100%;margin:8px 0}.pending{border:1px dashed #8d9e91;padding:18px;font-size:14px}.contact-hint{border-top:1px solid var(--line);padding-top:20px;margin-top:23px;font-size:12px!important}footer{border-top:1px solid var(--line);padding-top:32px;padding-bottom:32px;display:flex;justify-content:space-between;align-items:center;gap:25px}footer p,footer>a:last-child{font-size:12px;color:var(--muted)}@media(min-width:1600px){body{max-width:1700px;margin:auto}}@media(max-width:1000px){.hero-copy{padding-top:45px}h1{letter-spacing:-1.6px}.hero{min-height:660px}.hero-note{margin-top:35px}.about,.contact{gap:35px}.card{padding:22px}.section{padding-top:68px;padding-bottom:68px}.ribbon{letter-spacing:.7px}.card h3{font-size:23px}}@media(max-width:720px){.header{min-height:85px}.brand{font-size:20px}nav{gap:12px}nav>a:not(.nav-contact){display:none}.nav-contact{padding:8px 13px;font-size:12px}.nav-contact span{margin-left:8px}.hero{grid-template-columns:1fr}.hero-copy{padding:44px 6% 30px}h1{font-size:clamp(37px,8vw,54px);letter-spacing:-1.5px}.eyebrow{font-size:11px}.intro{font-size:15px}.hero-visual{min-height:420px}.hero-note{margin-top:35px}.image-caption{bottom:30px;left:6%}.image-caption strong{font-size:26px}.ribbon{gap:12px;padding:22px 6%;flex-wrap:wrap;font-size:10px}.ribbon i{font-size:16px}.about,.contact{grid-template-columns:1fr;gap:20px}.section{padding-top:52px;padding-bottom:52px}.section-heading{display:block}.section-heading>p{margin-top:22px}.cards{grid-template-columns:1fr}.card{padding:27px}.number{margin-bottom:30px}.tag{font-size:11px}.card p,.card a{font-size:15px}.contact-panel{padding:25px}footer{flex-wrap:wrap}footer p{width:100%;order:3;margin:0}.actions{gap:22px}.button{padding:15px 20px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
/* Expressive fashion direction */
:root{--lime:#d5f36c;--green:#103e33;--soft:#f1f4ee}
.topline{padding:8px 6%;background:var(--lime);color:#183a2c;display:flex;justify-content:space-between;gap:18px;font-size:12px;font-weight:600;letter-spacing:.7px}.header{min-height:96px}.nav-contact{background:var(--green);color:white;border-radius:30px;padding:11px 23px}.hero{background:#103e33;color:#fff;position:relative;min-height:735px;overflow:hidden;grid-template-columns:1.06fr 1fr}.hero-copy{position:relative;z-index:2;padding-top:66px;padding-bottom:36px}.hero .eyebrow{color:var(--lime);letter-spacing:2.4px}.hero h1{font-size:clamp(50px,5.3vw,80px);letter-spacing:-3px;line-height:1.1}.hero h1 em{font-size:.7em;color:var(--lime);line-height:1.4;display:inline-block;margin-top:12px;letter-spacing:-1.7px}.hero .intro{color:#d5e3da;font-size:15px;max-width:440px}.hero .primary{background:var(--lime);color:#163728;box-shadow:0 9px 35px #071f2330}.hero .primary:hover{background:#e5ff94;transform:translateY(-3px)}.button{border-radius:50px;transition:transform .25s,background .25s,box-shadow .25s;min-height:54px}.hero .text-link{color:white;border-color:#d9edbd70}.hero-note{border-color:#ffffff25;color:#c9d9cc;margin-top:35px}.hero-note>span:first-of-type{display:none}.hero-chips{display:flex;gap:10px;margin-bottom:15px}.hero-chips span{border:1px solid #ffffff35;border-radius:30px;padding:4px 15px;color:#e6efdc;font-size:12px}.hero-visual{margin:32px 32px 32px 0;border-radius:180px 12px 12px 12px;min-height:670px}.hero-visual img{animation:photo-in 1.2s ease-out both;filter:brightness(.91)}.hero-visual:after{background:linear-gradient(0deg,#052c28e6,transparent 65%)}.hero-copy>*{animation:copy-in .85s ease-out both}.hero-copy h1{animation-delay:.08s}.hero-copy .intro{animation-delay:.16s}.hero-copy .actions{animation-delay:.24s}.photo-credit{font-size:10px;top:auto;bottom:12px;right:12px;color:#d6dfd9;background:transparent}.image-caption{bottom:54px;left:36px}.image-caption strong{font-size:32px;line-height:1.35}.fashion-stamp{position:absolute;z-index:2;right:25px;top:30px;border:1px solid #ffffff65;border-radius:50%;width:106px;height:106px;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;font-family:Georgia,serif;font-size:45px;line-height:1;background:#103e335c;backdrop-filter:blur(8px);transform:rotate(10deg);padding:15px}.fashion-stamp>span{font-style:italic;color:var(--lime)}.fashion-stamp small{font-family:Arial,sans-serif;font-size:9px;letter-spacing:3px;width:100%;text-align:center}.ribbon{background:var(--lime);color:var(--green);font-weight:600;padding:23px 6%;font-size:13px}.ribbon i{color:var(--green);font-size:28px}.about{gap:9%;padding-top:100px;padding-bottom:100px;align-items:center}.about-mark>span{font-size:clamp(80px,10vw,150px);font-family:Georgia,serif;line-height:1.05;letter-spacing:-12px;color:var(--green)}.about-mark>span>span{font-size:.6em;color:#729b47;font-style:italic}.about-mark>p:last-child{font-size:13px;margin-top:15px}.about h2{font-size:clamp(31px,3.5vw,48px)}.services{border-radius:32px 32px 0 0}.cards{gap:24px}.card{border:none;border-radius:18px;overflow:hidden;padding:0 28px 27px;box-shadow:0 8px 22px #18362909;transition:transform .35s,box-shadow .35s;position:relative}.card:hover{transform:translateY(-8px);box-shadow:0 18px 34px #18362919}.card-image{height:240px;margin:0 -28px 26px;width:calc(100% + 56px);object-fit:cover;transition:transform .6s}.card:hover .card-image{transform:scale(1.035)}.number{position:absolute;top:17px;left:17px;background:#fffde9;color:var(--green);height:42px;width:42px;font-size:17px;border-radius:50%;display:grid;place-items:center;z-index:1}.featured .number{background:var(--lime);color:var(--green)}.tag{font-size:11px;letter-spacing:1px}.card h3{font-size:29px}.card p{line-height:1.85}.card a span{width:32px;height:32px;background:var(--soft);color:var(--green);border-radius:50%;display:grid;place-items:center;font-size:20px}.card a{align-items:center}.featured a span{background:var(--lime)}.contact{background:#0b3029;color:white;position:relative;overflow:hidden;padding-top:85px;padding-bottom:85px}.contact .eyebrow{color:var(--lime)}.contact h2{font-size:clamp(33px,3.5vw,50px)}.contact h2 em{color:var(--lime)}.contact p{color:#c5d9ce}.contact-panel{border:1px solid #ffffff25;background:#ffffff08;border-radius:22px;padding:33px;box-shadow:0 20px 60px #061d2730;position:relative}.contact-avatar{background:var(--lime);color:var(--green);width:65px;height:65px;border-radius:50%;display:grid;place-items:center;font-family:Georgia,serif;font-size:27px;float:left;margin-right:17px}.contact-label{font-size:10px;letter-spacing:2px;color:var(--lime)}.contact-panel h3{font-size:29px;margin:2px 0 22px}.contact-panel>p{clear:both}.contact-panel .primary{background:var(--lime);color:var(--green)}.phone{border:1px solid #ffffff45;color:white}.phone:hover{background:#ffffff13}.contact-hint{border-color:#ffffff24}.sticky-contact{position:fixed;bottom:20px;right:25px;z-index:20;display:flex;gap:5px;border:1px solid #ffffff30;padding:7px;background:#0b3029ee;backdrop-filter:blur(15px);border-radius:50px;box-shadow:0 9px 35px #06291f30;color:white;font-size:13px}.sticky-contact a{padding:9px 13px;display:flex;align-items:center;gap:11px;border-radius:40px}.sticky-contact a:first-child{background:var(--lime);color:var(--green);font-weight:600}.zalo-icon{font-weight:800;font-style:italic}.sticky-contact a:hover{filter:brightness(1.13)}footer{padding-bottom:105px;background:#f5f7f1}.reveal{opacity:0;transform:translateY(24px);transition:opacity .7s ease,transform .7s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.card:nth-child(2){transition-delay:.1s}.card:nth-child(3){transition-delay:.2s}@keyframes photo-in{from{transform:scale(1.07);opacity:.3}to{transform:scale(1);opacity:1}}@keyframes copy-in{from{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:1000px){.hero h1{font-size:58px}.hero-visual{min-height:640px;margin-right:20px;border-top-left-radius:140px}.card-image{height:190px}.hero-copy{padding-top:54px}.hero-chips{flex-wrap:wrap}.contact{gap:30px}}@media(max-width:720px){.topline{font-size:10px;padding:8px 6%}.topline>a{display:none}.header{min-height:82px}.hero{grid-template-columns:1fr}.hero-copy{padding:40px 6% 28px}.hero h1{font-size:clamp(48px,10vw,70px);letter-spacing:-2px}.hero .intro{max-width:100%}.hero-note{margin-top:24px}.hero-visual{margin:0 6% 28px;min-height:390px;border-radius:110px 12px 12px 12px}.hero-visual img{object-position:50% 42%}.image-caption{bottom:45px;left:25px}.image-caption strong{font-size:27px}.fashion-stamp{width:86px;height:86px;font-size:35px;top:20px;right:20px}.fashion-stamp small{font-size:8px}.ribbon{font-size:10px;gap:10px;letter-spacing:.8px}.ribbon i{font-size:20px}.about{padding-top:55px;padding-bottom:55px;gap:30px}.about-mark>span{font-size:95px;letter-spacing:-8px}.about-mark .eyebrow{margin-bottom:16px}.services{border-radius:22px 22px 0 0}.card-image{height:255px}.card{padding-left:26px;padding-right:26px}.card-image{margin-left:-26px;margin-right:-26px;width:calc(100% + 52px)}.contact{padding-top:55px;padding-bottom:55px}.contact-panel{padding:26px}.sticky-contact{left:12px;right:12px;bottom:12px;justify-content:center;font-size:12px}.sticky-contact a{padding:10px 12px;gap:8px}.sticky-contact a:first-child{flex:1;justify-content:center}footer{padding-bottom:110px}.reveal{transform:translateY(15px)}}@media(prefers-reduced-motion:reduce){.hero-copy>*,.hero-visual img{animation:none}.reveal{opacity:1;transform:none;transition:none}.card:hover,.hero .primary:hover{transform:none}}
.hero-note .hero-chips span:first-child{color:#e6efdc;font-weight:400;letter-spacing:normal}
