/* tveg.eu — corporate trading house: navy ink, warm sand, copper rules, Fraunces serif, photography-led */

:root {
  --font-head: 'Fraunces', Georgia, 'Times New Roman', serif;
  --font-body: 'Poppins', -apple-system, 'Segoe UI', Roboto, Arial, sans-serif;
  --accent: #6E1D24;
  --accent-deep: #571219;
  --accent-soft: #EBE3D2;
  --cta: #6E1D24;
  --cta-ink: #fff;
  --bg: #F4EFE6;
  --card: #FFFFFF;
  --ink: #1C2530;
  --head: #6E1D24;
  --label: #333D4B;
  --line: #DCD2BC;
  --link: #B08D3E;
  --sec-ink: #6E1D24;
  --nav-ink: #6E1D24;
  --topbar-bg: #F7F4EE;
  --thead: #EBE3D2;
  --footer-bg: #2A1114;
  --footer-ink: #E6D9C8;
  --focus: rgba(184, 115, 51, .3);
  --radius-card: 2px;
  --radius-btn: 2px;
  --radius-in: 2px;
  --shadow: 0 1px 0 rgba(110, 29, 36, .12);
  --shadow-soft: 0 1px 0 rgba(110, 29, 36, .10);
  --muted: #4A5361;
  --hero-shade: linear-gradient(100deg, rgba(30, 10, 12, .84) 0%, rgba(30, 10, 12, .58) 48%, rgba(30, 10, 12, .28) 100%);
  --stats-bg: #6E1D24;
  --stats-ink: #F4EFE6;
  --stats-accent: #C7A558;
  --tile-shade: rgba(12, 18, 34, .46);
  --tile-shade-hover: rgba(12, 18, 34, .26);
  --step-accent: #B08D3E;
  --season-bar: #6E1D24;
}

body { font-size: 16.5px; }
h1, h2, h3 { font-weight: 600; }

