/* This Found Fashion Storefront — Figma reference proportion pass 1687.
   Smaller type, larger image cards and shallow three-column mega menu. */

.tff-site{
  font-size:12px;
  line-height:1.45;
}
.tff-eyebrow{
  font-size:8px;
  font-weight:500;
  letter-spacing:.13em;
}

/* Reference-like compact chrome. */
.tff-announcement{
  grid-column:1/-1;
  display:flex;
  align-items:center;
  justify-content:center;
  min-height:26px;
  margin:0 calc(clamp(24px,4vw,72px) * -1);
  border-bottom:1px solid var(--line);
  font-size:7px;
  font-weight:400;
  letter-spacing:.04em;
  text-transform:none;
}
.tff-header{
  grid-template-rows:26px 52px;
  min-height:78px;
  padding-inline:clamp(22px,3vw,48px);
}
.tff-brand{width:132px}
.tff-logo{width:132px;max-height:38px}
.tff-nav{gap:22px}
.tff-nav a,.tff-nav button,.tff-login{
  font-size:8px;
  font-weight:400;
  letter-spacing:.08em;
}
.tff-languages a{font-size:7px}
.tff-pill,.tff-cta{
  min-height:34px;
  padding-inline:14px;
  gap:12px;
  font-size:7px;
  font-weight:500;
  letter-spacing:.08em;
}

/* Reference mega menu: shallow full-width dropdown, not a full-screen overlay. */
.tff-menu{
  position:absolute;
  inset:100% 0 auto 0;
  display:block;
  height:auto;
  max-height:calc(100vh - 78px);
  padding:0;
  border-top:1px solid var(--line);
  border-bottom:1px solid var(--line);
  background:var(--tff-bg);
  color:var(--tff-ink);
  box-shadow:0 14px 28px rgba(20,20,18,.06);
  overflow:auto;
  opacity:0;
  visibility:hidden;
  transform:translateY(-5px);
  transition:opacity .16s ease,visibility .16s ease,transform .16s ease;
}
.tff-menu.is-open{opacity:1;visibility:visible;transform:none}
.tff-menu>header,.tff-menu>footer,.tff-menu-grid{display:none!important}
.tff-reference-menu{
  width:min(1380px,100%);
  margin:0 auto;
  padding:28px 24px 34px;
  display:grid;
  grid-template-columns:150px minmax(0,1fr) 280px;
  gap:42px;
  background:var(--tff-bg);
}
.tff-reference-menu small{
  display:block;
  margin:0 0 15px;
  font-size:7px;
  font-weight:500;
  letter-spacing:.12em;
  text-transform:uppercase;
  opacity:.55;
}
.tff-reference-menu__index{
  display:flex;
  flex-direction:column;
  align-items:flex-start;
}
.tff-reference-menu__index a{
  display:block;
  margin:0 0 10px;
  padding:0;
  border:0;
  font-size:10px;
  font-weight:300;
  line-height:1.25;
  text-decoration:none;
  transition:opacity .15s ease;
}
.tff-reference-menu__index a:hover{opacity:.45}
.tff-reference-menu__brands{
  min-width:0;
}
.tff-reference-menu__brand-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:14px;
}
.tff-reference-menu__brand{
  display:block;
  min-width:0;
  text-decoration:none;
}
.tff-reference-menu__brand figure{
  aspect-ratio:3/4;
  margin:0 0 8px;
  overflow:hidden;
  background:#eeeae3;
}
.tff-reference-menu__brand img{
  width:100%;
  height:100%;
  object-fit:cover;
  transition:opacity .2s ease;
}
.tff-reference-menu__brand:hover img{opacity:.78}
.tff-reference-menu__brand strong{
  display:block;
  font-size:9px;
  font-weight:400;
  line-height:1.2;
}
.tff-reference-menu__brand span{
  display:block;
  margin-top:3px;
  font-size:7px;
  font-weight:300;
  line-height:1.25;
  opacity:.55;
}
.tff-reference-menu__feature{
  padding-left:30px;
  border-left:1px solid var(--line);
}
.tff-reference-menu__feature figure{
  aspect-ratio:4/3;
  margin:0 0 12px;
  overflow:hidden;
  background:#eeeae3;
}
.tff-reference-menu__feature img{width:100%;height:100%;object-fit:cover}
.tff-reference-menu__feature strong{
  display:block;
  font-size:11px;
  font-weight:300;
  line-height:1.25;
}
.tff-reference-menu__feature p{
  margin:4px 0 12px;
  font-size:8px;
  font-weight:300;
  line-height:1.45;
  opacity:.58;
}
.tff-reference-menu__feature a{
  font-size:7px;
  font-weight:500;
  letter-spacing:.08em;
  text-decoration:underline;
  text-underline-offset:4px;
  text-transform:uppercase;
}

