:root{--black:#070707;--ink:#111;--card:#171717;--gold:#c9a45c;--champ:#e8d3a1;--white:#f4f0e8;--muted:#aaa69d;--line:rgba(232,211,161,.18);--serif:"Bodoni Moda",Georgia,serif;--sans:"Manrope",Arial,sans;--wrap:min(100% - 36px,1320px);--section:clamp(6rem,10vw,10rem);--ease:cubic-bezier(.2,.75,.25,1)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--black);color:var(--white);font:15px/1.7 var(--sans);overflow-x:hidden}body.menu-open{overflow:hidden}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}button{font:inherit}.tf-wrap{width:var(--wrap);margin:auto}.tf-skip{position:fixed;z-index:999;left:10px;top:10px;transform:translateY(-150%);background:var(--gold);color:#000;padding:8px 14px}.tf-skip:focus{transform:none}.tf-header{position:fixed;z-index:90;inset:0 0 auto;height:90px;padding:0 clamp(18px,4vw,60px);display:flex;align-items:center;gap:34px;border-bottom:1px solid transparent;transition:.4s}.tf-header.scrolled{height:68px;background:rgba(7,7,7,.9);border-color:var(--line);backdrop-filter:blur(16px)}.tf-logo{width:150px;margin-right:auto}.tf-logo img{width:100%}.tf-header.scrolled .tf-logo{width:120px}.tf-nav{display:none;gap:30px}.tf-nav a{font-size:10px;text-transform:uppercase;letter-spacing:.12em;color:#c3c0ba}.tf-nav a:hover{color:var(--gold)}.tf-header-cta{display:none;border:1px solid var(--gold);padding:11px 17px;font-size:9px;font-weight:700;letter-spacing:.12em;text-transform:uppercase}.tf-menu{width:42px;height:42px;border:0;background:none;display:grid;align-content:center;gap:7px}.tf-menu span{height:1px;background:#fff;width:26px}.tf-menu span:last-child{width:17px;justify-self:end}.tf-mobile-nav{position:fixed;z-index:80;inset:0;background:var(--ink);padding:120px 24px 35px;display:flex;flex-direction:column;visibility:hidden;opacity:0;transition:.4s}.tf-mobile-nav[aria-hidden="false"]{visibility:visible;opacity:1}.tf-mobile-nav a{font:clamp(2.4rem,10vw,4rem)/1.2 var(--serif);border-bottom:1px solid var(--line)}.tf-kicker{color:var(--gold);font-size:9px;font-weight:700;letter-spacing:.2em;text-transform:uppercase}.tf-button{min-height:52px;padding:0 22px;border:1px solid var(--gold);display:inline-flex;align-items:center;justify-content:center;gap:25px;font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase;transition:.3s}.tf-button:hover{background:var(--gold);color:#080808;transform:translateY(-2px)}.tf-button.gold{background:linear-gradient(110deg,var(--gold),var(--champ),var(--gold));color:#080808;background-size:220%}.tf-button.gold:hover{background-position:100%}.tf-home-hero,.tf-page-hero{position:relative;min-height:100svh;overflow:hidden;display:flex;align-items:flex-end}.tf-home-media,.tf-page-hero-media{position:absolute;inset:0}.tf-home-media img,.tf-page-hero-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.72) contrast(1.08)}.tf-home-shade,.tf-page-hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,5,5,.9),rgba(5,5,5,.35)),linear-gradient(0deg,#070707 0%,transparent 55%)}.tf-home-content,.tf-page-hero-content{position:relative;z-index:1;padding:160px 0 70px}.tf-home-content h1,.tf-page-hero h1{margin:22px 0 45px;font:400 clamp(3.5rem,10vw,9.2rem)/.86 var(--serif);letter-spacing:-.06em;text-transform:uppercase}.tf-home-content h1 em,.tf-page-hero h1 em,.tf-section h2 em,.tf-cta h2 em{color:var(--champ);font-weight:400;text-transform:none}.tf-home-content>div{border-top:1px solid var(--line);padding-top:24px;display:grid;gap:25px}.tf-home-content>div p{max-width:450px;color:#cac6bd}.tf-scroll{position:absolute;z-index:2;right:25px;bottom:25px;font-size:8px;letter-spacing:.15em;text-transform:uppercase}.tf-page-hero{min-height:72svh}.tf-page-hero-content{padding-bottom:65px}.tf-page-hero h1{max-width:1100px}.tf-hero-lead{font:italic clamp(1.2rem,2.5vw,1.8rem) var(--serif);color:var(--champ)}.tf-section{padding-block:var(--section)}.tf-dark{background:var(--ink)}.tf-statement .tf-wrap{display:grid;gap:35px}.tf-section h2,.tf-cta h2{margin:18px 0 35px;font:400 clamp(2.8rem,7vw,7rem)/.94 var(--serif);letter-spacing:-.05em;text-transform:uppercase}.tf-statement .tf-wrap>p:last-child{max-width:600px;color:var(--muted);font-size:clamp(1rem,1.5vw,1.2rem)}.tf-section-head{display:grid;gap:30px;margin-bottom:55px}.tf-section-head h2{margin-bottom:0}.tf-section-head>p{max-width:430px;color:var(--muted);align-self:end}.tf-studio-grid{display:grid;gap:16px;margin-bottom:45px}.tf-studio-card{position:relative;min-height:390px;overflow:hidden;background:var(--card)}.tf-studio-card img{width:100%;height:100%;object-fit:cover;filter:grayscale(.7) contrast(1.1);transition:.7s}.tf-studio-card:hover img{transform:scale(1.045);filter:grayscale(.25)}.tf-studio-card>div{position:absolute;inset:auto 0 0;padding:55px 20px 18px;background:linear-gradient(transparent,rgba(0,0,0,.9));display:grid;grid-template-columns:35px 1fr auto;align-items:end}.tf-studio-card span{color:var(--gold);font-size:9px}.tf-studio-card h3{margin:0;font:400 1.7rem var(--serif)}.tf-studio-card i{color:var(--gold)}.tf-service-grid{display:grid;border-top:1px solid var(--line)}.tf-service-grid a{padding:30px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:35px 1fr;gap:10px}.tf-service-grid span{color:var(--gold);font-size:9px}.tf-service-grid h3{margin:-8px 0 8px;font:400 2rem var(--serif)}.tf-service-grid p{grid-column:2;color:var(--muted);margin:0}.tf-gallery-section{background:var(--black)}.tf-masonry{columns:1;column-gap:16px}.tf-gallery-item{position:relative;width:100%;padding:0;border:0;background:#111;margin:0 0 16px;break-inside:avoid;cursor:zoom-in;overflow:hidden}.tf-gallery-item img{width:100%;height:auto;filter:grayscale(.45);transition:.6s}.tf-gallery-item:hover img{transform:scale(1.025);filter:none}.tf-gallery-item span{position:absolute;right:12px;bottom:10px;background:#070707;color:var(--gold);padding:5px 8px;font-size:8px}.tf-studio-intro{display:grid;gap:50px}.tf-studio-intro>div:last-child{display:flex;flex-direction:column;align-items:flex-start;gap:12px;color:var(--muted)}.tf-studio-intro h2{margin:15px 0}.tf-studio-intro a:not(.tf-button){color:var(--champ)}.tf-cta{background:var(--champ);color:#090909}.tf-cta em{color:#6d521f!important}.tf-editorial,.tf-legal{display:grid;gap:45px}.tf-editorial aside span,.tf-legal aside span{color:var(--muted);font-size:11px}.tf-editorial article,.tf-legal article{max-width:840px}.tf-editorial article h2,.tf-legal article h2{font-size:clamp(2rem,5vw,4rem);text-transform:none}.tf-editorial article p,.tf-editorial article li,.tf-legal article p,.tf-legal article li{color:#c0bdb6}.tf-editorial article a,.tf-legal article a{color:var(--champ);text-decoration:underline}.tf-legal article h3,.tf-editorial article h3{font:400 1.7rem var(--serif);margin-top:2.5rem}.tf-legal article table{width:100%;border-collapse:collapse}.tf-legal article td{padding:10px;border-bottom:1px solid var(--line)}.tf-shop-tools{display:flex;flex-direction:column;gap:30px;margin-bottom:45px}.tf-shop-tools h2{margin:10px 0}.tf-filters{display:flex;gap:8px;overflow:auto}.tf-filters button{border:1px solid var(--line);background:none;color:var(--muted);padding:9px 13px;white-space:nowrap;font-size:9px;text-transform:uppercase}.tf-filters button.active{background:var(--gold);color:#000}.tf-product-grid{display:grid;gap:35px 16px}.tf-product-card>a{display:block;aspect-ratio:4/5;background:#eee;overflow:hidden}.tf-product-card img{width:100%;height:100%;object-fit:contain;transition:.6s}.tf-product-card:hover img{transform:scale(1.035)}.tf-product-card div{padding-top:15px}.tf-product-card p{margin:0;color:var(--gold);font-size:8px;letter-spacing:.12em;text-transform:uppercase}.tf-product-card h3{font:400 1.35rem var(--serif);margin:4px 0}.tf-product-card strong{font-size:12px;color:var(--muted)}.tf-product-hero{padding:130px max(18px,calc((100vw - 1320px)/2)) 80px;display:grid;gap:55px}.tf-product-images{display:grid;gap:12px}.tf-product-images img{width:100%;background:#eee}.tf-product-info h1{font:400 clamp(3rem,7vw,6rem)/.95 var(--serif);margin:20px 0}.tf-price{display:block;color:var(--champ);font:1.6rem var(--serif);margin-bottom:30px}.tf-product-copy{color:var(--muted);margin-bottom:30px}.tf-product-copy li{margin-bottom:6px}.tf-shop-note{color:#777;font-size:10px}.tf-utility{min-height:100svh;display:grid;place-items:center;padding:130px 18px}.tf-utility>div{max-width:720px;text-align:center}.tf-utility h1{font:400 clamp(3.4rem,8vw,7rem)/.95 var(--serif);margin:20px 0}.tf-utility p{color:var(--muted)}.tf-utility>div>a:last-child{display:block;margin-top:25px;font-size:11px}.tf-footer{background:#030303;border-top:1px solid var(--line);padding-top:70px}.tf-footer-top{display:flex;flex-direction:column;gap:25px;padding-bottom:50px;border-bottom:1px solid var(--line)}.tf-footer-top img{width:220px}.tf-footer-top p{margin:0;font:400 clamp(2.5rem,6vw,5rem)/1 var(--serif);text-transform:uppercase}.tf-footer-top em{color:var(--champ);text-transform:none}.tf-footer-grid{display:grid;grid-template-columns:1fr 1fr;gap:35px;padding-block:45px}.tf-footer-grid div{display:flex;flex-direction:column}.tf-footer-grid span{color:var(--gold);font-size:8px;text-transform:uppercase;letter-spacing:.14em;margin-bottom:10px}.tf-footer-grid a{color:var(--muted);font-size:11px}.tf-footer-bottom{border-top:1px solid var(--line);padding-block:18px;display:flex;justify-content:space-between;color:#6e6c67;font-size:9px;text-transform:uppercase}.tf-lightbox{position:fixed;z-index:200;inset:0;background:rgba(0,0,0,.94);display:none;place-items:center;padding:30px}.tf-lightbox.open{display:grid}.tf-lightbox img{max-height:90vh}.tf-lightbox button{position:absolute;right:25px;top:20px;border:0;background:none;color:#fff;font:2rem var(--serif)}.tf-image-placeholder{display:grid;place-items:center;background:radial-gradient(circle,#292722,#111);min-height:300px}.tf-image-placeholder span{color:var(--gold);font:3rem var(--serif)}.reveal{opacity:0;transform:translateY(25px);transition:.8s var(--ease)}.reveal.visible{opacity:1;transform:none}[hidden]{display:none!important}:focus-visible{outline:2px solid var(--champ);outline-offset:4px}
@media(min-width:650px){:root{--wrap:min(100% - 70px,1320px)}.tf-home-content>div,.tf-section-head,.tf-statement .tf-wrap{grid-template-columns:1fr 1fr}.tf-studio-grid{grid-template-columns:1fr 1fr}.tf-masonry{columns:2}.tf-product-grid{grid-template-columns:1fr 1fr}.tf-product-grid.compact{grid-template-columns:repeat(2,1fr)}.tf-shop-tools{flex-direction:row;justify-content:space-between;align-items:end}.tf-product-hero{grid-template-columns:1.1fr .9fr}.tf-footer-top{flex-direction:row;align-items:end;justify-content:space-between}.tf-footer-grid{grid-template-columns:repeat(4,1fr)}}
@media(min-width:650px){.tf-footer-grid.no-shop{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:980px){.tf-nav{display:flex}.tf-header-cta{display:block}.tf-menu{display:none}.tf-studio-grid{grid-template-columns:repeat(3,1fr)}.tf-studio-card:nth-child(5n+1){grid-row:span 2;min-height:796px}.tf-service-grid{grid-template-columns:repeat(3,1fr)}.tf-service-grid a{padding:35px 28px;border-right:1px solid var(--line)}.tf-masonry{columns:3}.tf-studio-intro{grid-template-columns:1.2fr .8fr}.tf-editorial,.tf-legal{grid-template-columns:240px 1fr}.tf-product-grid{grid-template-columns:repeat(4,1fr)}.tf-product-grid.compact{grid-template-columns:repeat(4,1fr)}.tf-product-info{position:sticky;top:110px;align-self:start}.tf-product-hero{padding-top:150px;gap:8vw}.tf-footer-top p{text-align:right}}
@media(max-width:420px){.tf-page-hero h1,.tf-home-content h1{font-size:3.25rem}.tf-product-grid{grid-template-columns:1fr}.tf-footer-grid{grid-template-columns:1fr}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal{opacity:1;transform:none}}

/* Compact location directory */
:is(.home-page,.studios-page) .tf-studio-grid{display:flex;grid-template-columns:none;gap:12px;margin:0 calc((100vw - 100%)/-2) 38px;padding-inline:max(18px,calc((100vw - 100%)/2));overflow-x:auto;scroll-snap-type:x mandatory;scrollbar-width:thin;scrollbar-color:var(--gold) transparent}
:is(.home-page,.studios-page) .tf-studio-card,:is(.home-page,.studios-page) .tf-studio-card:nth-child(5n+1){position:relative;flex:0 0 min(82vw,330px);min-height:175px;grid-row:auto;overflow:hidden;background:var(--card);scroll-snap-align:start}
:is(.home-page,.studios-page) .tf-studio-card img,:is(.home-page,.studios-page) .tf-studio-card>.tf-image-placeholder{width:100%;height:100%;min-height:0;object-fit:cover;filter:grayscale(.75) contrast(1.12);transition:.7s}
:is(.home-page,.studios-page) .tf-studio-card::after{content:"";position:absolute;inset:0;border:1px solid transparent;pointer-events:none;transition:.3s}
:is(.home-page,.studios-page) .tf-studio-card:hover::after{inset:6px;border-color:rgba(232,211,161,.58)}
:is(.home-page,.studios-page) .tf-studio-card>div:last-child{position:absolute;z-index:1;inset:auto 0 0;padding:40px 14px 12px;background:linear-gradient(transparent,rgba(0,0,0,.94));display:grid;grid-template-columns:24px 1fr auto;align-items:end}
:is(.home-page,.studios-page) .tf-studio-card span{font-size:8px}:is(.home-page,.studios-page) .tf-studio-card h3{font-size:clamp(1rem,2vw,1.3rem);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}:is(.home-page,.studios-page) .tf-studio-card i{font-style:normal}
@media(min-width:650px){:is(.home-page,.studios-page) .tf-studio-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));margin:0 0 38px;padding:0;overflow:visible}:is(.home-page,.studios-page) .tf-studio-card,:is(.home-page,.studios-page) .tf-studio-card:nth-child(5n+1){min-width:0;min-height:155px}}
@media(min-width:980px){:is(.home-page,.studios-page) .tf-studio-grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}:is(.home-page,.studios-page) .tf-studio-card,:is(.home-page,.studios-page) .tf-studio-card:nth-child(5n+1){min-height:145px}}

