:root {
  --background: #fbfaf6; --foreground: #18231d; --card: #fff; --card-foreground: #18231d;
  --popover: #fff; --popover-foreground: #18231d; --primary: #12673f; --primary-foreground: #fff;
  --secondary: #efe9dd; --secondary-foreground: #18231d; --muted: #f3efe7; --muted-foreground: #657168;
  --accent: #8e1733; --accent-foreground: #fff; --destructive: #c93434; --border: #ded8cd;
  --input: #ded8cd; --ring: #12673f; --radius: .75rem;
}
@theme inline {
  --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card);
  --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground);
  --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary);
  --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground);
  --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive);
  --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); --font-sans: Arial, Helvetica, sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--background); color: var(--foreground); font-family: Arial, Helvetica, sans-serif; font-size: 16px; }
a { color: inherit; text-decoration: none; }
button { font: inherit; cursor: pointer; }
img { display: block; max-width: 100%; }
.fill-img { position: absolute; inset: 0; width: 100%; height: 100%; }
.icon { display: inline-grid; place-items: center; width: 1.25em; height: 1.25em; flex: none; }
.no-js-note { display: none; }
.b2b-site { overflow: hidden; }
.tricolor { height: 5px; background: linear-gradient(90deg,#18834f 0 33.33%,#fff 33.33% 66.66%,#cd2335 66.66%); }
.b2b-header { min-height: 106px; padding: 8px clamp(20px,5vw,72px); display: flex; align-items: center; gap: 34px; justify-content: space-between; position: sticky; top: 0; z-index: 40; background: rgba(251,250,246,.95); backdrop-filter: blur(15px); border-bottom: 1px solid rgba(28,56,40,.11); }
.logo-link { width: 210px; height: 88px; display: flex; align-items: center; flex: none; }
.logo-link img, .b2b-footer img { width: 100%; height: auto; object-fit: contain; filter: drop-shadow(0 3px 7px rgba(24,35,29,.12)); }
.logo-link img { transform: translateY(5px); }
.b2b-header nav { display: flex; align-items: center; gap: clamp(18px,2.3vw,34px); font-size: .9rem; font-weight: 700; }
.b2b-header nav a { position: relative; }
.b2b-header nav a:after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: #8e1733; transition: right .2s ease; }
.b2b-header nav a:hover:after { right: 0; }
.header-actions { display: flex; align-items: center; gap: 12px; }
.language-switch { display: flex; padding: 3px; border: 1px solid #d9d5cb; border-radius: 999px; background: white; }
.language-switch button { border: 0; padding: 7px 9px; border-radius: 999px; background: transparent; font-size: .74rem; font-weight: 800; color: #657168; }
.language-switch button.active { background: #12673f; color: white; }
.header-cta { min-height: 42px; padding: 0 17px; display: inline-flex; align-items: center; border-radius: 999px; background: #8e1733; color: white; font-size: .83rem; font-weight: 800; }
.b2b-hero { min-height: 710px; display: grid; grid-template-columns: 1.08fr .92fr; background: #f1eee5; }
.hero-content { padding: clamp(70px,9vw,132px) clamp(28px,7vw,112px); display: flex; flex-direction: column; justify-content: center; position: relative; z-index: 2; }
.market-pill { align-self: flex-start; display: inline-flex; align-items: center; gap: 8px; padding: 8px 13px; border: 1px solid #cfc7b8; border-radius: 999px; background: rgba(255,255,255,.72); color: #12673f; font-size: .78rem; font-weight: 800; }
.section-kicker { display: block; margin-top: 24px; color: #8e1733; font-size: .73rem; font-weight: 900; text-transform: uppercase; letter-spacing: .16em; }
.section-kicker.light { color: #e4bb8d; }
.b2b-hero h1 { max-width: 790px; margin: 17px 0 24px; font: 500 clamp(3.2rem,6.2vw,6.25rem)/.93 Georgia, "Times New Roman", serif; letter-spacing: -.06em; }
.hero-lead { max-width: 650px; margin: 0; color: #536158; font-size: clamp(1.02rem,1.5vw,1.2rem); line-height: 1.68; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; margin-top: 34px; }
.btn { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: 9px; padding: 0 21px; border-radius: 999px; font-size: .91rem; font-weight: 800; transition: transform .2s ease, background .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: #8e1733; color: white; }
.btn-primary:hover { background: #731129; }
.btn-ghost { border: 1px solid #cfc7b8; background: rgba(255,255,255,.55); }
.hero-proof { display: flex; flex-wrap: wrap; gap: 23px; margin-top: 42px; color: #435248; font-size: .83rem; font-weight: 800; }
.hero-proof span { display: inline-flex; align-items: center; gap: 7px; }
.hero-proof svg { color: #12673f; }
.hero-visual { position: relative; min-height: 710px; overflow: hidden; background: linear-gradient(160deg,#55213b 0%,#2b1025 60%,#152c20 100%); }
.hero-visual:after { content: ""; position: absolute; inset: 0; background: radial-gradient(circle at 45% 40%,transparent 0 44%,rgba(16,5,13,.38) 75%); pointer-events: none; }
.hero-visual > img { object-fit: cover; object-position: center 52%; z-index: 1; }
.hero-orbit { position: absolute; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.19); border-radius: 50%; left: 50%; top: 48%; transform: translate(-50%,-50%); z-index: 2; pointer-events: none; }
.hero-badge { position: absolute; right: clamp(20px,5vw,64px); bottom: 46px; z-index: 3; display: grid; gap: 3px; padding: 16px 20px; border: 1px solid rgba(255,255,255,.35); border-radius: 14px; background: rgba(25,10,20,.74); backdrop-filter: blur(10px); color: white; }
.hero-badge small { color: #e7c6d0; text-transform: uppercase; letter-spacing: .12em; font-size: .66rem; }
.hero-badge strong { font: 600 1.35rem Georgia, serif; }
.section-shell { max-width: 1440px; margin: auto; padding: 110px clamp(22px,6vw,88px); }
.section-intro { display: grid; grid-template-columns: .65fr 1.35fr; column-gap: 55px; align-items: end; }
.section-intro .section-kicker { grid-column: 1/-1; margin-top: 0; }
.section-intro h2, .partner-heading h2, .story-copy h2, .contact-section h2 { margin: 14px 0 0; font: 500 clamp(2.65rem,5vw,5rem)/.98 Georgia, serif; letter-spacing: -.05em; }
.section-intro p { margin: 0; color: #617067; font-size: 1.08rem; line-height: 1.7; }
.channel-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; margin-top: 52px; }
.channel-gallery figure { position: relative; aspect-ratio: 4/5; margin: 0; overflow: hidden; border-radius: 18px; background: #e8e1d5; box-shadow: 0 18px 42px rgba(35,49,41,.12); }
.channel-gallery img { object-fit: cover; transition: transform .35s ease; }
.channel-gallery figure:hover img { transform: scale(1.025); }
.channel-gallery figure:after { content: ""; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent,rgba(18,21,19,.78)); }
.channel-gallery figcaption { position: absolute; left: 18px; right: 18px; bottom: 17px; z-index: 2; color: white; font-size: .88rem; font-weight: 800; }
.benefit-row { display: grid; grid-template-columns: repeat(4,1fr); margin-top: 62px; border-top: 1px solid #dcd6cb; border-bottom: 1px solid #dcd6cb; }
.benefit-row div { padding: 24px 16px 24px 0; display: grid; gap: 9px; border-right: 1px solid #dcd6cb; }
.benefit-row div:not(:first-child) { padding-left: 24px; }
.benefit-row div:last-child { border-right: 0; }
.benefit-row span { color: #8e1733; font: italic .82rem Georgia, serif; }
.benefit-row strong { font-size: 1.03rem; }
.format-layout { margin-top: 78px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; }
.format-copy h3 { margin: 0 0 15px; font: 500 clamp(2rem,3vw,3rem)/1.02 Georgia, serif; }
.format-copy p { margin: 0; color: #657168; line-height: 1.7; }
.format-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.format-grid article { min-height: 148px; padding: 24px; display: flex; gap: 17px; border: 1px solid #ded8cd; border-radius: 16px; background: white; box-shadow: 0 12px 35px rgba(35,49,41,.045); }
.format-grid svg { color: #12673f; flex: none; }
.format-grid h4 { margin: 0 0 7px; font-size: 1rem; }
.format-grid p { margin: 0; color: #66736b; font-size: .9rem; line-height: 1.55; }
.menu-section { padding-bottom: 112px; background: #f6f1e7; border-top: 1px solid #e1dacd; }
.menu-heading.section-shell { padding-bottom: 44px; display: grid; grid-template-columns: .65fr 1.35fr; gap: 55px; align-items: end; }
.menu-heading .section-kicker { margin-top: 0; }
.menu-heading h2 { margin: 12px 0 0; font: 500 clamp(3.2rem,5vw,5.5rem)/.92 Georgia, serif; letter-spacing: -.055em; }
.menu-heading > p { max-width: 720px; margin: 0; color: #617067; font-size: 1.06rem; line-height: 1.7; }
.pot-grid { width: min(1540px,calc(100% - 44px)); margin: 0 auto; display: grid; grid-template-columns: repeat(auto-fill,minmax(215px,1fr)); gap: 17px; }
.pot-card { overflow: hidden; border: 1px solid #ded6c8; border-radius: 18px; background: white; box-shadow: 0 13px 34px rgba(38,42,34,.065); transition: transform .22s ease, box-shadow .22s ease; }
.pot-card:hover { transform: translateY(-5px); box-shadow: 0 18px 44px rgba(38,42,34,.12); }
.pot-image { position: relative; aspect-ratio: 9/13; overflow: hidden; background: #e9dfce; }
.pot-image img { object-fit: cover; object-position: center 48%; transition: transform .35s ease; }
.pot-card:hover .pot-image img { transform: scale(1.025); }
.pot-info { padding: 18px 18px 20px; }
.pot-info > span { color: #8e1733; font-size: .66rem; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.pot-info h3 { min-height: 2.45em; margin: 7px 0 6px; font: 600 1.18rem/1.15 Georgia, serif; }
.pot-info p { margin: 0; color: #6c776f; font-size: .82rem; }
.portfolio-section { min-height: 740px; display: grid; grid-template-columns: .85fr 1.15fr; background: #173a29; color: white; }
.portfolio-image { position: relative; min-height: 660px; }
.portfolio-image img { object-fit: cover; object-position: center 56%; }
.portfolio-content { padding: clamp(72px,8vw,118px); display: flex; flex-direction: column; justify-content: center; }
.portfolio-content h2 { max-width: 800px; margin: 15px 0 20px; font: 500 clamp(2.7rem,4.8vw,5rem)/.97 Georgia, serif; letter-spacing: -.05em; }
.portfolio-content > p { max-width: 760px; margin: 0; color: #c9d8cf; font-size: 1.05rem; line-height: 1.7; }
.portfolio-cards { display: grid; grid-template-columns: repeat(3,1fr); gap: 13px; margin-top: 42px; }
.portfolio-cards article { padding: 23px; border: 1px solid rgba(255,255,255,.17); border-radius: 14px; background: rgba(255,255,255,.055); }
.portfolio-cards h3 { margin: 0 0 8px; font: 600 1.05rem Georgia, serif; }
.portfolio-cards p { margin: 0; color: #b7ccc0; font-size: .84rem; line-height: 1.55; }
.partner-heading { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.partner-heading .section-kicker { margin-top: 0; }
.partner-heading p { margin: 0; color: #617067; font-size: 1.06rem; line-height: 1.7; }
.partner-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 17px; margin-top: 58px; }
.partner-grid article { min-height: 250px; padding: 28px; border: 1px solid #ded8cd; border-radius: 16px; background: #fff; }
.partner-grid article > span { width: 45px; height: 45px; display: grid; place-items: center; border-radius: 50%; background: #eef5f0; color: #12673f; }
.partner-grid h3 { margin: 32px 0 10px; font: 600 1.28rem Georgia, serif; }
.partner-grid p { margin: 0; color: #68756d; font-size: .91rem; line-height: 1.6; }
.story-section { padding: 100px clamp(22px,6vw,88px); display: grid; grid-template-columns: 1fr .92fr; gap: clamp(50px,8vw,110px); align-items: center; background: #efe9dd; }
.story-gallery { min-height: 590px; position: relative; }
.story-main { position: absolute; inset: 0 20% 10% 0; overflow: hidden; border-radius: 4px 4px 72px 4px; }
.story-main img { object-fit: cover; }
.story-detail { position: absolute; width: 45%; aspect-ratio: 1; right: 0; bottom: 0; overflow: hidden; border: 10px solid #efe9dd; border-radius: 50%; box-shadow: 0 22px 55px rgba(37,37,26,.18); }
.story-detail img { object-fit: cover; }
.story-copy .section-kicker { margin-top: 0; }
.story-copy > p { color: #59675f; font-size: 1.07rem; line-height: 1.75; }
.number-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin-top: 38px; background: #d5ccbd; }
.number-grid div { display: grid; gap: 4px; padding: 23px; background: #efe9dd; }
.number-grid strong { color: #8e1733; font: 500 2.25rem Georgia, serif; }
.number-grid span { color: #69746e; font-size: .82rem; }
.contact-section { padding: 82px clamp(24px,7vw,110px); display: grid; grid-template-columns: 1.15fr .85fr; gap: 70px; align-items: center; background: #8e1733; color: white; }
.contact-section .section-kicker { margin-top: 0; }
.contact-section h2 { max-width: 820px; }
.contact-section p { margin: 18px 0 0; color: #f0d9df; font-size: 1.05rem; }
.contact-actions { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 10px; }
.btn-light { background: white; color: #711027; }
.btn-outline-light { border: 1px solid rgba(255,255,255,.55); color: white; }
.b2b-footer { min-height: 150px; padding: 24px clamp(20px,6vw,88px); display: grid; grid-template-columns: 170px 1fr auto; gap: 30px; align-items: center; background: #111d17; color: #d8e2dc; }
.b2b-footer p { color: #a9b9b0; font-size: .84rem; }
.footer-center { display: flex; align-items: center; gap: 14px; }
.footer-copy { display: grid; gap: 6px; }
.footer-copy address { color: #d8e2dc; font-size: .84rem; font-style: normal; line-height: 1.45; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 18px; font-size: .82rem; }
.country-flags { display: inline-flex; align-items: center; flex: none; font-size: 1.45rem; line-height: 1; }
.country-flags span + span { margin-left: -5px; }
.b2b-footer a:hover { color: white; }
@media (max-width: 1100px) {
  .b2b-header nav { display: none; } .b2b-hero { grid-template-columns: 1fr 1fr; } .hero-content { padding-inline: 40px; }
  .hero-proof { gap: 13px; } .portfolio-section { grid-template-columns: .75fr 1.25fr; } .portfolio-content { padding: 70px 45px; }
  .portfolio-cards { grid-template-columns: 1fr; } .partner-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 820px) {
  .b2b-header { min-height: 88px; padding-inline: 16px; } .logo-link { width: 158px; height: 68px; } .header-cta { display: none; }
  .b2b-hero { grid-template-columns: 1fr; } .hero-content { order: 2; padding: 62px 22px 72px; } .hero-visual { min-height: 560px; }
  .section-shell { padding: 78px 22px; } .section-intro, .format-layout, .menu-heading.section-shell, .partner-heading, .story-section, .contact-section { grid-template-columns: 1fr; }
  .section-intro { gap: 18px; } .benefit-row { grid-template-columns: 1fr 1fr; } .benefit-row div:nth-child(2) { border-right: 0; }
  .benefit-row div:nth-child(3), .benefit-row div:nth-child(4) { border-top: 1px solid #dcd6cb; } .benefit-row div:nth-child(3) { padding-left: 0; }
  .format-layout { gap: 34px; } .menu-heading.section-shell { gap: 18px; padding-bottom: 36px; } .menu-section { padding-bottom: 78px; }
  .pot-grid { width: calc(100% - 36px); grid-template-columns: repeat(2,minmax(0,1fr)); gap: 12px; }
  .portfolio-section { grid-template-columns: 1fr; } .portfolio-image { min-height: 520px; }
  .portfolio-content { padding: 72px 22px; } .story-section { padding: 78px 22px; } .story-gallery { min-height: 470px; }
  .contact-section { padding: 70px 22px; gap: 34px; } .contact-actions { justify-content: flex-start; } .b2b-footer { grid-template-columns: 130px 1fr; }
  .footer-links { grid-column: 1/-1; justify-content: flex-start; }
}
@media (max-width: 560px) {
  .b2b-hero h1 { font-size: 3.35rem; } .hero-visual { min-height: 500px; } .hero-badge { left: auto; right: 14px; bottom: 18px; padding: 13px 15px; }
  .hero-proof { display: grid; } .benefit-row, .format-grid, .partner-grid { grid-template-columns: 1fr; }
  .benefit-row div, .benefit-row div:not(:first-child) { padding: 18px 0; border-right: 0; border-top: 1px solid #dcd6cb; }
  .benefit-row div:first-child { border-top: 0; } .story-gallery { min-height: 390px; } .story-main { inset: 0 9% 8% 0; }
  .pot-info { padding: 14px; } .pot-info h3 { font-size: 1.02rem; } .pot-info p { font-size: .76rem; }
  .story-detail { width: 48%; } .number-grid { grid-template-columns: 1fr 1fr; } .b2b-footer { grid-template-columns: 1fr; text-align: left; }
  .channel-gallery { gap: 8px; margin-top: 34px; } .channel-gallery figure { border-radius: 11px; } .channel-gallery figcaption { left: 8px; right: 8px; bottom: 9px; font-size: .68rem; line-height: 1.2; }
  .b2b-footer img { width: 150px; }
}
