@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@500;600;700&family=Inter:wght@400;500;600;700&display=swap');
:root{--ink:#15191b;--muted:#646b6f;--line:#dedfe0;--blue:#075eb0;--paper:#f3f4f3}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:110px}body{margin:0;background:#fff;color:var(--ink);font:16px/1.5 'Inter',Arial,sans-serif}a{color:inherit;text-decoration:none}button,input,select{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{cursor:pointer;color:inherit}img{display:block;max-width:100%}button{border:0;background:none}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible{outline:2px solid var(--blue);outline-offset:4px}h1,h2,h3,p{margin:0}h1,h2{line-height:1.05;letter-spacing:-.025em}h3{font-size:16px;font-weight:600}button:disabled{opacity:.45;cursor:not-allowed}.announcement{height:34px;padding:0 3.5%;background:#14191c;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;letter-spacing:.12em;position:relative}.announcement span{position:absolute;right:3.5%;font-size:12px}header{height:92px;padding:0 3.5%;display:flex;align-items:center;justify-content:space-between;background:white;position:sticky;top:0;z-index:10;border-bottom:1px solid #e9e9e9;gap:30px}.logo{display:block;flex-shrink:0}.logo img{width:185px;height:auto;object-fit:contain}header nav{display:flex;gap:30px;align-items:center}header nav a{font-size:12px;font-weight:600;letter-spacing:.06em;padding:34px 0;position:relative}header nav a:after{content:'';height:2px;background:var(--blue);position:absolute;bottom:24px;left:0;right:100%;transition:.2s}header nav a:hover:after,header nav a[aria-current]:after{right:0}.header-actions{display:flex;gap:24px;align-items:center}.header-actions button{padding:8px;display:flex;align-items:center;gap:8px}#cart-count{font-size:12px}.hero{height:min(760px,76vw);min-height:540px;position:relative;background:#4c5a62;color:white;overflow:hidden}.hero>img{height:100%;width:100%;object-fit:cover;object-position:center}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,#0b182b70,transparent 70%),linear-gradient(0deg,#0c1d242a,transparent 50%)}.hero-content{position:absolute;left:6%;top:50%;transform:translateY(-45%)}.eyebrow{font-size:12px;letter-spacing:.14em;font-weight:500}.hero h1{font-family:'Barlow Condensed','Arial Narrow',Arial,sans-serif;font-weight:600;font-size:clamp(76px,8.9vw,150px);line-height:.88;letter-spacing:-.015em;margin:24px 0 36px}.primary{background:var(--ink);color:white;display:inline-flex;align-items:center;justify-content:center;min-height:50px;padding:16px 26px;letter-spacing:.07em;font-size:12px;font-weight:600;border:1px solid var(--ink);transition:background .2s}.primary:hover{background:var(--blue);border-color:var(--blue);color:white}.primary.light{background:white;border-color:white;color:var(--ink)}.primary.light:hover{background:#e7eff6;border-color:#e7eff6}.hero-caption{position:absolute;bottom:28px;left:6%;font-size:12px;letter-spacing:.14em}.section{padding:78px 3.5% 90px;max-width:1800px;margin:auto}.section-top{display:flex;align-items:end;justify-content:space-between;gap:20px;margin-bottom:34px}.section-top h2{font-size:40px;font-weight:500}.section-top .eyebrow{margin-bottom:13px;color:var(--muted)}.text-link{font-size:12px;font-weight:600;letter-spacing:.06em;border-bottom:1px solid;padding-bottom:5px;white-space:nowrap}.products{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:42px 22px}.product-image{aspect-ratio:1/1.12;background:var(--paper);position:relative;overflow:hidden}.sprite{width:100%;height:100%;object-fit:cover}.product-image>.sprite{transition:transform .5s}.hover-view{position:absolute;inset:0;opacity:0;transition:opacity .3s}.product-card:hover .hover-view{opacity:1}.product-card:hover .product-image>.sprite{transform:scale(1.025)}.card-category{position:absolute;bottom:14px;left:16px;font-size:12px;letter-spacing:.11em;color:#4c5559;background:#ffffffba;padding:4px 7px}.product-meta{display:flex;gap:8px;justify-content:space-between;margin:17px 0 6px;align-items:baseline}.product-meta strong{font-size:14px;font-weight:400;white-space:nowrap}.product-card>p{font-size:12px;color:var(--muted);display:flex;align-items:center;gap:7px}.swatch{width:12px;height:12px;display:inline-block;border-radius:50%;background:var(--swatch);border:1px solid #0001;flex:none}.stories{display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:0 3.5%;max-width:1800px;margin:auto}.story{position:relative;height:560px;overflow:hidden;background:#54615f;color:white}.story>img{height:100%;width:100%;object-fit:cover;transition:transform .6s}.story:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#0e171d95,transparent 70%)}.story:hover>img{transform:scale(1.025)}.story>div{position:absolute;bottom:40px;left:38px;z-index:1}.story h2{font-size:56px;font-weight:500;margin:12px 0 24px}.brand-band{text-align:center;padding:110px 20px 100px}.brand-band img{width:min(570px,65vw);margin:0 auto 34px}.brand-band p{font-size:12px;letter-spacing:.18em;color:var(--muted)}footer{background:#f1f2f2;padding:58px 3.5% 25px}.footer-top{display:grid;grid-template-columns:2fr 1fr 1fr 1fr;gap:35px;max-width:1700px;margin:auto}.footer-top h2{font-size:12px;letter-spacing:.1em;margin:6px 0 23px;font-weight:600}.footer-top a:not(.logo){display:block;font-size:14px;margin:11px 0}.footer-top a:hover{text-decoration:underline}.footer-brand .logo{margin-bottom:26px}.footer-brand p{font-size:12px;line-height:1.8;color:#545d62;margin-top:5px}.seller{font-size:12px;color:var(--muted);margin-top:23px}.footer-bottom{max-width:1700px;margin:50px auto 0;border-top:1px solid #d7d9da;padding-top:24px;display:flex;justify-content:space-between;font-size:12px;letter-spacing:.07em;color:var(--muted)}.shop-section{min-height:65vh;padding-top:60px}.shop-heading{display:flex;justify-content:space-between;align-items:end;margin-bottom:40px}.shop-heading h1{font-size:56px;font-weight:500;margin-top:17px}.shop-heading>span{font-size:12px;color:var(--muted)}.filters{display:flex;gap:28px;border-bottom:1px solid var(--line);margin-bottom:35px;overflow:auto}.filters a{padding:15px 0;font-size:12px;letter-spacing:.04em;white-space:nowrap}.filters a[aria-current]{border-bottom:2px solid var(--ink)}.breadcrumb{display:flex;gap:12px;font-size:12px;letter-spacing:.08em;color:var(--muted);margin-bottom:25px}.product-page{padding:30px 4% 60px;max-width:1550px;margin:auto}.product-layout{display:grid;grid-template-columns:1.25fr 1fr;gap:7%}.main-photo{aspect-ratio:1/1;background:var(--paper)}.gallery-thumbnails{display:flex;gap:12px;margin-top:14px}.thumbnail{width:94px;height:94px;padding:0;background:var(--paper);border:1px solid transparent}.thumbnail[aria-pressed=true]{border-color:var(--ink)}.product-info{padding-top:26px}.product-logo{width:120px;margin:0 0 36px}.product-info .eyebrow{color:var(--muted)}.product-info h1{font-size:48px;font-weight:500;margin:13px 0 18px}.detail-price{font-size:22px}.detail-price small{font-size:12px;color:var(--muted);margin-left:5px}.color-line{display:flex;align-items:center;gap:9px;font-size:14px;margin:30px 0}.color-line .swatch{width:18px;height:18px}.size-legend{display:flex;justify-content:space-between;font-size:12px;margin-bottom:12px}.size-legend a{text-decoration:underline}.sizes{display:flex;gap:8px}.sizes button{min-width:54px;min-height:46px;border:1px solid #c9cdcf;font-size:14px}.sizes button[aria-pressed=true]{background:var(--ink);color:white;border-color:var(--ink)}.add-row{display:flex;gap:12px;margin:12px 0 15px}.add-row .primary{flex:1}.quantity-input{display:flex;align-items:center;border:1px solid var(--line);height:50px}.quantity-input button{width:32px;height:44px;font-size:18px}.quantity-input input{width:32px;text-align:center;border:0;background:none;appearance:textfield;-moz-appearance:textfield}.quantity-input input::-webkit-inner-spin-button{appearance:none}.quantity-input span{min-width:25px;text-align:center;font-size:14px}.product-info details{border-top:1px solid var(--line);padding:18px 0}.product-info details:first-of-type{margin-top:30px}.product-info summary{font-size:14px;cursor:pointer;list-style:none;display:flex;justify-content:space-between}.product-info summary:after{content:'+'}.product-info details[open] summary:after{content:'−'}.product-info details p{font-size:14px;line-height:1.8;margin:14px 0;color:#596166}.product-info details a{text-decoration:underline;font-size:14px}.related{border-top:1px solid var(--line)}.content-page{max-width:800px;min-height:60vh;padding:65px 30px 90px;margin:auto}.content-page h1{font-size:38px;margin-bottom:35px}.content-page h2{font-size:19px;margin:30px 0 10px}.content-page p{line-height:1.9;color:#51595e;font-size:15px}.content-page a{text-decoration:underline}.notice{background:var(--paper);padding:14px}.small-note{font-size:12px;line-height:1.7;color:var(--muted);margin:13px 0}.small-note a{text-decoration:underline}.form-error{color:#ac3030;font-size:14px;min-height:20px;margin-top:9px}.full{width:100%}dialog{border:0;padding:30px;width:min(900px,calc(100% - 32px));max-height:90dvh;box-shadow:0 12px 100px #0002;color:var(--ink)}dialog::backdrop{background:#0b131c66;backdrop-filter:blur(3px)}.dialog-top{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-bottom:25px}.dialog-top h2{font-size:19px;letter-spacing:.01em}.dialog-top button{font-size:28px;line-height:1;width:36px;height:36px}.dialog-logo,.dialog-brand img{width:125px;height:auto}.dialog-brand{margin-bottom:30px}.cart-dialog{margin:0 0 0 auto;max-height:100dvh;height:100dvh;width:min(510px,100%);padding:30px}.cart-item{display:grid;grid-template-columns:105px 1fr;gap:18px;border-bottom:1px solid var(--line);padding:20px 0}.cart-item>.sprite{height:126px;object-fit:cover;background:var(--paper)}.cart-item p{font-size:12px;color:var(--muted);margin-top:5px}.cart-meta{display:flex;align-items:center;justify-content:space-between;gap:6px;margin-top:12px}.cart-meta strong{font-size:14px}.cart-meta .quantity-input{height:34px}.cart-meta .quantity-input button{height:32px}.remove-button{font-size:12px;text-decoration:underline;padding:7px 0}.cart-total{padding-top:25px}.money-row{display:flex;justify-content:space-between;gap:18px;margin:14px 0;font-size:14px}.money-row strong{font-weight:500}.grand-total{font-size:18px;border-top:1px solid var(--line);padding-top:18px;margin-top:20px}.empty-cart{padding:60px 0;text-align:center}.empty-cart p{color:var(--muted);margin:15px 0 28px}.checkout-grid{display:grid;grid-template-columns:1.25fr 1fr;gap:30px;margin-top:28px}.checkout-summary{background:var(--paper);padding:23px;align-self:start}.field-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.field{display:flex;flex-direction:column;gap:7px;font-size:14px}.field.wide{grid-column:1/-1}.field input,.field select{border:1px solid #c6cbce;border-radius:0;padding:12px;width:100%;height:46px;background:white;font-size:16px}.back-button{font-size:12px;text-decoration:underline;margin:16px 0;padding:0}.review-address{white-space:pre-line;font-size:14px;line-height:1.8;margin-top:15px}.search-result{display:flex;align-items:center;gap:20px;padding:16px 0;border-bottom:1px solid var(--line);font-size:14px}.search-result .sprite{width:75px;height:85px}.search-result span{flex:1}.search-result small{display:block;color:var(--muted);margin-top:5px}.search-result strong{font-size:14px;font-weight:400}.empty-message{padding:35px 0}.skip{position:absolute;top:-100px;left:20px;background:white;padding:15px;z-index:50}.skip:focus{top:10px}.sr-only{position:absolute;clip:rect(0,0,0,0);width:1px;height:1px;overflow:hidden}#toast{position:fixed;bottom:25px;left:50%;transform:translate(-50%,20px);opacity:0;background:var(--ink);color:white;padding:12px 25px;z-index:30;pointer-events:none}#toast.visible{opacity:1;transform:translate(-50%,0)}
@media(min-width:1600px){.hero-content{left:8%}.hero-caption{left:8%}}
@media(max-width:1050px){header{gap:20px}header nav{gap:18px}.logo img{width:150px}.header-actions{gap:10px}.product-meta{display:block}.product-meta strong{display:block;margin-top:5px}.hero{min-height:500px;height:65vw}.story{height:460px}.story h2{font-size:45px}.product-layout{gap:4%}.product-info h1{font-size:38px}.product-logo{margin-bottom:24px}.sizes button{min-width:44px}}
@media(max-width:760px){.announcement{font-size:12px;height:30px;justify-content:flex-start;padding:0 5%}.announcement span{font-size:12px;right:5%}header{height:108px;flex-wrap:wrap;gap:0;padding:10px 5% 0;align-content:space-between}.logo img{width:145px;height:30px;object-fit:contain}.header-actions{margin-left:auto}header nav{order:3;justify-content:space-between;width:100%;gap:18px;overflow:auto}header nav a{font-size:12px;padding:14px 0;white-space:nowrap}header nav a:after{bottom:6px}.hero{height:640px;min-height:0;max-height:76dvh}.hero>img{object-position:64% center}.hero-shade{background:linear-gradient(0deg,#0b182b95,transparent 85%)}.hero-content{left:6%;top:auto;bottom:76px;transform:none}.hero h1{font-size:84px;margin:17px 0 26px}.hero .eyebrow{font-size:12px}.hero-caption{bottom:24px;font-size:12px}.primary{font-size:12px;min-height:48px;padding:14px 22px}.section{padding:48px 5% 55px}.section-top{margin-bottom:25px;gap:12px}.section-top h2{font-size:30px}.section-top .eyebrow{font-size:12px;margin-bottom:10px}.text-link{font-size:12px}.products{grid-template-columns:repeat(2,minmax(0,1fr));gap:28px 12px}.product-image{aspect-ratio:1/1.16}.product-meta{margin-top:12px}.product-meta h3{font-size:14px}.product-meta strong{font-size:14px}.product-card>p{font-size:12px;gap:5px}.card-category{font-size:12px;left:8px;bottom:8px;padding:3px 5px}.swatch{width:10px;height:10px}.hover-view{display:none}.stories{padding:0 5%;grid-template-columns:1fr;gap:16px}.story{height:450px}.story>div{left:25px;bottom:30px}.story h2{font-size:47px}.brand-band{padding:70px 20px}.brand-band img{width:75vw;margin-bottom:25px}.brand-band p{font-size:12px;letter-spacing:.11em}footer{padding:40px 5% 24px}.footer-top{grid-template-columns:1fr 1fr;gap:30px 16px}.footer-brand{grid-column:1/-1}.footer-top h2{margin-bottom:15px;font-size:12px}.footer-top a:not(.logo){font-size:12px}.footer-bottom{font-size:12px;gap:15px;margin-top:30px}.shop-heading h1{font-size:39px}.shop-heading>span{font-size:12px}.shop-heading{gap:10px}.filters{gap:22px;margin-bottom:25px}.filters a{font-size:12px}.product-page{padding:25px 5% 40px}.product-layout{grid-template-columns:1fr;gap:32px}.product-info{padding-top:0}.product-logo{width:108px;margin-bottom:25px}.product-info h1{font-size:39px}.thumbnail{width:76px;height:76px}.product-info .sizes button{flex:1}.color-line{margin:25px 0}.breadcrumb{font-size:12px}.content-page{padding:45px 6% 65px}.content-page h1{font-size:31px}.checkout-grid{grid-template-columns:1fr;gap:25px}.checkout-summary{order:2}dialog{padding:24px}.cart-dialog{padding:25px 20px}.dialog-top h2{font-size:17px}.field-grid{gap:12px}.cart-item{grid-template-columns:85px 1fr}.cart-item>.sprite{height:115px}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*:before,*:after{transition:none!important}}
/* Present the supplied wide wordmark without its generated outer whitespace. */
.logo img{width:185px;height:26px;object-fit:cover}.brand-band img{height:auto;aspect-ratio:7.4/1;object-fit:cover}.product-logo{height:17px;object-fit:cover}.dialog-logo,.dialog-brand img{height:18px;object-fit:cover}.footer-brand .logo{width:200px}.footer-brand .logo img{width:200px;height:28px}
@media(max-width:1050px){header .logo img{width:150px;height:21px}}
@media(max-width:760px){header .logo img{width:145px;height:21px}}

header nav a,.primary,.filters a,.size-legend{font-size:14px}
@media(max-width:760px){header nav a,.filters a{font-size:12px}.announcement{justify-content:center;letter-spacing:.05em}.announcement span{display:none}.card-category{font-size:12px}.hero .eyebrow{font-size:12px}.footer-bottom{font-size:12px;flex-wrap:wrap}}
.logo img,.brand-band img,.product-logo,.dialog-logo,.dialog-brand img{mix-blend-mode:multiply}

/* Brand introduction now sits between the hero and collection. */
.home .brand-band{padding:75px 20px 45px}.home .collection{padding-top:30px}.home .stories{margin-bottom:80px}.footer-top>div{min-width:0}.footer-top a{overflow-wrap:anywhere}
@media(max-width:1100px) and (min-width:761px){header nav{gap:14px}header nav a{font-size:12px}}
@media(max-width:760px){.home .brand-band{padding:48px 20px 25px}.home .collection{padding-top:25px}.home .stories{margin-bottom:50px}header nav{gap:18px;justify-content:flex-start}}

/* Refined DINHO brand slogan, September 27. */
.brand-band p{font-family:"Barlow Condensed","Arial Narrow",Arial,sans-serif;font-size:clamp(22px,2.5vw,34px);font-weight:600;line-height:1.15;letter-spacing:.035em;color:#172d43;max-width:850px;margin:0 auto;text-wrap:balance}.brand-band img{margin-bottom:25px}
@media(max-width:760px){.brand-band p{font-size:22px;letter-spacing:.025em;max-width:340px}.brand-band img{margin-bottom:22px}}