/* Smaller, quieter hero typography while retaining the requested full-width slider. */
.tff-hero{
  height:min(790px,calc(100vh - 78px));
  min-height:620px;
}
.tff-slide-copy{
  left:clamp(22px,6vw,94px);
  bottom:clamp(64px,9vh,104px);
  width:min(500px,calc(100% - 44px));
}
.tff-slide-copy h1{
  max-width:500px;
  margin:12px 0 14px;
  font-size:clamp(34px,4vw,62px);
  line-height:.95;
  letter-spacing:-.045em;
}
.tff-slide-copy>p:not(.tff-eyebrow){
  max-width:420px;
  margin:0 0 20px;
  font-size:9px;
  line-height:1.6;
}
.tff-slider-controls{bottom:24px}
.tff-slide-count{bottom:33px;font-size:7px}
.tff-slide-count b{font-size:10px}

/* Reference section rhythm: compact headings, generous white space. */
.tff-section-head{
  grid-template-columns:minmax(0,1fr) 230px;
  gap:40px;
  margin-bottom:28px;
  padding-bottom:16px;
}
.tff-section-head h2{
  max-width:620px;
  margin-top:8px;
  font-family:var(--tff-sans);
  font-size:clamp(20px,2.2vw,32px);
  font-weight:300;
  line-height:1.05;
  letter-spacing:-.025em;
  text-transform:none;
}
.tff-section-head>p{
  max-width:230px;
  font-size:8px;
  line-height:1.55;
  opacity:.58;
}
.tff-section-head>a{font-size:7px;font-weight:500}
.tff-concept-note{display:none}

/* Our Brand World: four equal Figma-size image cards. */
.tff-brand-world{
  padding:clamp(86px,10vw,150px) clamp(22px,7vw,140px);
}
.tff-brand-grid,
.tff-site[data-concept="nordic-grid"] .tff-brand-grid,
.tff-site[data-concept="gallery-sequence"] .tff-brand-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:10px;
  border:0;
  background:none;
}
.tff-brand-card,
.tff-site[data-concept="gallery-sequence"] .tff-brand-card,
.tff-site[data-concept="gallery-sequence"] .tff-brand-card:nth-child(even){
  display:block;
  min-height:0;
  border:0;
  background:transparent;
  box-shadow:none;
  overflow:visible;
  transform:none;
}
.tff-brand-card figure,
.tff-site[data-concept="nordic-grid"] .tff-brand-card figure{
  width:100%;
  height:auto;
  min-height:0;
  aspect-ratio:4/5;
  margin:0 0 11px;
  border-radius:0;
  overflow:hidden;
  background:#efede8;
}
.tff-brand-card figure img{width:100%;height:100%;object-fit:cover}
.tff-brand-card figure span{
  top:8px;
  left:8px;
  width:auto;
  height:auto;
  padding:4px 5px;
  border-radius:0;
  background:rgba(255,255,255,.85);
  font-size:6px;
  font-weight:500;
}
.tff-brand-card>div,
.tff-site[data-concept="nordic-grid"] .tff-brand-card>div,
.tff-site[data-concept="gallery-sequence"] .tff-brand-card>div{
  display:block;
  padding:0;
}
.tff-brand-card .tff-eyebrow{margin-bottom:5px;font-size:6px;opacity:.55}
.tff-brand-card h3,
.tff-site[data-concept="editorial-cut"] .tff-brand-card h3,
.tff-site[data-concept="nordic-grid"] .tff-brand-card h3{
  margin:0 0 4px;
  font-family:var(--tff-sans);
  font-size:11px;
  font-weight:400;
  line-height:1.15;
  letter-spacing:0;
  text-transform:none;
}
.tff-brand-card strong{
  display:block;
  margin:0;
  font-family:var(--tff-sans);
  font-size:7px;
  font-weight:300;
  line-height:1.35;
  opacity:.65;
}
.tff-brand-card p:not(.tff-eyebrow){display:none}
.tff-brand-card em{
  display:inline-block;
  margin-top:7px;
  padding:0;
  border:0;
  font-size:6px;
  font-weight:500;
  letter-spacing:.08em;
}

/* New & Noted also follows the restrained reference captions. */
.tff-news{
  padding:clamp(88px,10vw,150px) clamp(22px,7vw,140px);
}
.tff-news-grid{gap:10px;background:none}
.tff-news-grid>a{
  min-height:0;
  padding:0;
  background:transparent;
  border:0;
  border-radius:0;
  box-shadow:none;
  transform:none;
}
.tff-news-grid figure{
  aspect-ratio:4/5;
  margin:0 0 12px;
}
.tff-news-grid h3,
.tff-site[data-concept="editorial-cut"] .tff-news-grid h3{
  margin:7px 0 6px;
  font-family:var(--tff-sans);
  font-size:12px;
  font-weight:300;
  line-height:1.25;
  letter-spacing:-.01em;
  text-transform:none;
}
.tff-news-grid>a>p:not(.tff-eyebrow){
  margin:0 0 8px;
  font-size:7px;
  line-height:1.5;
}
.tff-news-grid>a>span{
  margin:0;
  padding:0;
  border:0;
  font-size:6px;
  font-weight:500;
}

