:root{color-scheme:dark;--black:#090909;--surface:#141414;--line:#30302d;--text:#f3f1eb;--muted:#b9b8b2;--gold:#c2a775}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:30px}body{margin:0;background:var(--black);color:var(--text);font-family:Arial,Helvetica,sans-serif;font-size:16px;line-height:1.55}a{color:inherit;text-decoration:none}button{font:inherit}a:focus-visible,button:focus-visible{outline:2px solid var(--gold);outline-offset:6px}.preview-bar{padding:8px 4%;background:#24241f;color:#d4d2c8;font-size:12px;letter-spacing:.06em;display:flex;gap:12px;align-items:center}.preview-bar a{margin-left:auto;text-decoration:underline}.announcement{text-align:center;padding:10px 16px;border-bottom:1px solid var(--line);font-size:12px;letter-spacing:.16em}.announcement span{margin-left:28px;color:var(--muted)}header{display:flex;align-items:center;justify-content:space-between;padding:24px 4%;gap:32px}.brand{display:flex;align-items:center;gap:15px}.brand img{width:78px;height:45px;object-fit:contain;filter:invert(1);mix-blend-mode:screen}.brand span{max-width:105px;font-size:12px;font-weight:700;line-height:1.3;letter-spacing:.13em}header nav{display:flex;gap:30px;font-size:14px}header nav a:hover,.text-link:hover{color:var(--gold)}.header-shop{font-size:14px;border-bottom:1px solid #777;padding-bottom:3px}.menu{display:none}.hero{position:relative;min-height:620px;height:min(72vw,740px);isolation:isolate;display:flex;align-items:center;background:#111}.hero-image,.hero-shade{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-2}.hero-image{object-position:65% center}.hero-shade{z-index:-1;background:linear-gradient(90deg,rgba(0,0,0,.87),rgba(0,0,0,.4) 43%,transparent 75%),linear-gradient(0deg,rgba(0,0,0,.4),transparent 30%)}.hero-copy{padding:55px 6%;max-width:780px}.eyebrow{color:var(--gold);font-size:12px;letter-spacing:.17em;font-weight:700;margin:0 0 24px}h1,h2,h3,p{margin-top:0}h1{font-family:Georgia,serif;font-weight:400;font-size:clamp(44px,4.5vw,72px);line-height:1.08;letter-spacing:-.035em;margin-bottom:26px}.intro{font-size:18px;color:#d5d3ce;line-height:1.65;margin-bottom:32px}.button{display:inline-flex;justify-content:space-between;gap:48px;background:var(--gold);color:#111;padding:16px 23px;font-size:14px;font-weight:700;min-height:52px}.button:hover{background:#ddc291}.hero-foot{position:absolute;bottom:27px;left:6%;right:6%;display:flex;justify-content:space-between;color:#ccc;font-size:12px;letter-spacing:.12em}.values{display:flex;justify-content:space-between;gap:25px;padding:23px 6%;border-bottom:1px solid var(--line);font-size:13px;color:var(--muted)}.featured{padding:85px 6% 90px}.section-head{display:flex;justify-content:space-between;align-items:end;gap:24px;margin-bottom:35px}.section-head .eyebrow{margin-bottom:14px}h2{font-family:Georgia,serif;font-size:clamp(32px,3vw,48px);font-weight:400;line-height:1.16;letter-spacing:-.02em;margin-bottom:0}.text-link{font-size:14px;display:inline-block;border-bottom:1px solid #69675f;padding-bottom:7px;white-space:nowrap}.products{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.product-image{aspect-ratio:4/5;background:#191918;position:relative;overflow:hidden}.product-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s}.product:hover img{transform:scale(1.035)}.product-image span{position:absolute;bottom:12px;right:12px;padding:7px 11px;background:#111d;font-size:12px}.product-info{padding-top:18px}.product h3{font-size:15px;line-height:1.5;font-weight:400;margin-bottom:6px}.product p{font-size:14px;color:var(--muted)}.spotlight{display:grid;grid-template-columns:1fr 1fr;background:var(--surface);margin:0 6%}.portrait{height:620px}.portrait img{width:100%;height:100%;object-fit:cover;object-position:center 40%}.spotlight-copy{align-self:center;padding:60px 13%}.spotlight-copy h2{margin-bottom:25px}.spotlight-copy p:not(.eyebrow){color:var(--muted);max-width:340px;margin-bottom:32px}.outline{background:transparent;border:1px solid #6d6658;color:var(--text)}.outline:hover{color:#111}.story{text-align:center;max-width:650px;margin:0 auto;padding:100px 25px}.story h2{margin-bottom:25px}.story>p:not(.eyebrow){color:var(--muted);line-height:1.8;margin-bottom:25px}footer{margin:0 6%;padding:40px 0;border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;gap:28px;flex-wrap:wrap}footer p{color:var(--muted);margin:0}footer>a:not(.brand){font-size:14px}footer small{width:100%;font-size:12px;color:#96958e;padding-top:25px;border-top:1px solid #222}#mobile-nav{padding:15px 6%;background:var(--surface)}#mobile-nav a{display:block;padding:12px 0}@media(min-width:1600px){.hero{height:780px}.hero-copy{max-width:900px}}@media(max-width:900px){header nav{gap:18px}.header-shop{display:none}.products{grid-template-columns:repeat(2,1fr)}.hero-copy{max-width:650px}.hero{min-height:560px}.spotlight-copy{padding:35px 9%}.portrait{height:530px}.values{font-size:12px}}@media(max-width:600px){.preview-bar{font-size:12px;flex-wrap:wrap;gap:5px 9px}.preview-bar a{width:100%;margin-left:0}.announcement{font-size:12px;letter-spacing:.09em}.announcement span{display:none}header{padding:18px 6%}header nav{display:none}.menu{display:block;background:none;border:0;color:var(--text);padding:10px 0}.hero{min-height:640px;height:auto;align-items:flex-end}.hero-image{object-position:63% center}.hero-shade{background:linear-gradient(0deg,#000e,#00000080 60%,#0001)}.hero-copy{padding:200px 6% 90px}.hero .eyebrow{font-size:12px;letter-spacing:.1em;margin-bottom:20px}h1{font-size:44px}.hero-foot{font-size:12px;letter-spacing:.03em}.hero-foot span:first-child{display:none}.values{padding:20px 6%;flex-direction:column;gap:9px;font-size:14px}.featured{padding:55px 6%}.section-head{align-items:start;flex-direction:column;gap:20px}.products{gap:28px 14px}.product h3{font-size:14px}.product-image span{font-size:12px;right:6px;bottom:6px;padding:4px 7px}.spotlight{grid-template-columns:1fr}.portrait{height:460px}.spotlight-copy{padding:40px 25px}.story{padding:65px 7%}footer{align-items:start;flex-direction:column;gap:22px}footer small{padding-top:20px}.brand img{width:65px}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}.product-image img{transition:none}}.hero{display:grid;grid-template-columns:42% 58%;height:auto;min-height:550px;background:#08090a;padding:55px 4% 25px;gap:28px 0;align-items:center}.hero-image{position:static;grid-column:2;grid-row:1;width:100%;height:auto;aspect-ratio:2048/910;object-fit:contain;object-position:center;z-index:auto;display:block}.hero-shade{display:none}.hero-copy{grid-column:1;grid-row:1;width:100%;max-width:none;padding:25px 6% 25px 4%}.hero-foot{position:static;grid-column:1/-1;padding:0 2%;width:100%}h1{font-size:clamp(38px,3.8vw,60px)}.portrait{height:auto;aspect-ratio:4/5;align-self:center;background:#101010}.portrait img{display:block;object-fit:contain;object-position:center}@media(max-width:900px){.hero{grid-template-columns:1fr;padding:0 0 28px;min-height:0;gap:0}.hero-image{grid-column:1;grid-row:1;width:100%;height:auto;aspect-ratio:2048/910}.hero-copy{grid-column:1;grid-row:2;padding:32px 6% 38px;width:100%;max-width:none}.hero-foot{grid-row:3;padding:0 6%;gap:20px}h1{font-size:clamp(36px,6vw,48px)}}@media(max-width:600px){.hero-copy{padding-top:26px}.portrait{height:auto;aspect-ratio:4/5}h1{font-size:clamp(34px,10vw,42px)}}.collection-page{padding:45px 6% 90px}.collection-heading{padding:60px 0 35px;max-width:780px}.collection-heading h1{margin-bottom:22px}.collection-heading>p:last-child{color:var(--muted);font-size:18px}.collection-meta{display:flex;justify-content:space-between;border-top:1px solid var(--line);border-bottom:1px solid var(--line);padding:18px 0;margin-bottom:24px;font-size:14px;color:var(--muted)}.catalog-note{border-left:2px solid var(--gold);padding:12px 18px;margin-bottom:30px;background:var(--surface);font-size:14px;color:var(--muted)}.collection-page .products{row-gap:36px}.collection-page .product-image img{object-fit:contain}.unavailable-copy{display:flex;flex-direction:column;justify-content:center;height:100%;padding:20px;font-family:Georgia,serif;font-size:26px}.unavailable-copy span{position:static;background:none;padding:0;margin-top:20px;font-family:Arial,sans-serif;font-size:13px;color:var(--muted)}@media(max-width:600px){.collection-page{padding-top:30px}.collection-heading{padding-top:36px}.unavailable-copy{font-size:21px;padding:14px}}.collection-banner{display:grid;grid-template-columns:45% 55%;align-items:center;margin:35px 0 0;background:#08090a;min-height:360px}.collection-banner>img{grid-column:2;grid-row:1;display:block;width:100%;height:auto;aspect-ratio:2048/910;object-fit:contain}.collection-banner .collection-heading{grid-column:1;grid-row:1;padding:45px 9% 45px 6%;min-width:0}.collection-banner h1{font-size:clamp(38px,3.5vw,56px);line-height:1.08}.collection-banner .collection-heading>p:last-child{font-size:16px;margin-bottom:0}.collection-banner .eyebrow{margin-bottom:20px}@media(max-width:900px){.collection-banner{grid-template-columns:1fr;min-height:0}.collection-banner>img{grid-column:1;grid-row:1}.collection-banner .collection-heading{grid-column:1;grid-row:2;padding:28px 6% 32px}.collection-banner h1{font-size:clamp(34px,6vw,48px)}}@media(max-width:600px){.collection-banner{margin:28px -6.82% 0}.collection-banner h1{font-size:36px}}@font-face{font-family:TGR Progress;src:url(//thegoldenranch.com/cdn/shop/t/12/assets/tgr-PROGRESS.ttf?v=145214876609961590041789856808) format("truetype");font-style:normal;font-weight:400;font-display:swap}.brand span{font-family:TGR Progress,Arial,sans-serif;font-weight:400;font-size:16px;line-height:1.3;letter-spacing:.015em;max-width:225px;width:225px}.brand{gap:15px}@media(max-width:1100px){header nav{gap:18px}.header-shop{display:none}}@media(max-width:600px){.brand span{font-size:13px;max-width:170px;width:auto}.brand{gap:12px}header{gap:12px}.menu{white-space:nowrap}footer .brand span{max-width:200px}}@media(max-width:360px){.brand span{font-size:12px;max-width:140px}.brand img{width:53px}.brand{gap:9px}}.collection-banner h1{font-family:TGR Progress,Arial,sans-serif;font-weight:400;font-size:clamp(32px,3vw,46px);line-height:1.4;letter-spacing:0;text-transform:uppercase;overflow-wrap:normal}@media(max-width:600px){.collection-banner h1{font-size:clamp(27px,8vw,35px);line-height:1.45}}.flag-phrase{display:inline-flex;align-items:center;gap:.5em;white-space:nowrap}.inline-flag{display:inline-block;height:1em;width:auto;max-width:none;object-fit:contain;mix-blend-mode:screen;vertical-align:middle}.announcement .flag-phrase{margin-left:0;color:inherit;display:inline-flex}.announcement .announcement-location{margin-left:28px;color:var(--muted)}@media(max-width:600px){.announcement .flag-phrase{display:inline-flex}.announcement .announcement-location{display:none}}.story{display:grid;grid-template-columns:1fr 1.1fr;align-items:center;gap:6%;max-width:none;margin:0 6%;padding:90px 0;text-align:left}.story-copy{max-width:500px}.story-copy>p:not(.eyebrow){color:var(--muted);line-height:1.8;margin-bottom:0}.story-photo{display:block;width:100%;height:auto;aspect-ratio:.93;object-fit:cover;object-position:38% center}@media(max-width:760px){.story{grid-template-columns:1fr;gap:32px;padding:60px 0}.story-copy{max-width:none}}.tgr-catalog-sort{display:flex;align-items:center;gap:10px;margin:0}.tgr-catalog-sort select,.tgr-catalog-sort button{font:inherit;padding:9px 12px;background:#141414;color:#f3f1eb;border:1px solid #555;max-width:100%;border-radius:0}.tgr-catalog-sort button{cursor:pointer;color:#111;background:#c2a775;border-color:#c2a775}.tgr-pagination{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;gap:10px;margin:48px 0 0}.tgr-pagination a,.tgr-pagination span{padding:10px 14px;border:1px solid #30302d}.tgr-pagination [aria-current=page]{background:#c2a775;color:#111}.tgr-pagination a:hover{border-color:#c2a775}.tgr-all-products .collection-meta{align-items:center;gap:16px}@media(max-width:600px){.tgr-all-products .collection-meta{align-items:flex-start;flex-direction:column}.tgr-catalog-sort{flex-wrap:wrap;width:100%}.tgr-catalog-sort select{flex:1;min-width:0;font-size:16px}.tgr-catalog-sort label{width:100%}}.tgr-pagination[hidden]{display:none}header .header-shop{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;white-space:nowrap;min-height:44px;padding:9px 14px;border:1px solid var(--gold);color:var(--text)}@media(max-width:1100px){header nav{display:none}header .menu{display:block;background:none;border:0;color:var(--text);padding:10px 0;margin-left:auto;white-space:nowrap}header{gap:16px}}@media(max-width:600px){header .brand span{display:none}header .brand img{width:52px}header{gap:12px}}.tgr-footer-links{display:flex;flex-wrap:wrap;gap:14px 26px;width:100%;padding-top:24px;border-top:1px solid #30302d;font:14px/1.6 Arial,sans-serif}.tgr-footer-links a{color:#b9b8b2;text-decoration:underline;text-underline-offset:4px}.tgr-footer-links a:hover{color:#c2a775}.tgr-footer-links a:focus-visible{outline:2px solid #c2a775;outline-offset:4px}.tgr-header-search{display:flex;align-items:center;gap:0;width:92%;max-width:1400px;margin:0 auto 24px;padding:0;font:14px Arial,sans-serif}.tgr-header-search label{position:absolute;width:1px;height:1px;overflow:hidden;clip-path:inset(50%);white-space:nowrap}.tgr-header-search input[type=search]{flex:1;min-width:0;width:auto;margin:0;height:46px;padding:10px 14px;border:1px solid #666;border-right:0;border-radius:0;background:#141414;color:#f3f1eb;font:16px Arial,sans-serif;box-sizing:border-box}.tgr-header-search input::placeholder{color:#b9b8b2;opacity:1}.tgr-header-search button{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:auto;height:46px;min-height:46px;margin:0;padding:10px 22px;border:1px solid #c2a775;border-radius:0;background:#c2a775;color:#090909;font:700 14px Arial,sans-serif;cursor:pointer}.tgr-header-search input:focus-visible,.tgr-header-search button:focus-visible{outline:2px solid #f3f1eb;outline-offset:3px}@media(max-width:600px){.tgr-header-search{width:88%;margin-bottom:18px}.tgr-header-search button{padding:10px 16px}}header .tgr-header-search{flex:0 1 210px;width:210px;max-width:210px;min-width:110px;margin:0;padding:0}header .tgr-header-search input[type=search]{height:40px;padding:8px 10px;font-size:14px}header .tgr-header-search button{height:40px;min-height:40px;padding:8px 10px;font-size:12px}@media(max-width:1350px){header nav,.tgr-product-header nav{display:none}header .menu,.tgr-product-header .menu{display:block;background:none;border:0;color:#f3f1eb;padding:10px 0;margin:0 0 0 auto;width:auto;white-space:nowrap}}@media(max-width:600px){header,.tgr-product-header{gap:8px;padding-left:4%;padding-right:4%}header .brand img,.tgr-product-header .brand img{width:36px;height:34px}header .tgr-header-search{flex:1 1 140px;width:auto;min-width:90px;max-width:210px}header .tgr-header-search input[type=search]{font-size:16px;padding:8px;min-width:0}header .tgr-header-search button{padding:8px 6px}header .header-shop,.tgr-product-header .header-shop{padding:9px 7px;font-size:12px}header .menu,.tgr-product-header .menu{font-size:12px}}
/*# sourceMappingURL=/cdn/shop/t/12/assets/tgr-mood-dark.css.map */
