/* Custom Thermos Cup B2B campaign page. Extends the shared Glomarket design system. */
.thermos-campaign {
  --campaign-navy: #082b47;
  --campaign-blue: #0f3d63;
  --campaign-orange: #f4713b;
  --campaign-paper: #f5f8fb;
  --campaign-ink: #16202b;
  --campaign-line: #dbe4ec;
}

.thermos-campaign main { overflow: hidden; }
.thermos-campaign :focus-visible { outline: 3px solid rgba(244,113,59,.45); outline-offset: 3px; }
.thermos-campaign .section-head--left { max-width: 760px; margin-left: 0; text-align: left; }
.thermos-campaign .wa-float { display: none; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.thermos-hero { position: relative; color: #fff; background: var(--campaign-navy); }
.thermos-hero::before {
  content: ""; position: absolute; inset: 0; pointer-events: none;
  background: linear-gradient(90deg, rgba(255,255,255,.035) 1px, transparent 1px), linear-gradient(rgba(255,255,255,.035) 1px, transparent 1px);
  background-size: 44px 44px;
}
.thermos-hero__inner { position: relative; z-index: 1; display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: clamp(40px, 7vw, 84px); padding-top: clamp(54px, 8vw, 96px); padding-bottom: clamp(54px, 8vw, 96px); }
.thermos-hero__copy { max-width: 620px; }
.thermos-hero__copy h1 { max-width: 13ch; color: #fff; font-size: clamp(2.35rem, 5vw, 4.6rem); letter-spacing: -.045em; }
.thermos-hero__lead { max-width: 56ch; color: rgba(255,255,255,.86); font-size: clamp(1.04rem, 1.5vw, 1.18rem); }
.thermos-hero__phone { display: inline-flex; align-items: center; gap: 9px; margin-top: 20px; color: #fff; font-weight: 600; }
.thermos-hero__phone:hover { color: #fff; text-decoration: underline; }
.thermos-hero__media { position: relative; min-height: 550px; }
.thermos-hero__photo { position: absolute; overflow: hidden; margin: 0; background: #fff; border: 7px solid #fff; box-shadow: 0 28px 66px rgba(0,0,0,.32); }
.thermos-hero__photo img { width: 100%; height: 100%; object-fit: cover; }
.thermos-hero__photo--main { inset: 0 9% 8% 0; transform: rotate(-1.5deg); }
.thermos-hero__photo--detail { right: 0; bottom: 0; width: 52%; aspect-ratio: 1 / .82; transform: rotate(2.5deg); }
.thermos-hero__caption { position: absolute; left: 18px; bottom: 16px; max-width: 240px; margin: 0; padding: 8px 11px; color: #fff; background: rgba(8,43,71,.9); font-size: .78rem; font-weight: 600; }

.quote-guide { color: #fff; background: var(--campaign-orange); }
.quote-guide__inner { display: grid; grid-template-columns: minmax(220px,.8fr) 2.2fr; align-items: center; gap: 30px; min-height: 100px; padding-top: 18px; padding-bottom: 18px; }
.quote-guide h2 { margin: 0; color: #fff; font-size: clamp(1.2rem, 2vw, 1.65rem); }
.quote-guide ul { display: grid; grid-template-columns: repeat(4,1fr); gap: 12px; list-style: none; margin: 0; padding: 0; }
.quote-guide li { display: flex; gap: 9px; align-items: flex-start; font-size: .92rem; font-weight: 600; }
.quote-guide li i { margin-top: 4px; }

.model-index { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--campaign-line); border-left: 1px solid var(--campaign-line); }
.model-card { display: flex; flex-direction: column; min-width: 0; background: #fff; border-right: 1px solid var(--campaign-line); border-bottom: 1px solid var(--campaign-line); }
.model-card__image { position: relative; overflow: hidden; aspect-ratio: 1 / .92; margin: 0; background: var(--campaign-paper); }
.model-card__image img { width: 100%; height: 100%; object-fit: cover; transition: transform .25s ease; }
.model-card:hover .model-card__image img { transform: scale(1.025); }
.model-card__number { position: absolute; top: 12px; left: 12px; display: grid; place-items: center; width: 38px; height: 38px; color: #fff; background: var(--campaign-blue); font-family: var(--font-head); font-size: .78rem; font-weight: 700; border-radius: 50%; }
.model-card__body { display: flex; flex: 1; flex-direction: column; align-items: flex-start; padding: 22px; }
.model-card h3 { margin-bottom: 8px; font-size: 1.08rem; }
.model-card p { flex: 1; margin-bottom: 18px; color: var(--muted); font-size: .86rem; }
.model-card .btn { width: 100%; }

.quality-section { color: #fff; background: var(--campaign-blue); }
.quality-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(38px, 8vw, 100px); align-items: center; }
.quality-visual { display: grid; place-items: center; min-height: 410px; padding: 44px; background: #fff; }
.quality-visual img { width: min(230px,70%); }
.quality-copy h2 { color: #fff; }
.quality-copy > p { max-width: 58ch; color: rgba(255,255,255,.82); }
.quality-checks { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 28px; background: rgba(255,255,255,.24); }
.quality-checks span { padding: 18px 14px; background: var(--campaign-blue); font-size: .9rem; font-weight: 600; text-align: center; }

.options-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: clamp(38px, 8vw, 96px); align-items: start; }
.options-intro p { max-width: 48ch; color: var(--muted); }
.options-list { border-top: 1px solid var(--campaign-line); }
.option-row { display: grid; grid-template-columns: 150px 1fr auto; gap: 22px; align-items: center; padding: 20px 0; border-bottom: 1px solid var(--campaign-line); }
.option-row strong { font-family: var(--font-head); color: var(--campaign-blue); }
.option-row p { margin: 0; color: var(--muted); font-size: .92rem; }
.confirm-badge { padding: 7px 10px; border-radius: 999px; color: #8a3a18; background: #fff0e9; font-size: .76rem; font-weight: 700; white-space: nowrap; }

.process-section { background: var(--campaign-paper); }
.thermos-process { counter-reset: step; display: grid; grid-template-columns: repeat(4,1fr); list-style: none; margin: 0; padding: 0; border: 1px solid var(--campaign-line); background: #fff; }
.thermos-process li { position: relative; min-height: 250px; padding: 28px 25px; border-right: 1px solid var(--campaign-line); }
.thermos-process li:last-child { border-right: 0; }
.thermos-process li:not(:last-child)::after { content: ""; position: absolute; top: 49px; right: -6px; z-index: 2; width: 11px; height: 11px; border-top: 2px solid var(--campaign-orange); border-right: 2px solid var(--campaign-orange); background: #fff; transform: rotate(45deg); }
.process-number { display: grid; place-items: center; width: 44px; height: 44px; margin-bottom: 48px; border-radius: 50%; color: #fff; background: var(--campaign-blue); font-family: var(--font-head); font-weight: 700; }
.thermos-process h3 { font-size: 1.04rem; }
.thermos-process p { margin: 0; color: var(--muted); font-size: .9rem; }

.faq-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(38px, 8vw, 96px); }
.faq-intro { position: sticky; top: 106px; align-self: start; }
.faq-intro p { color: var(--muted); }
.faq-list { border-top: 1px solid var(--campaign-line); }
.faq-list details { border-bottom: 1px solid var(--campaign-line); }
.faq-list summary { position: relative; padding: 23px 46px 23px 0; list-style: none; cursor: pointer; font-family: var(--font-head); font-weight: 600; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; top: 18px; right: 4px; color: var(--campaign-orange); font-size: 1.55rem; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list details p { max-width: 66ch; padding: 0 44px 22px 0; color: var(--muted); }

.quote-section { color: #fff; background: linear-gradient(105deg,var(--campaign-blue) 0 46%,var(--campaign-navy) 46%); }
.quote-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(38px, 8vw, 96px); align-items: center; }
.quote-copy h2 { max-width: 12ch; color: #fff; }
.quote-copy > p { max-width: 48ch; color: rgba(255,255,255,.8); }
.quote-contact { display: grid; gap: 8px; margin: 24px 0; }
.quote-contact a { color: #fff; }
.quote-contact i { width: 22px; color: var(--campaign-orange); }
.quote-card { padding: clamp(24px,4vw,44px); color: var(--campaign-ink); background: #fff; box-shadow: 0 24px 64px rgba(0,0,0,.22); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 17px; }
.form-grid__wide { grid-column: 1 / -1; }
.quote-card label { display: block; margin-bottom: 7px; color: var(--campaign-ink); font-size: .85rem; font-weight: 600; }
.quote-card input:not([type="hidden"]), .quote-card select, .quote-card textarea { width: 100%; min-height: 48px; padding: 10px 13px; border: 1px solid #c7d2dd; border-radius: 8px; color: var(--campaign-ink); background: #fff; font: inherit; }
.quote-card textarea { min-height: 112px; resize: vertical; }
.quote-card input:focus, .quote-card select:focus, .quote-card textarea:focus { outline: 3px solid rgba(244,113,59,.2); border-color: var(--campaign-orange); }
.quote-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 22px; }
.form-status { margin: 14px 0 0; color: var(--muted); font-size: .78rem; line-height: 1.45; }
.mobile-quote-bar { display: none; }

@media (max-width: 980px) {
  .thermos-hero__inner, .quality-grid, .options-layout, .faq-layout, .quote-layout { grid-template-columns: 1fr; }
  .thermos-hero__copy h1 { max-width: 15ch; }
  .thermos-hero__media { width: 100%; max-width: 720px; min-height: 510px; }
  .quote-guide__inner { grid-template-columns: 1fr; gap: 14px; }
  .model-index { grid-template-columns: repeat(2,1fr); }
  .thermos-process { grid-template-columns: repeat(2,1fr); }
  .thermos-process li:nth-child(2) { border-right: 0; }
  .thermos-process li:nth-child(2)::after { display: none; }
  .thermos-process li:nth-child(-n+2) { border-bottom: 1px solid var(--campaign-line); }
  .faq-intro { position: static; }
  .quote-section { background: var(--campaign-navy); }
  .quote-copy h2 { max-width: none; }
}

@media (max-width: 640px) {
  .thermos-campaign { padding-bottom: 72px; }
  .thermos-campaign .header-cta > .btn, .thermos-campaign .header-cta > .lang-switch { display: none; }
  .thermos-hero__inner { padding-top: 46px; }
  .thermos-hero__copy h1 { font-size: clamp(2.15rem,11vw,3.05rem); }
  .thermos-hero .btn-row .btn { width: 100%; }
  .thermos-hero__media { min-height: 380px; }
  .thermos-hero__photo { border-width: 5px; }
  .thermos-hero__photo--main { right: 7%; }
  .thermos-hero__photo--detail { width: 54%; }
  .quote-guide ul { grid-template-columns: 1fr 1fr; }
  .model-index { grid-template-columns: 1fr; }
  .model-card__image { aspect-ratio: 1.2 / 1; }
  .quality-visual { min-height: 300px; padding: 34px; }
  .quality-checks { grid-template-columns: 1fr; }
  .option-row { grid-template-columns: 1fr; gap: 5px; }
  .confirm-badge { justify-self: start; }
  .thermos-process { grid-template-columns: 1fr; }
  .thermos-process li { min-height: 0; border-right: 0; border-bottom: 1px solid var(--campaign-line); }
  .thermos-process li:last-child { border-bottom: 0; }
  .thermos-process li::after { display: none; }
  .process-number { margin-bottom: 26px; }
  .form-grid { grid-template-columns: 1fr; }
  .form-grid__wide { grid-column: auto; }
  .quote-actions .btn { width: 100%; }
  .mobile-quote-bar { position: fixed; right: 0; bottom: 0; left: 0; z-index: 1002; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 9px 12px; background: #fff; border-top: 1px solid var(--campaign-line); box-shadow: 0 -8px 26px rgba(8,43,71,.14); }
  .mobile-quote-bar .btn { min-width: 0; padding: 13px 9px; font-size: .86rem; }
}

@media (prefers-reduced-motion: reduce) {
  .thermos-hero__photo { transform: none; }
  .model-card__image img { transition: none; }
}