/* For the Nordic Summer: four randomized, equal, generous Showroom images. */
.tff-showroom{
  padding:clamp(88px,10vw,150px) clamp(22px,7vw,140px);
}
.tff-showroom-grid,
.tff-site[data-concept="gallery-sequence"] .tff-showroom-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  grid-auto-rows:auto;
  gap:10px;
}
.tff-showroom-grid figure,
.tff-site[data-concept="gallery-sequence"] .tff-showroom-grid figure:nth-child(n){
  display:block;
  grid-column:auto;
  grid-row:auto;
  aspect-ratio:4/5;
  border-radius:0;
  transform:none;
}
.tff-showroom-grid figure:nth-child(n+5){display:none}
.tff-showroom-grid figcaption{
  right:auto;
  bottom:6px;
  left:6px;
  padding:3px 5px;
  font-size:5px;
  letter-spacing:.08em;
}

/* Keep wholesale and apps editorial, but much quieter. */
.tff-wholesale-band{
  grid-template-columns:120px minmax(260px,1.2fr) minmax(220px,.7fr) 130px;
  padding:50px clamp(22px,7vw,140px);
  gap:30px;
}
.tff-wholesale-band h2{
  font-family:var(--tff-sans);
  font-size:clamp(24px,2.5vw,38px);
  font-weight:300;
  line-height:1.05;
  letter-spacing:-.03em;
}
.tff-wholesale-band>p:not(.tff-eyebrow){font-size:8px}
.tff-wholesale-band>a{font-size:6px}
.tff-apps{min-height:520px}
.tff-apps-copy{padding:clamp(30px,4vw,58px)}
.tff-apps-copy h2{
  margin:12px 0 18px;
  font-family:var(--tff-sans);
  font-size:clamp(30px,3.5vw,52px);
  font-weight:300;
  line-height:.98;
  letter-spacing:-.04em;
}
.tff-apps-copy>p:not(.tff-eyebrow){font-size:8px}
.tff-apps-copy>strong{font-size:7px}
.tff-platforms>a{padding:30px}
.tff-platforms strong{font-family:var(--tff-sans);font-size:13px;font-weight:300}

@media(max-width:1050px){
  .tff-reference-menu{grid-template-columns:130px minmax(0,1fr) 230px;gap:26px}
  .tff-reference-menu__feature{padding-left:20px}
  .tff-brand-grid,
  .tff-site[data-concept="nordic-grid"] .tff-brand-grid,
  .tff-site[data-concept="gallery-sequence"] .tff-brand-grid,
  .tff-showroom-grid,
  .tff-site[data-concept="gallery-sequence"] .tff-showroom-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .tff-showroom-grid figure:nth-child(n+5){display:block}
}
@media(max-width:900px){
  .tff-announcement{margin:0 -28px}
  .tff-header{grid-template-rows:26px 46px;min-height:72px}
  .tff-reference-menu{display:none}
  .tff-menu{position:fixed;inset:72px 0 0;max-height:none;padding:20px;background:var(--tff-bg)}
  .tff-menu>header,.tff-menu>footer,.tff-menu-grid{display:flex!important}
  .tff-menu>header{display:none!important}
  .tff-menu-grid{display:grid!important;grid-template-columns:1fr!important;border:0!important;overflow:auto}
  .tff-menu-grid section{padding:20px 0!important;border-right:0!important;border-bottom:1px solid var(--line)!important}
  .tff-menu>footer{justify-content:flex-start!important}
  .tff-slide-copy h1{font-size:clamp(30px,7vw,48px)}
}
@media(max-width:620px){
  .tff-announcement{margin:0 -18px;font-size:6px}
  .tff-hero{min-height:540px}
  .tff-brand-world,.tff-news,.tff-showroom{padding:70px 18px}
  .tff-brand-grid,
  .tff-site[data-concept="nordic-grid"] .tff-brand-grid,
  .tff-site[data-concept="gallery-sequence"] .tff-brand-grid,
  .tff-showroom-grid,
  .tff-site[data-concept="gallery-sequence"] .tff-showroom-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}
  .tff-brand-card figure{aspect-ratio:3/4}
  .tff-section-head{grid-template-columns:1fr;gap:12px}
  .tff-section-head h2{font-size:22px}
  .tff-section-head>p{font-size:7px}
  .tff-news-grid{grid-template-columns:1fr}
  .tff-news-grid figure{aspect-ratio:16/10}
  .tff-showroom-grid figure:nth-child(n+5){display:none}
  .tff-wholesale-band{grid-template-columns:1fr;padding:45px 18px}
}