/* Transparent cutout of the supplied original logo; never stretch or crop. */
.tf-header .tf-logo{width:160px;height:auto;overflow:visible;flex:0 0 auto;background:transparent}
.tf-header .tf-logo img{display:block;width:100%;max-width:100%;height:auto;transform:none}
.tf-header.scrolled .tf-logo{width:138px;height:auto}
.tf-header.scrolled .tf-logo img{width:100%;transform:none}
.tf-footer-top>img{width:220px;height:auto;clip-path:none;background:transparent}

/* Luxury editorial typography */
:root{--serif:"Prata",Georgia,serif;--accent-serif:"Cormorant Garamond","Prata",Georgia,serif}
body{font-size:15px;line-height:1.78;letter-spacing:.002em;font-kerning:normal;text-rendering:optimizeLegibility}
:where(h1,h2,h3,.tf-footer-top p){font-kerning:normal;font-optical-sizing:auto;font-feature-settings:"liga" 1,"kern" 1,"dlig" 1;text-wrap:balance}
.tf-home-content h1,.tf-page-hero h1{font-weight:400;letter-spacing:-.045em;line-height:.88}
.tf-section h2,.tf-cta h2{font-weight:400;letter-spacing:-.038em;line-height:.96}
.tf-home-content h1 em,.tf-page-hero h1 em,.tf-section h2 em,.tf-cta h2 em,.tf-footer-top em{font-family:var(--accent-serif);font-weight:500;font-style:italic;letter-spacing:-.025em;background:linear-gradient(105deg,#b88b3d 0%,#f0dfb0 42%,#c49a50 74%,#f3e6c0 100%);-webkit-background-clip:text;background-clip:text;color:transparent}
.tf-kicker{font-weight:600;letter-spacing:.26em;color:#d6b56e}
.tf-nav a,.tf-header-cta,.tf-button,.tf-filters button{font-weight:600;letter-spacing:.16em}
.tf-hero-lead{font-family:var(--accent-serif);font-weight:500;font-size:clamp(1.35rem,2.8vw,2rem);letter-spacing:.005em}
.tf-studio-card h3,.tf-product-card h3,.tf-service-grid h3{font-weight:400;letter-spacing:-.018em}
.tf-editorial article,.tf-legal article{font-size:clamp(.98rem,1.25vw,1.08rem);line-height:1.9}
.tf-editorial article h2,.tf-legal article h2,.tf-editorial article h3,.tf-legal article h3{font-family:var(--serif);font-weight:400;letter-spacing:-.025em;line-height:1.08}
.tf-price{font-family:var(--accent-serif);font-style:italic;font-weight:500;font-size:1.9rem;letter-spacing:.01em}

/* Refined bling treatment for the brand statement */
.tf-statement{position:relative;isolation:isolate;overflow:hidden;background:
radial-gradient(circle at 72% 42%,rgba(201,164,92,.14),transparent 24%),
radial-gradient(circle at 18% 82%,rgba(232,211,161,.055),transparent 20%),
linear-gradient(118deg,transparent 28%,rgba(232,211,161,.025) 44%,rgba(201,164,92,.095) 50%,rgba(232,211,161,.025) 56%,transparent 72%),#070707;background-size:auto,auto,220% 100%,auto;animation:statementShimmer 12s var(--ease) infinite alternate}
.tf-statement::before{content:"TF";position:absolute;z-index:-1;right:-.04em;top:50%;transform:translateY(-52%);font:400 clamp(18rem,39vw,46rem)/.7 var(--serif);letter-spacing:-.13em;color:transparent;-webkit-text-stroke:1px rgba(232,211,161,.055);opacity:.85;pointer-events:none}
.tf-statement::after{content:"✦";position:absolute;right:7vw;top:17%;color:var(--champ);font-size:clamp(12px,1.4vw,22px);text-shadow:0 0 12px rgba(232,211,161,.85),0 0 42px rgba(201,164,92,.6);animation:jewelPulse 3.8s ease-in-out infinite}
.tf-statement .tf-wrap{position:relative;border:1px solid rgba(232,211,161,.2);padding:clamp(42px,7vw,90px);box-shadow:inset 0 0 0 7px #070707,inset 0 0 0 8px rgba(201,164,92,.08),0 30px 100px rgba(0,0,0,.38)}
.tf-statement .tf-wrap::before{content:"";position:absolute;width:72px;height:1px;left:-1px;top:-1px;background:linear-gradient(90deg,var(--champ),transparent);box-shadow:0 0 15px rgba(232,211,161,.45)}
.tf-statement .tf-wrap::after{content:"◆";position:absolute;left:clamp(24px,4vw,58px);bottom:clamp(22px,3.5vw,48px);color:var(--gold);font-size:7px;text-shadow:22px 0 0 rgba(201,164,92,.42),44px 0 0 rgba(201,164,92,.18)}
.tf-statement .tf-kicker{position:relative;padding-left:24px}.tf-statement .tf-kicker::before{content:"";position:absolute;left:0;top:50%;width:12px;height:1px;background:var(--gold);box-shadow:0 0 9px var(--gold)}
.tf-statement h2{position:relative;text-shadow:0 18px 55px rgba(0,0,0,.7)}
.tf-statement h2::after{content:"";display:block;width:clamp(90px,12vw,170px);height:1px;margin-top:30px;background:linear-gradient(90deg,var(--gold),rgba(232,211,161,.08))}
.tf-statement .tf-wrap>p:last-child{position:relative;padding:22px 24px 22px 28px;border-left:1px solid var(--gold);background:linear-gradient(90deg,rgba(201,164,92,.07),transparent);box-shadow:-18px 0 45px rgba(201,164,92,.035)}
@keyframes statementShimmer{from{background-position:0 0,0 0,100% 0,0 0}to{background-position:0 0,0 0,-20% 0,0 0}}
@keyframes jewelPulse{0%,100%{opacity:.45;transform:scale(.82) rotate(0)}50%{opacity:1;transform:scale(1.08) rotate(8deg)}}
@media(max-width:649px){.tf-statement .tf-wrap{padding:55px 25px 75px}.tf-statement::before{right:-18%;font-size:70vw}.tf-statement::after{right:12%;top:9%}}

/* Compact luxury buttons */
.tf-button{width:max-content;max-width:100%;min-height:44px;padding:0 17px;align-self:flex-start;justify-self:start;gap:18px;white-space:nowrap}
.tf-section-head>.tf-button{align-self:end;justify-self:start}
@media(min-width:650px){.tf-section-head>.tf-button{justify-self:end}}

/* Brighter champagne-gold art direction */
body{background:
radial-gradient(circle at 12% 14%,rgba(201,164,92,.13),transparent 28rem),
radial-gradient(circle at 88% 58%,rgba(232,211,161,.08),transparent 34rem),
#100c07}
.tf-section{position:relative;border-top:1px solid rgba(232,211,161,.14)}
.tf-section:not(.tf-dark):not(.tf-cta):not(.tf-statement){background:
linear-gradient(115deg,rgba(201,164,92,.075),transparent 38%),
radial-gradient(circle at 90% 10%,rgba(232,211,161,.08),transparent 28rem),
#130e08}
.tf-dark{background:
radial-gradient(circle at 82% 16%,rgba(255,250,225,.48),transparent 25rem),
linear-gradient(128deg,#d0a95d 0%,#f0ddb0 46%,#c99a48 100%);color:#161008}
.tf-dark::before{content:"";position:absolute;inset:0;pointer-events:none;opacity:.42;background:repeating-linear-gradient(115deg,transparent 0 58px,rgba(255,255,255,.07) 59px,transparent 60px 118px)}
.tf-dark>.tf-wrap{position:relative;z-index:1}
.tf-dark .tf-kicker{color:#5f400e}
.tf-dark .tf-section-head>p,.tf-dark .tf-service-grid p,.tf-dark .tf-product-card strong{color:#57482f}
.tf-dark .tf-editorial article,.tf-dark .tf-legal article{color:#171006}
.tf-dark .tf-editorial article p,.tf-dark .tf-editorial article li,.tf-dark .tf-legal article p,.tf-dark .tf-legal article li{color:#2f2415}
.tf-dark .tf-editorial article h2,.tf-dark .tf-editorial article h3,.tf-dark .tf-legal article h2,.tf-dark .tf-legal article h3{color:#171006}
.tf-dark .tf-editorial article a,.tf-dark .tf-legal article a{color:#5d3c09;text-decoration-color:#79571f;font-weight:600}
.tf-dark .tf-editorial aside span,.tf-dark .tf-legal aside span{color:#51422d}
.tf-dark .tf-section-head h2 em,.tf-dark h2 em{background:linear-gradient(105deg,#4f3308,#9a6816 48%,#3b2606);-webkit-background-clip:text;background-clip:text;color:transparent}
.tf-dark .tf-button{border-color:#251908;background:rgba(255,248,224,.22);color:#171006;box-shadow:inset 0 0 0 1px rgba(255,255,255,.22)}
.tf-dark .tf-button:hover{background:#171006;color:#f3dfae}
.tf-dark .tf-product-card h3{color:#171006}
.tf-dark .tf-product-card>a{border:1px solid rgba(65,43,8,.28);box-shadow:0 18px 50px rgba(65,43,8,.16)}
.tf-home-shade,.tf-page-hero-shade{background:
linear-gradient(90deg,rgba(13,8,3,.73),rgba(33,21,7,.13)),
linear-gradient(0deg,#100c07 0%,rgba(66,43,11,.2) 50%,transparent 76%),
linear-gradient(125deg,rgba(201,164,92,.26),transparent 42%)}
.tf-home-media img,.tf-page-hero-media img{filter:saturate(.92) contrast(1.02) brightness(1.07)}
.tf-header.scrolled{background:linear-gradient(90deg,rgba(17,12,6,.94),rgba(50,33,11,.91));border-color:rgba(232,211,161,.36);box-shadow:0 12px 42px rgba(0,0,0,.24)}
.tf-header-cta{background:linear-gradient(110deg,#b88736,#ead39a,#b88736);color:#130d05;border-color:#ebd7a5}
.tf-gallery-section{background:
radial-gradient(circle at 20% 5%,rgba(210,167,78,.2),transparent 30rem),
linear-gradient(145deg,#1d1409,#0f0b07 70%)}
.tf-gallery-item{border:1px solid rgba(221,184,107,.38);box-shadow:0 18px 55px rgba(0,0,0,.28)}
.tf-gallery-item span{background:linear-gradient(110deg,#a8792c,#e7cf96);color:#171006}
.tf-service-grid{border-color:rgba(232,211,161,.4)}
.tf-service-grid{border-left:1px solid rgba(232,211,161,.4)}
.tf-service-grid a{background:linear-gradient(135deg,rgba(201,164,92,.13),rgba(232,211,161,.025));border-color:rgba(232,211,161,.28);padding-inline:clamp(18px,3vw,34px);transition:.35s}
.tf-service-grid a:hover{background:linear-gradient(135deg,rgba(232,211,161,.23),rgba(201,164,92,.08));transform:translateY(-4px)}
.tf-studio-card{border:1px solid rgba(232,211,161,.48);box-shadow:0 16px 38px rgba(43,27,5,.16)}
.tf-studio-card>div:last-child{background:linear-gradient(transparent,rgba(22,13,4,.94))}
.tf-cta{background:
radial-gradient(circle at 85% 20%,rgba(255,255,255,.6),transparent 24rem),
linear-gradient(120deg,#c39440,#f3e2b7 48%,#c79746)}
.tf-footer{background:
radial-gradient(circle at 75% 0,rgba(201,164,92,.19),transparent 32rem),
linear-gradient(145deg,#171006,#080604 72%);border-color:rgba(232,211,161,.34)}
.tf-footer-grid span{color:#e0bd74}.tf-footer-grid a{color:#c9c0ad}.tf-footer-bottom{color:#9e8d70}
.tf-image-placeholder{background:radial-gradient(circle,#9d7531,#241708 70%)}
.tf-image-placeholder span{color:#f0d898;text-shadow:0 0 24px rgba(240,216,152,.4)}
@media(max-width:649px){.tf-dark{background:linear-gradient(145deg,#d0a75b,#ecd6a4 54%,#bd8d3b)}}

/* Rich editorial content pages */
.tf-story-lead{display:grid;gap:clamp(45px,7vw,110px);align-items:start}
.tf-story-lead h2{margin-bottom:0}
.tf-story-lead>div:last-child{max-width:650px}
.tf-lead-copy{font:500 clamp(1.35rem,2.4vw,2.05rem)/1.4 var(--accent-serif);margin-top:5px}
.tf-story-lead>div:last-child>p:not(.tf-lead-copy){font-size:1rem;line-height:1.9}
.tf-story-lead .tf-button{margin-top:22px}
.tf-content-cards{display:grid;gap:1px;background:rgba(232,211,161,.28);border:1px solid rgba(232,211,161,.34)}
.tf-content-cards article{position:relative;min-height:310px;padding:clamp(30px,4vw,55px);background:linear-gradient(145deg,#171008,#0d0905);overflow:hidden}
.tf-content-cards article::after{content:"";position:absolute;width:140px;height:140px;right:-75px;top:-75px;border:1px solid rgba(232,211,161,.18);transform:rotate(45deg)}
.tf-content-cards span{color:var(--gold);font-size:9px;letter-spacing:.18em}
.tf-content-cards h3{font:400 clamp(2rem,3.7vw,3.5rem)/1 var(--serif);margin:45px 0 20px}
.tf-content-cards p{color:#bdb5a7;margin:0;max-width:370px}
.tf-content-cards a{display:inline-block;margin-top:28px;color:var(--champ);font-size:9px;font-weight:700;letter-spacing:.13em;text-transform:uppercase}
.tf-dark .tf-content-cards{background:rgba(54,35,8,.3);border-color:rgba(54,35,8,.34)}
.tf-dark .tf-content-cards article{background:linear-gradient(145deg,rgba(255,248,224,.45),rgba(194,145,57,.15));color:#161008}
.tf-dark .tf-content-cards article::after{border-color:rgba(65,43,8,.24)}
.tf-dark .tf-content-cards span,.tf-dark .tf-content-cards a{color:#65430d}
.tf-dark .tf-content-cards p{color:#57482f}

/* Homepage rhythm: dark and champagne-gold sections alternate consistently */
.home-page .tf-home-dark{background:
radial-gradient(circle at 82% 18%,rgba(201,164,92,.13),transparent 30rem),
linear-gradient(145deg,#130e08,#070605 72%);color:var(--white)}
.home-page .tf-home-dark .tf-kicker,.home-page .tf-home-dark .tf-service-grid span,.home-page .tf-home-dark .tf-product-card p{color:var(--gold)}
.home-page .tf-home-dark h2,.home-page .tf-home-dark .tf-product-card h3{color:var(--white)}
.home-page .tf-home-dark h2 em{background:linear-gradient(105deg,#b88b3d,#f0dfb0 48%,#c49a50);-webkit-background-clip:text;background-clip:text;color:transparent}
.home-page .tf-home-dark .tf-section-head>p,.home-page .tf-home-dark .tf-service-grid p,.home-page .tf-home-dark .tf-product-card strong{color:var(--muted)}
.home-page .tf-home-dark .tf-button{border-color:var(--gold);background:transparent;color:var(--white);box-shadow:none}
.home-page .tf-home-dark .tf-button:hover{background:var(--gold);color:#080604}
.home-page .tf-home-dark.tf-statement .tf-wrap>p:last-child{color:#c8c0b3;border-color:rgba(232,211,161,.24);border-left-color:var(--gold);background:linear-gradient(90deg,rgba(201,164,92,.09),transparent)}
.home-page .tf-home-gold{background:
radial-gradient(circle at 84% 16%,rgba(255,250,225,.52),transparent 25rem),
linear-gradient(128deg,#c99b49 0%,#f0ddb0 48%,#c49442 100%);color:#171006}
.home-page .tf-home-gold .tf-kicker{color:#65430d}
.home-page .tf-home-gold h2{color:#171006}
.home-page .tf-home-gold h2 em{background:linear-gradient(105deg,#4f3308,#996617 48%,#3b2606);-webkit-background-clip:text;background-clip:text;color:transparent}
.home-page .tf-home-gold .tf-section-head>p{color:#55452e}
.home-page .tf-home-gold .tf-button{border-color:#251908;background:rgba(255,248,224,.24);color:#171006}
.home-page .tf-home-gold .tf-button:hover{background:#171006;color:#f3dfae}
.tf-editorial-split{overflow:hidden}
.tf-editorial-split>.tf-wrap{display:grid;gap:0;border:1px solid rgba(232,211,161,.3)}
.tf-editorial-image{min-height:380px;overflow:hidden;background:#1a1208}
.tf-editorial-image img{width:100%;height:100%;object-fit:cover;filter:saturate(.8) sepia(.15)}
.tf-editorial-copy{display:flex;flex-direction:column;align-items:flex-start;justify-content:center;padding:clamp(38px,7vw,90px);background:linear-gradient(135deg,rgba(201,164,92,.2),rgba(23,16,8,.98))}
.tf-editorial-copy h2{margin:16px 0 30px}
.tf-editorial-copy p{max-width:540px;color:#c9c0b2}
.tf-editorial-copy small{margin-top:15px;color:#8f8068}
.tf-process ol{list-style:none;padding:0;margin:0;border-top:1px solid rgba(232,211,161,.3)}
.tf-process li{display:grid;grid-template-columns:55px 1fr;gap:20px;padding:28px 0;border-bottom:1px solid rgba(232,211,161,.22)}
.tf-process li>span{color:var(--gold);font-size:9px;padding-top:8px}
.tf-process li h3{font:400 clamp(1.8rem,3vw,2.8rem) var(--serif);margin:0 0 7px}
.tf-process li p{margin:0;color:var(--muted);max-width:620px}
.tf-cta-copy{max-width:600px;margin:-12px 0 32px;color:#4f3b1b;font-size:1rem}
.tour-page .tf-page-hero-media img{object-position:center 48%;filter:saturate(.78) contrast(1.04) brightness(.76)}
.services-page .tf-page-hero-media img{filter:saturate(.82) brightness(.72);image-rendering:auto}
@media(min-width:760px){.tf-story-lead{grid-template-columns:.9fr 1.1fr}.tf-content-cards{grid-template-columns:repeat(3,1fr)}.tf-editorial-split>.tf-wrap{grid-template-columns:1fr 1fr}.tf-process li{grid-template-columns:80px .7fr 1fr;align-items:start}.tf-process li div{grid-column:2 / span 2}}
@media(max-width:759px){.tf-content-cards article{min-height:250px}.tf-content-cards h3{margin-top:30px}.tf-editorial-image{min-height:280px}}

/* Mobile studio directory: one full-width location per row */
@media(max-width:649px){
  .studios-page .tf-studio-grid{display:grid;grid-template-columns:1fr;gap:14px;margin:0 0 38px;padding:0;overflow:visible;scroll-snap-type:none}
  .studios-page .tf-studio-card,.studios-page .tf-studio-card:nth-child(5n+1){width:100%;min-width:0;min-height:220px;scroll-snap-align:none}
  .studios-page .tf-studio-card h3{font-size:1.35rem;white-space:normal;overflow:visible;text-overflow:clip}
}

/* Photorealistic model campaign shots in the shop */
.tf-product-card>a{position:relative}
.tf-product-card>a.tf-campaign-shot{background:#120c06}
.tf-product-card>a.tf-campaign-shot img{object-fit:cover}

/* Calmer shop catalogue with more breathing room */
.shop-page .tf-product-grid{row-gap:clamp(58px,7vw,96px);column-gap:clamp(22px,3vw,44px)}
.shop-page .tf-product-card>div{padding-top:22px;padding-inline:2px}
.shop-page .tf-product-card p{margin-bottom:7px;letter-spacing:.16em}
.shop-page .tf-product-card h3{margin:0 0 9px;font-size:clamp(1.4rem,1.8vw,1.75rem);line-height:1.15}
.shop-page .tf-product-card strong{display:block;padding-top:4px}
@media(min-width:980px){.shop-page .tf-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}
@media(min-width:1500px){.shop-page .tf-wrap{width:min(100% - 120px,1380px)}}
.tf-product-images img:first-child[src*="/shop-models/"]{aspect-ratio:4/5;object-fit:cover;background:#120c06}

/* Content-width editorial statement — calmer, brighter, more luxurious */
.tf-statement{animation:none;isolation:isolate;background:
radial-gradient(circle at 82% 18%,rgba(255,255,255,.58),transparent 28rem),
linear-gradient(125deg,#c79a4a 0%,#f1dfb2 48%,#c89842 100%);color:#171006}
.tf-statement::before,.tf-statement::after{display:none}
.tf-statement .tf-wrap{width:var(--wrap);min-height:0;padding:0;border:0;box-shadow:none;background:transparent;display:grid;grid-template-columns:1fr;gap:30px}
.tf-statement .tf-wrap::before,.tf-statement .tf-wrap::after{display:none}
.tf-statement .tf-kicker{padding:0;color:#63440f}
.tf-statement .tf-kicker::before{display:none}
.tf-statement h2{margin:0;color:#171006;text-shadow:none;max-width:900px}
.tf-statement h2 em{background:linear-gradient(105deg,#533506,#996617 50%,#3c2605);-webkit-background-clip:text;background-clip:text;color:transparent}
.tf-statement h2::after{width:clamp(90px,12vw,170px);margin-top:28px;background:linear-gradient(90deg,#5d3d09,rgba(93,61,9,.08))}
.tf-statement .tf-wrap>p:last-child{align-self:end;max-width:520px;margin:0;padding:28px 30px;border:1px solid rgba(67,43,7,.3);border-left:3px solid #6d4810;background:rgba(255,249,229,.28);box-shadow:none;color:#2d2213;font-size:clamp(1rem,1.4vw,1.18rem)}
@media(min-width:760px){.tf-statement .tf-wrap{grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);column-gap:clamp(55px,8vw,130px);align-items:end}.tf-statement .tf-kicker{grid-column:1/-1}.tf-statement h2{grid-column:1}.tf-statement .tf-wrap>p:last-child{grid-column:2}}
@media(max-width:759px){.tf-statement .tf-wrap{padding:0}.tf-statement h2{font-size:clamp(3rem,14vw,5rem)}.tf-statement .tf-wrap>p:last-child{padding:23px 22px}}

/* Final homepage contrast lock: alternate dark / light gold without cascade conflicts */
body.home-page section.tf-home-gold{background:radial-gradient(circle at 84% 16%,rgba(255,255,255,.64),transparent 25rem),linear-gradient(128deg,#c89a47 0%,#f2dfae 48%,#c69640 100%)!important;color:#171006}
body.home-page section.tf-home-gold .tf-kicker{color:#60400d}
body.home-page section.tf-home-gold h2{color:#171006;text-shadow:none}
body.home-page section.tf-home-gold h2 em{background:linear-gradient(105deg,#402805,#8d5d12 50%,#352104);-webkit-background-clip:text;background-clip:text;color:transparent}
body.home-page section.tf-home-gold .tf-section-head>p{color:#493b28}
body.home-page section.tf-home-gold .tf-button{border-color:#2b1c08;background:rgba(255,250,231,.5);color:#171006}
body.home-page section.tf-home-gold .tf-button:hover{background:#171006;color:#f4dfac}
body.home-page section.tf-home-dark{background:radial-gradient(circle at 82% 18%,rgba(201,164,92,.14),transparent 30rem),linear-gradient(145deg,#171006,#070605 72%)!important;color:#f4f0e8}
body.home-page section.tf-home-dark .tf-kicker{color:#d5af64}
body.home-page section.tf-home-dark h2,body.home-page section.tf-home-dark .tf-product-card h3{color:#f4f0e8;text-shadow:none}
body.home-page section.tf-home-dark h2 em{background:linear-gradient(105deg,#bd9146,#f1dfad 48%,#c99c4c);-webkit-background-clip:text;background-clip:text;color:transparent}
body.home-page section.tf-home-dark .tf-section-head>p,body.home-page section.tf-home-dark .tf-service-grid p,body.home-page section.tf-home-dark .tf-product-card strong{color:#bdb6aa}
body.home-page section.tf-home-dark .tf-button{border-color:#c9a45c;background:transparent;color:#f4f0e8}

/* Studio-card labels must stay readable on every image and section color */
:is(.home-page,.studios-page) .tf-studio-card>div:last-child{background:linear-gradient(180deg,transparent 0%,rgba(5,4,3,.72) 48%,rgba(3,3,3,.98) 100%)}
:is(.home-page,.studios-page) .tf-studio-card h3{color:#fffaf0!important;text-shadow:0 2px 12px rgba(0,0,0,.95)}
:is(.home-page,.studios-page) .tf-studio-card span,:is(.home-page,.studios-page) .tf-studio-card i{color:#e6bd6b!important;text-shadow:0 1px 8px rgba(0,0,0,.9)}

/* Preserve every product image's natural proportions inside the product grid */
.tf-product-images{align-self:start;align-content:start;grid-auto-rows:max-content}
.tf-product-images img{height:auto!important;align-self:start;object-fit:contain}

/* Two-model front/back campaign shots fit completely inside the product viewport */
.product-page .tf-product-images img[src$="-models.png"]{width:auto;max-width:100%;max-height:calc(100svh - 150px);aspect-ratio:auto!important;object-fit:contain!important;justify-self:center;background:#120c06}
@media(max-width:649px){.product-page .tf-product-images img[src$="-models.png"]{width:100%;max-height:none}}

/* More breathing room between mobile navigation rows */
@media(max-width:979px){
  .tf-mobile-nav{overflow-y:auto;padding-bottom:45px}
  .tf-mobile-nav a{padding-block:clamp(10px,1.8vh,16px);font-size:clamp(2.25rem,9vw,3.7rem);line-height:1.08}
}

/* Homepage news — editorial teasers with a calm featured-story hierarchy */
.tf-news-grid{display:grid;gap:clamp(14px,1.5vw,22px)}
.tf-news-card{position:relative;display:block;min-height:clamp(330px,42vw,480px);overflow:hidden;border:1px solid rgba(54,35,8,.42);background:#100b06;color:#fffaf0;isolation:isolate}
.tf-news-media,.tf-news-media::after{position:absolute;inset:0}
.tf-news-media img{width:100%;height:100%;object-fit:cover;filter:saturate(.78) contrast(1.05);transition:transform .8s cubic-bezier(.2,.75,.25,1),filter .8s ease}
.tf-news-media::after{content:"";inset:auto 0 0;height:66%;background:linear-gradient(180deg,rgba(7,5,3,.06),rgba(7,5,3,.62) 34%,rgba(7,5,3,.97) 100%);-webkit-backdrop-filter:blur(11px);backdrop-filter:blur(11px);-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 24%,#000 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 24%,#000 100%)}
.tf-news-copy{position:absolute;z-index:2;left:0;right:0;bottom:0;padding:clamp(24px,3.2vw,44px)}
.tf-news-copy span{display:block;margin-bottom:13px;color:#e1b85f;font-size:.61rem;font-weight:700;letter-spacing:.16em;text-transform:uppercase}
.tf-news-copy h3{max-width:720px;margin:0 0 15px;color:#fffaf0!important;font:400 clamp(2rem,4vw,4.2rem)/1.05 var(--serif);letter-spacing:-.035em;text-shadow:0 2px 18px rgba(0,0,0,.55)}
.tf-news-copy p{max-width:590px;margin:0 0 20px;color:#d8d0c2;font-size:.92rem;line-height:1.7}
.tf-news-copy i{display:inline-block;color:#f0d28e;font-size:.63rem;font-style:normal;font-weight:700;letter-spacing:.14em;text-transform:uppercase}
.tf-news-card:hover .tf-news-media img{transform:scale(1.035);filter:saturate(.92) contrast(1.08)}
.tf-news-card:focus-visible{outline:3px solid #171006;outline-offset:4px}
.tf-news-featured .tf-news-media{background:#050403}
.tf-news-featured .tf-news-media img{object-fit:contain;object-position:center top;transform:none}
.tf-news-featured:hover .tf-news-media img{transform:none;filter:saturate(.9) contrast(1.07)}
@media(min-width:800px){
  .tf-news-grid{grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);grid-template-rows:repeat(2,minmax(280px,1fr))}
  .tf-news-featured{grid-row:1 / span 2;min-height:650px}
  .tf-news-grid>.tf-news-card:not(.tf-news-featured){min-height:0}
  .tf-news-grid>.tf-news-card:not(.tf-news-featured) .tf-news-copy h3{font-size:clamp(1.75rem,2.3vw,2.65rem)}
  .tf-news-grid>.tf-news-card:not(.tf-news-featured) .tf-news-copy p{display:none}
}
@media(max-width:799px){
  .tf-news-copy h3 br{display:none}
  .tf-news-card{min-height:390px}
  .tf-news-featured{min-height:470px}
  .tf-news-media::after{height:68%;background:linear-gradient(180deg,rgba(7,5,3,.1),rgba(7,5,3,.8) 24%,rgba(7,5,3,.985) 100%);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-mask-image:linear-gradient(180deg,transparent 0%,#000 14%,#000 100%);mask-image:linear-gradient(180deg,transparent 0%,#000 14%,#000 100%)}
  .tf-news-copy{padding:24px 22px 27px}
  .tf-news-copy h3{font-size:clamp(1.9rem,8.5vw,2.75rem);line-height:1.08;margin-bottom:13px;text-wrap:balance}
  .tf-news-copy p{font-size:.86rem;line-height:1.58;margin-bottom:17px}
  .tf-news-copy span{margin-bottom:10px}
}
@media(max-width:420px){
  .tf-news-card{min-height:410px}
  .tf-news-featured{min-height:510px}
}

/* Sequential headline entrance — each authored line arrives independently */
.tf-line-heading .tf-headline-line{display:block;overflow:hidden;padding:.08em .08em .09em;margin:-.08em -.08em -.09em}
.tf-line-heading .tf-headline-line-inner{display:block;opacity:0;transform:translate3d(-1.05em,0,0);filter:blur(7px);transition:opacity .72s var(--ease),transform .92s var(--ease),filter .8s var(--ease);transition-delay:calc(var(--line-index,0) * 145ms);will-change:transform,opacity,filter}
.tf-line-heading.tf-headline-visible .tf-headline-line-inner{opacity:1;transform:translate3d(0,0,0);filter:blur(0)}
@media(prefers-reduced-motion:reduce){.tf-line-heading .tf-headline-line-inner{opacity:1;transform:none;filter:none}}

/* Atmospheric studio image for the compact homepage location teaser */
.tf-studios-teaser{position:relative;isolation:isolate;overflow:hidden}
.tf-studios-teaser::before{content:"";position:absolute;z-index:-2;inset:0 0 0 36%;background:url('/assets/legacy/1408.jpg') center/cover no-repeat;filter:saturate(.45) sepia(.28) contrast(1.06);opacity:.48;transform:scale(1.02)}
.tf-studios-teaser::after{content:"";position:absolute;z-index:-1;inset:0;background:linear-gradient(90deg,#0b0805 8%,rgba(11,8,5,.96) 35%,rgba(11,8,5,.52) 68%,rgba(11,8,5,.8) 100%),linear-gradient(0deg,rgba(8,6,4,.82),transparent 52%,rgba(8,6,4,.34))}
.tf-studios-teaser>.tf-wrap{position:relative;z-index:1}
@media(max-width:759px){.tf-studios-teaser::before{inset:0;background-position:62% center;opacity:.31}.tf-studios-teaser::after{background:linear-gradient(90deg,rgba(9,7,5,.96),rgba(9,7,5,.7)),linear-gradient(0deg,rgba(8,6,4,.9),transparent 55%)}}

/* Dark service tiles on the champagne homepage section */
body.home-page .tf-services.tf-home-gold .tf-service-grid{gap:1px;border:1px solid rgba(48,31,7,.45);background:rgba(48,31,7,.38)}
body.home-page .tf-services.tf-home-gold .tf-service-grid>a{min-height:210px;padding:clamp(28px,3vw,44px);border:0;background:radial-gradient(circle at 92% 0,rgba(201,164,92,.18),transparent 55%),linear-gradient(145deg,#171006,#080604);color:#f4f0e8;transition:background .35s ease,transform .35s var(--ease)}
body.home-page .tf-services.tf-home-gold .tf-service-grid>a:hover{background:radial-gradient(circle at 82% 12%,rgba(232,211,161,.25),transparent 58%),linear-gradient(145deg,#211608,#0b0805);transform:translateY(-3px)}
body.home-page .tf-services.tf-home-gold .tf-service-grid span{color:#d9ae59}
body.home-page .tf-services.tf-home-gold .tf-service-grid h3{color:#fffaf0}
body.home-page .tf-services.tf-home-gold .tf-service-grid p{color:#bdb6aa}
@media(max-width:979px){body.home-page .tf-services.tf-home-gold .tf-service-grid>a{min-height:170px}}

/* Readable luxury navigation on bright and visually busy hero images */
@media(min-width:980px){
  .tf-header:not(.scrolled){background:linear-gradient(180deg,rgba(5,4,3,.84),rgba(5,4,3,.48) 68%,transparent);-webkit-backdrop-filter:none;backdrop-filter:none}
  .tf-nav{align-items:center;gap:30px;padding:0;border:0;background:transparent;box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none}
  .tf-nav a{padding:6px 0;color:#fffaf0;font-weight:700;text-shadow:0 2px 10px rgba(0,0,0,1);position:relative}
  .tf-nav a::after{content:"";position:absolute;left:0;right:100%;bottom:0;height:1px;background:#d8ad59;transition:right .3s var(--ease)}
  .tf-nav a:hover{background:transparent;color:#f0cd82}
  .tf-nav a:hover::after{right:0}
  .tf-header-cta{background:linear-gradient(110deg,#c89c4c,#efd69b,#c89c4c);color:#100b05;box-shadow:0 9px 28px rgba(0,0,0,.3);text-shadow:none}
}
