:root{--ink: #151515;--navy: #17243e;--white: #ffffff;--soft: #f5f6f8;--line: rgba(21, 21, 21, .16);--muted: #5b6068;--accent: #ec8b03;--rose: #f6b7ca;--serif: Georgia, "Times New Roman", serif;--sans: "Albert Sans", Arial, sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--white);color:var(--ink);font-family:var(--sans);font-size:16px;line-height:1.5;overflow-x:hidden}img{display:block;max-width:100%}a{color:inherit;text-decoration:none}.skip-link{position:absolute;left:1rem;top:1rem;z-index:100;transform:translateY(-160%);background:var(--ink);color:var(--white);padding:.75rem 1rem}.skip-link:focus{transform:translateY(0)}button,input{font:inherit}.announcement{display:flex;min-height:32px;align-items:center;justify-content:center;background:var(--navy);color:var(--white);font-size:.74rem;font-weight:700}.announcement span{overflow:hidden;padding:.38rem 1rem;text-align:center;text-overflow:ellipsis;white-space:nowrap}.announcement span+span{border-left:0}.site-header{position:sticky;top:0;z-index:20;background:#fffffff2;border-bottom:1px solid var(--line);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.nav-grid{display:grid;grid-template-columns:220px minmax(0,1fr) auto;align-items:center;gap:1.5rem;min-height:76px;padding:0 2.2rem}.brand-lockup img{width:190px;height:auto}.nav-links{display:flex;align-items:center;justify-content:center;gap:1.4rem;color:var(--muted);font-size:.86rem;font-weight:700}.nav-links a,.nav-cta,.text-link{transition:color .2s ease,border-color .2s ease,background .2s ease}.nav-links a:hover,.text-link:hover{color:var(--navy)}.nav-cta{display:inline-flex;min-height:42px;align-items:center;justify-content:center;border:1px solid var(--navy);padding:0 1rem;color:var(--navy);font-size:.86rem;font-weight:700}.nav-cta:hover{background:var(--navy);color:var(--white)}.hero{display:grid;grid-template-columns:minmax(360px,.84fr) minmax(0,1.16fr);min-height:calc(100svh - 118px);border-bottom:1px solid var(--line)}.hero-copy{display:flex;flex-direction:column;justify-content:center;padding:3.8rem 4.5rem;border-right:1px solid var(--line)}.brand-line,.section-index,.newsletter-form label{margin:0 0 .9rem;color:var(--navy);font-size:.82rem;font-weight:700}h1,h2,h3,p{margin-top:0}h1,h2{font-family:var(--serif);font-weight:400;line-height:1}h1{max-width:12ch;margin-bottom:1.2rem;font-size:3.55rem}h2{margin-bottom:1.25rem;font-size:3rem}h3{margin-bottom:.55rem;font-family:var(--serif);font-size:1.45rem;font-weight:400}.hero-lede{max-width:36rem;margin-bottom:1.45rem;color:#30343a;font-size:1.08rem}.hero-newsletter{max-width:34rem;margin-top:.2rem}.newsletter-form label{display:block}.email-row{display:grid;grid-template-columns:minmax(0,1fr) auto;border:1px solid var(--ink);background:var(--white)}.email-row input{min-width:0;border:0;background:transparent;color:var(--ink);padding:.9rem 1rem}.email-row input::placeholder{color:#81858b}.email-row button{border:0;border-left:1px solid var(--ink);background:var(--ink);color:var(--white);cursor:pointer;padding:.9rem 1.15rem;font-size:.9rem;font-weight:700}.form-message{margin:.65rem 0 0;color:var(--navy);font-size:.9rem;font-weight:700}.text-link{width:max-content;margin-top:1rem;border-bottom:1px solid var(--line);color:var(--muted);font-size:.94rem;font-weight:700}.hero-image{min-height:520px;margin:0;overflow:hidden}.hero-image img{width:100%;height:100%;object-fit:cover}.section-shell{width:min(100%,1180px);margin:0 auto;padding:5rem 2.2rem}.section-shell.narrow{width:min(100%,860px)}.intro-section,.craft-section,.newsletter-section{background:var(--white);border-bottom:1px solid var(--line)}.editorial-band,.places-section{background:var(--soft);border-bottom:1px solid var(--line)}.split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:4rem;align-items:start}.large-copy{color:var(--navy);font-size:1.32rem;line-height:1.35}.section-shell p:not(.section-index):not(.brand-line){color:#30343a}.copy-stack p{max-width:42rem;font-size:1.08rem}.copy-stack p:last-child{margin-bottom:0}.text-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid var(--line);border-bottom:1px solid var(--line)}.text-grid article{padding:1.7rem 1.4rem}.text-grid article+article{border-left:1px solid var(--line)}.text-grid p{margin-bottom:0}.newsletter-panel{display:grid;grid-template-columns:minmax(0,1fr) minmax(18rem,34rem);gap:3rem;align-items:center}.newsletter-panel h2{max-width:14ch}.site-footer{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:2rem;align-items:center;background:var(--navy);color:var(--white);padding:2.4rem 2.2rem}.site-footer img{width:172px}.site-footer p{margin:0;text-align:center}.site-footer nav{display:flex;justify-content:flex-end;gap:1rem;font-size:.86rem;font-weight:700}.toast{position:fixed;right:1rem;bottom:1rem;z-index:30;transform:translateY(140%);background:var(--ink);color:var(--white);padding:.85rem 1rem;font-size:.9rem;font-weight:700;transition:transform .24s ease}.toast.visible{transform:translateY(0)}@media(max-width:1020px){.nav-grid{grid-template-columns:1fr;gap:.75rem;min-height:0;padding:1rem 1.4rem}.brand-lockup{justify-self:center}.nav-links{flex-wrap:wrap}.nav-cta{justify-self:center}.hero{grid-template-columns:1fr;min-height:auto}.hero-copy{border-right:0;border-bottom:1px solid var(--line);padding:3rem 2rem}.hero-image{min-height:440px}h1{font-size:2.8rem}h2{font-size:2.45rem}.split,.newsletter-panel{grid-template-columns:1fr;gap:2rem}}@media(max-width:720px){.announcement{min-height:28px;font-size:.58rem}.announcement span{padding:.34rem .55rem}.announcement span+span{border-top:0;border-left:0}.nav-grid{grid-template-columns:minmax(0,1fr) auto;gap:.75rem;padding:.72rem 1rem}.brand-lockup{justify-self:start}.brand-lockup img{width:138px}.nav-links{display:none}.nav-cta{justify-self:end;min-height:36px;width:auto;padding:0 .72rem;font-size:.74rem}.hero{display:flex;flex-direction:column}.hero-image{min-height:clamp(170px,28svh,240px)}.hero-copy{padding:1.08rem 1rem 1.25rem}h1{max-width:14ch;margin-bottom:.62rem;font-size:1.76rem;line-height:1.02}h2{margin-bottom:.85rem;font-size:1.72rem;line-height:1.05}.hero-lede,.copy-stack p{font-size:.94rem;line-height:1.38}.hero-lede{margin-bottom:.82rem}.brand-line,.section-index,.newsletter-form label{margin-bottom:.48rem;font-size:.72rem}.email-row{grid-template-columns:minmax(0,1fr) 5rem}.email-row button{border-top:0;border-left:1px solid var(--ink);padding-right:.5rem;padding-left:.5rem}.email-row input{padding:.82rem .86rem}.text-link{margin-top:.68rem;font-size:.88rem}.section-shell{padding:2.15rem 1rem}.large-copy{margin-bottom:.82rem;font-size:1rem;line-height:1.38}.section-shell p:not(.section-index):not(.brand-line){line-height:1.4}.text-grid{grid-template-columns:1fr}.text-grid article{padding:1.25rem 0}.text-grid article+article{border-top:1px solid var(--line);border-left:0}.newsletter-panel{gap:1.05rem}.site-footer{grid-template-columns:1fr;justify-items:center;padding:1.8rem 1rem;text-align:center}.site-footer nav{flex-wrap:wrap;justify-content:center}}
/*# sourceMappingURL=/cdn/shop/t/15/assets/duchien.css.map */