/* sticky topbar — solid so it stays visible over cream body on inner pages */
.topbar { position: sticky; top: 0; z-index: 40; background: var(--topbar-bg); border-bottom: 1px solid #CBB98B; box-shadow: 0 2px 12px rgba(42, 17, 20, .07); }
.topbar-in { min-height: 74px; }
.logo-img { height: 44px; }
.topnav a { text-transform: uppercase; letter-spacing: .12em; font-size: 12.5px; font-weight: 600; }
.topnav a:hover { color: #B08D3E; }

/* hero */
.corp-hero { position: relative; overflow: hidden; min-height: 78vh; display: flex; align-items: center; }
.corp-hero-in { position: relative; z-index: 2; padding-top: 40px; padding-bottom: 60px; }
.corp-kicker { color: #C7A558; text-transform: uppercase; letter-spacing: .22em; font-size: 13px; font-weight: 600; margin: 0 0 22px; }
.corp-hero h1 { font-size: clamp(38px, 5.4vw, 64px); margin: 0 0 20px; max-width: 780px; color: #FFFFFF; line-height: 1.08; }
.corp-sub { font-size: 19px; color: rgba(255, 255, 255, .82); max-width: 620px; margin: 0 0 36px; line-height: 1.6; }
.corp-hero-ctas { display: flex; gap: 14px; flex-wrap: wrap; }

.btn-corp {
  display: inline-block; text-decoration: none; cursor: pointer; border: 0; font-family: var(--font-body);
  font-size: 13.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase;
  padding: 18px 38px; border-radius: 2px; background: #6E1D24; color: #fff; border: 1px solid #6E1D24;
  transition: all .25s;
}
.btn-corp:hover { background: #571219; }
.btn-corp.light { background: #F4EFE6; color: #6E1D24; border-color: #F4EFE6; }
.btn-corp.light:hover { background: #fff; }
.btn-corp.ghost { background: transparent; color: #fff; border: 1px solid rgba(255, 255, 255, .55); }
.btn-corp.ghost:hover { border-color: #fff; background: rgba(255, 255, 255, .08); }
.btn-corp-outline { display: inline-block; text-decoration: none; font-size: 13.5px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; padding: 16px 34px; background: transparent; color: #6E1D24; border: 1px solid #6E1D24; }

/* values photo cards */
.corp-values { background: #fff; border-bottom: 1px solid var(--line); }
.corp-values-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; }
.cv { padding: 0 26px 40px; border-left: 1px solid var(--line); }
.cv:first-child { border-left: 0; }
.cv-img { margin: 0 -26px 26px; aspect-ratio: 3/2; overflow: hidden; }
.cv:first-child .cv-img { margin-left: -26px; }
.cv-img img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s; }
.cv:hover .cv-img img { transform: scale(1.04); }
.cv h3 { margin: 0 0 10px; font-size: 21px; }
.cv h3::before { content: ""; display: block; width: 2.2em; border-top: 2px solid #B08D3E; margin-bottom: 14px; }
.cv p { margin: 0; color: var(--muted); font-size: 15.5px; }

/* about split */
.corp-section { padding: 84px 0; }
.corp-section.alt { background: #fff; border-block: 1px solid var(--line); }
.corp-section h2 { font-size: clamp(28px, 3.4vw, 40px); margin: 0 0 18px; }
.corp-section h2::after { content: ""; display: block; width: 2.4em; border-top: 2px solid #B08D3E; margin-top: 16px; }
.corp-about { display: grid; grid-template-columns: 1.15fr 1fr; gap: 60px; align-items: center; }
.corp-about-txt p { font-size: 16.5px; color: #333D4B; line-height: 1.7; }
.corp-about-img img { width: 100%; display: block; aspect-ratio: 4/5; object-fit: cover; }

/* stats theme */
.stats-band { border-top: 1px solid var(--line); }
.stat b { color: #F4EFE6; }

/* season calendar */
.season-bar { color: #fff; font-size: 12.5px; }

/* footer & contact */
.corp-contact h1 { font-size: 36px; margin: 0 0 10px; }
.corp-contact > p { max-width: 640px; color: var(--muted); }
.corp-contact-grid { display: grid; grid-template-columns: 1.4fr 1fr; gap: 44px; margin-top: 34px; }
.corp-address { background: #fff; border: 1px solid var(--line); padding: 30px; align-self: start; }
.corp-address h3 { margin: 0 0 8px; }
.corp-address p { color: #333D4B; }
.contact-ok { color: #166534; font-weight: 600; }
.contact-form .field input, .contact-form .field textarea { background: #fff; }
.btn-corp-submit { width: 100%; }

.footer { margin-top: 0; }
.footer-nav a:hover { color: #C7A558; }

@media (max-width: 900px) {
  .corp-hero { min-height: 66vh; }
  .corp-hero h1 { font-size: 34px; }
  .corp-values-grid { grid-template-columns: 1fr; }
  .cv { border-left: 0; border-top: 1px solid var(--line); padding-top: 0; }
  .cv:first-child { border-top: 0; }
  .cv-img { margin-top: 0; }
  .corp-about { grid-template-columns: 1fr; gap: 30px; }
  .corp-about-img img { aspect-ratio: 16/10; }
  .corp-contact-grid { grid-template-columns: 1fr; }
  .corp-section { padding: 56px 0; }
}


/* heritage classicism: centered masthead + double rules + catalog plates */
.topbar-in { position: relative; }
.corp-hero-in { text-align: center; }
.corp-hero h1 { margin-inline: auto; }
.corp-sub { margin-inline: auto; }
.corp-hero-ctas { justify-content: center; }
.corp-kicker { letter-spacing: .26em; }
.corp-section h2::after { margin-inline: 0; }
.corp-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 10px; border-top: 1px solid rgba(244,239,230,.5); z-index: 2; }

/* product catalog plates instead of full-bleed tiles */
.tiles { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; max-width: 1140px; margin: 0 auto; padding: 10px 16px 74px; background: transparent; }
.tile { aspect-ratio: auto; background: #FFFDF7; border: 1px solid #CBB98B; padding: 12px; display: block; }
.tile::after { display: none; }
.tile img { aspect-ratio: 4/3; height: auto; border: 1px solid #E5DAC0; transition: none; }
.tile:hover img { transform: none; }
.tile-label { position: static; transform: none; display: block; text-align: center; color: #6E1D24; font-size: 19px; letter-spacing: .12em; margin-top: 14px; text-shadow: none; }
.tile-cta { position: static; display: block; text-align: center; opacity: 1; color: #B08D3E; margin-top: 4px; padding-bottom: 6px; font-size: 11px; }
.tile-no { display: block; text-align: center; font-family: var(--font-body); font-size: 11px; letter-spacing: .22em; color: #B08D3E; margin: 10px 0 2px; text-transform: uppercase; }

/* double rule section separators */
.corp-section h2 { position: relative; }
.season-wrap { border-top: 3px double #B08D3E; padding-top: 18px; }

@media (max-width: 900px) { .tiles { grid-template-columns: 1fr 1fr; } }
@media (max-width: 560px) { .tiles { grid-template-columns: 1fr; } }

.corp-hours { color: var(--muted); font-size: 14.5px; margin-top: 14px; padding-top: 14px; border-top: 1px solid var(--line); }

/* sell band (home) + sell form (home + contact) */
.sell-band { padding: 76px 0; background: #fff; border-bottom: 1px solid var(--line); }
.sell-band-in { display: grid; grid-template-columns: 1fr 1.05fr; gap: 54px; align-items: center; }
.sell-band-copy h2 { font-size: clamp(28px, 3.4vw, 42px); margin: 0 0 16px; }
.sell-band-lead { font-size: 17px; color: #333D4B; line-height: 1.6; margin: 0 0 22px; max-width: 460px; }
.sell-band-points { list-style: none; padding: 0; margin: 0; display: grid; gap: 12px; }
.sell-band-points li { position: relative; padding-left: 30px; font-weight: 600; color: var(--ink); font-size: 15.5px; }
.sell-band-points li::before { content: ""; position: absolute; left: 0; top: 2px; width: 18px; height: 18px; border-radius: 50%; background: #6E1D24; }
.sell-band-points li::after { content: "✓"; position: absolute; left: 4px; top: 0; color: #fff; font-size: 12px; font-weight: 900; }
.sellform.card { border: 1px solid var(--line); box-shadow: 0 18px 46px rgba(42,17,20,.12); padding: 30px; }
.sellform-title { font-size: 24px; margin: 0 0 6px; }
.sellform-intro { margin: 0 0 18px; color: var(--muted); font-size: 15px; }
.sellform .field { margin-bottom: 18px; }
.sellform.sent { display: none; }
.corp-contact-note { margin-top: 18px; padding-top: 16px; border-top: 1px solid var(--line); font-size: 13.5px; color: var(--muted); line-height: 1.55; }
.corp-contact-grid { align-items: start; }

@media (max-width: 900px) {
  .sell-band { padding: 48px 0; }
  .sell-band-in { grid-template-columns: 1fr; gap: 28px; }
  .sellform.card { padding: 22px; }
}
