/* ============================================================
   Cloud Create — How We Work page template styles
   Depends on cc-tokens.css (color/font variables + GT Alpina/DM Sans)
   ============================================================ */

.cc-page-how-we-work { margin: 0; padding: 0; background: var(--cc-charcoal); color: var(--cc-cream); font-family: var(--cc-font-sans); font-weight: 300; -webkit-font-smoothing: antialiased; }
.cc-page-how-we-work a { color: inherit; text-decoration: none; }
.cc-page-how-we-work a:hover { color: var(--cc-teal-light); }

/* ───────── Floating pill nav ───────── */
.nav-wrap { position: fixed; top: 24px; left: 0; right: 0; z-index: 50; display: flex; justify-content: center; padding: 0 24px; pointer-events: none; }
.nav { pointer-events: auto; width: 100%; max-width: 1320px; background: var(--cc-teal); border-radius: 100px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 10px 14px 10px 36px; color: var(--cc-white); box-shadow: 0 10px 30px rgba(0,0,0,0.18); }
.nav__links { display: flex; gap: 34px; align-items: center; }
.nav__link { font-family: var(--cc-font-sans); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cc-white); padding: 6px 2px; transition: opacity var(--cc-dur) var(--cc-ease); white-space: nowrap; }
.nav__link:hover { opacity: 0.72; color: var(--cc-white); }
.nav__link[aria-current="page"] { position: relative; }
.nav__link[aria-current="page"]::after { content: ''; position: absolute; left: 2px; right: 2px; bottom: -1px; height: 1.5px; background: var(--cc-white); border-radius: 2px; }
.nav__wm { font-family: var(--cc-font-sans); font-weight: 700; font-size: 22px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cc-white); line-height: 1; text-align: center; white-space: nowrap; transform: translateY(3px); }
.nav__wm:hover { color: var(--cc-white); }
.nav__cta-wrap { display: flex; align-items: center; justify-content: flex-end; }
.nav__cta { display: inline-flex; align-items: center; justify-content: center; font-family: var(--cc-font-sans); font-size: 12px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cc-charcoal) !important; background: var(--cc-cream) !important; border-radius: 100px; padding: 16px 30px 14px; line-height: 1; transition: background var(--cc-dur) var(--cc-ease), transform var(--cc-dur-fast) var(--cc-ease); }
.nav__cta:hover { background: #FFF7E5 !important; color: var(--cc-charcoal) !important; }
.nav__cta:active { transform: scale(0.98); }

/* Mobile menu toggle */
.nav__toggle { display: none !important; flex-direction: column; justify-content: center; align-items: center; gap: 5px; width: 38px; height: 38px; border-radius: 100px !important; background: transparent !important; border: none !important; padding: 0 !important; text-align: center !important; margin-left: 10px; cursor: pointer; flex: 0 0 auto; }
.nav__toggle span { display: block; width: 20px; height: 2px; border-radius: 2px; background: var(--cc-cream); transition: transform var(--cc-dur) var(--cc-ease), opacity var(--cc-dur) var(--cc-ease); }
.nav__toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.nav__toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
.nav__toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* Mobile menu overlay */
.mobile-menu { position: fixed; inset: 0; z-index: 45; background: var(--cc-charcoal); display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 40px; opacity: 0; visibility: hidden; pointer-events: none; transform: translateY(-12px); transition: opacity var(--cc-dur-slow) var(--cc-ease), transform var(--cc-dur-slow) var(--cc-ease), visibility 0s linear var(--cc-dur-slow); }
.mobile-menu.is-open { opacity: 1; visibility: visible; pointer-events: auto; transform: none; transition: opacity var(--cc-dur-slow) var(--cc-ease), transform var(--cc-dur-slow) var(--cc-ease), visibility 0s linear 0s; }
.mobile-menu__nav { display: flex; flex-direction: column; align-items: center; gap: 42px; }
.mobile-menu__nav a { font-family: var(--cc-font-serif); font-weight: 300; font-size: clamp(32px, 9vw, 46px); color: var(--cc-cream); letter-spacing: -0.01em; }
.mobile-menu__nav a[aria-current="page"] { color: var(--cc-teal-light); font-style: italic; }
.mobile-menu__nav a:hover { color: var(--cc-teal-light); }
.mobile-menu__cta { margin-top: 8px; }

@media (max-width: 980px) {
  .nav-wrap { top: 14px; padding: 0 14px; }
  .nav { grid-template-columns: 1fr auto; padding: 8px 8px 8px 22px; }
  .nav__links { display: none; }
  .nav__wm { font-size: 20px; letter-spacing: 0.16em; text-align: left; transform: none; }
  .nav__cta { display: none !important; }
  .nav__toggle { display: flex !important; }
}

/* ───────── Buttons ───────── */
.btn { display: inline-flex; align-items: center; justify-content: center; font-family: var(--cc-font-sans); font-weight: 700; font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; line-height: 1; border-radius: 100px; padding: 18px 32px 16px; transition: background var(--cc-dur) var(--cc-ease), color var(--cc-dur) var(--cc-ease), transform var(--cc-dur-fast) var(--cc-ease); }
.btn:active { transform: scale(0.98); }
.btn--primary { background: var(--cc-teal) !important; color: var(--cc-white) !important; }
.btn--primary:hover { background: var(--cc-teal-dark) !important; color: var(--cc-white) !important; }
.btn--ghost-light { background: transparent !important; color: var(--cc-cream) !important; border: 1.5px solid rgba(250,237,217,0.55) !important; padding: 16.5px 30.5px 14.5px; }
.btn--ghost-light:hover { background: var(--cc-cream) !important; color: var(--cc-charcoal) !important; border-color: var(--cc-cream) !important; }

/* ───────── Page header ───────── */
.phead { position: relative; overflow: hidden; padding: 208px 64px 72px; text-align: center; }
.phead::before { content: ''; position: absolute; inset: 0; background: radial-gradient(60% 80% at 50% -10%, rgba(134,189,186,0.20), transparent 60%), radial-gradient(40% 60% at 12% 8%, rgba(94,153,150,0.14), transparent 70%); pointer-events: none; }
.phead__inner { position: relative; z-index: 1; max-width: 1040px; margin: 0 auto; }
.phead__eyebrow { font-family: var(--cc-font-sans); font-size: 12px; font-weight: 700; letter-spacing: 0.20em; text-transform: uppercase; color: var(--cc-teal); margin-bottom: 28px; display: inline-block; }
.phead__title { font-family: var(--cc-font-serif) !important; font-weight: 300 !important; font-size: clamp(46px, 6vw, 84px) !important; line-height: 1.03 !important; letter-spacing: -0.018em !important; text-transform: none !important; color: var(--cc-cream); margin: 0 0 28px; text-wrap: pretty; }
.phead__title em { font-style: italic; }
.phead__lede { font-family: var(--cc-font-sans); font-weight: 300; font-size: 18px; line-height: 1.7; color: var(--cc-white); margin: 0 auto; max-width: 660px; }

/* ───────── The process ───────── */
.process { max-width: 1240px; margin: 0 auto; padding: 60px 64px 40px; }
.process__head { max-width: 780px; margin: 0 auto 76px; text-align: center; }
.process__eyebrow { font-family: var(--cc-font-sans); font-size: 12px; font-weight: 700; letter-spacing: 0.20em; text-transform: uppercase; color: var(--cc-teal); margin-bottom: 24px; display: inline-block; }
.process__title { font-family: var(--cc-font-serif); font-weight: 300; font-size: clamp(32px, 4vw, 52px); line-height: 1.06; letter-spacing: -0.016em; color: var(--cc-cream); margin: 0; }
.process__title em { font-style: italic; }

.phase { display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; margin-bottom: 108px; }
.phase:last-child { margin-bottom: 0; }
.phase--flip .phase__media { order: 2; }
.phase__media { border-radius: 14px; border: 1px solid rgba(250,237,217,0.14); box-shadow: 0 30px 80px rgba(0,0,0,0.4); background: #212121; padding: 28px; overflow: hidden; }
.phase__media svg { display: block; width: 100%; height: auto; }
.phase__num { font-family: var(--cc-font-sans); font-size: 13px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; display: inline-flex; align-items: center; gap: 12px; margin-bottom: 20px; }
.phase__num i { font-style: normal; color: var(--cc-teal); }
.phase__num em { font-style: normal; color: var(--cc-cream); opacity: 0.3; }
.phase__num span { color: var(--cc-cream); }
.phase__title { font-family: var(--cc-font-serif) !important; font-style: italic; font-weight: 300 !important; font-size: clamp(24px, 2.7vw, 34px) !important; line-height: 1.12 !important; letter-spacing: -0.01em !important; text-transform: none !important; color: var(--cc-teal-light); margin: 0 0 26px; }
.phase__list { list-style: none; margin: 0 0 30px; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.phase__list li { position: relative; padding-left: 26px; font-family: var(--cc-font-sans); font-weight: 300; font-size: 15.5px; line-height: 1.5; color: var(--cc-cream); }
.phase__list li::before { content: ''; position: absolute; left: 4px; top: 8px; width: 7px; height: 7px; border-radius: 100px; background: var(--cc-teal); }
.phase__result { display: flex; align-items: baseline; gap: 16px; flex-wrap: wrap; padding-top: 22px; border-top: 1px solid rgba(250,237,217,0.12); }
.phase__result-tag { font-family: var(--cc-font-sans); font-size: 11px; font-weight: 700; letter-spacing: 0.16em; text-transform: uppercase; color: var(--cc-teal); flex: 0 0 auto; }
.phase__result-text { font-family: var(--cc-font-serif); font-style: italic; font-weight: 300; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.35; color: var(--cc-cream); }

/* ── Illustrative scene graphics (artifact vocabulary) ── */
.g { position: relative; width: 100%; aspect-ratio: 100 / 66; }
.g-wires, .g-anno, .g-emo { position: absolute; top: 0; left: 0; width: 100%; aspect-ratio: 100 / 66; overflow: visible; pointer-events: none; }
.g-card { position: absolute; display: flex; align-items: stretch; gap: 8px; padding: 8px 10px 8px 8px; border-radius: 11px; background: rgba(250,237,217,0.05); border: 1px solid rgba(250,237,217,0.14); box-shadow: 0 10px 26px rgba(0,0,0,0.3); backdrop-filter: blur(4px); -webkit-backdrop-filter: blur(4px); opacity: 0; transform: translateY(10px); }
.phase.in .g-card { animation: g-node-in 0.7s var(--cc-ease) forwards; animation-delay: var(--d, 0s); }
@keyframes g-node-in { to { opacity: 1; transform: none; } }
.g-card--home { background: var(--cc-teal-dark); border-color: var(--cc-teal-dark); box-shadow: 0 14px 34px rgba(0,0,0,0.4); }
.g-card--section { background: var(--cc-cream); border-color: var(--cc-cream); }
.g-thumb { flex: 0 0 26px; width: 26px; border-radius: 6px; padding: 6px 5px; display: flex; flex-direction: column; gap: 3px; background: rgba(56,56,56,0.1); }
.g-card--home .g-thumb { background: rgba(255,255,255,0.16); }
.g-card--section .g-thumb { background: rgba(56,56,56,0.06); }
.g-bar2 { height: 3px; border-radius: 2px; background: rgba(250,237,217,0.35); }
.g-bar2--head { height: 5px; width: 72%; background: var(--cc-teal-light); }
.g-card--section .g-bar2 { background: rgba(56,56,56,0.2); }
.g-card--section .g-bar2--head { background: var(--cc-teal-dark); }
.g-card--home .g-bar2 { background: rgba(255,255,255,0.5); }
.g-card--home .g-bar2--head { background: var(--cc-cream); }
.g-bar2--s { width: 55%; } .g-bar2--m { width: 88%; }
.g-meta { display: flex; flex-direction: column; justify-content: center; gap: 2px; min-width: 0; }
.g-kind { font-family: var(--cc-font-sans); font-size: 7px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cc-teal); }
.g-card--home .g-kind { color: var(--cc-cream); opacity: 0.85; }
.g-card--section .g-kind { color: var(--cc-teal-dark); }
.g-title2 { font-family: var(--cc-font-serif); font-weight: 300; font-size: 13px; line-height: 1.1; letter-spacing: -0.01em; color: var(--cc-cream); white-space: nowrap; }
.g-card--home .g-title2 { color: #fff; }
.g-card--section .g-title2 { color: var(--cc-charcoal); }
.g-wire { fill: none; stroke: rgba(250,237,217,0.2); stroke-width: 1.4; stroke-dasharray: 1; stroke-dashoffset: 1; vector-effect: non-scaling-stroke; }
.phase.in .g-wire { animation: g-draw 0.9s var(--cc-ease) forwards; animation-delay: var(--d, 0.2s); }
@keyframes g-draw { to { stroke-dashoffset: 0; } }
.g-flow { fill: none; stroke: var(--cc-teal-light); stroke-width: 2; stroke-linecap: round; stroke-dasharray: 0.12 0.88; stroke-dashoffset: 1; opacity: 0; vector-effect: non-scaling-stroke; }
.phase.in .g-flow { animation: g-flow-in 0.4s ease 1s forwards, g-flow-move 2.8s linear 1s infinite; }
@keyframes g-flow-in { to { opacity: 0.9; } }
@keyframes g-flow-move { to { stroke-dashoffset: 0; } }
.g-frame { position: absolute; border-radius: 11px; overflow: hidden; background: #FBFAF7; box-shadow: 0 24px 60px rgba(0,0,0,0.45), 0 0 0 1px rgba(250,237,217,0.08); opacity: 0; transform: translateY(12px); }
.phase.in .g-frame { animation: g-node-in 0.7s var(--cc-ease) 0.1s forwards; }
.g-frame--dark { background: #262626; box-shadow: 0 24px 60px rgba(0,0,0,0.5), 0 0 0 1px rgba(250,237,217,0.12); }
.g-chrome { height: 20px; background: #2A2A2A; display: flex; align-items: center; gap: 5px; padding: 0 9px; }
.g-frame--dark .g-chrome { background: #2E2E2E; }
.g-cdot { width: 5px; height: 5px; border-radius: 100px; background: rgba(250,237,217,0.25); flex: 0 0 5px; }
.g-url { margin-left: 6px; flex: 1; height: 9px; border-radius: 100px; background: rgba(250,237,217,0.1); }
.g-page { padding: 11px; --wire: rgba(56,56,56,0.22); --fill: rgba(56,56,56,0.07); --fillsoft: rgba(56,56,56,0.045); display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.g-col { display: flex; flex-direction: column; gap: 6px; }
.g-wbar { height: 5px; border-radius: 2px; background: var(--fill); }
.g-wbar--head { height: 8px; background: rgba(56,56,56,0.3); }
.g-media2 { position: relative; border: 1px solid var(--wire); border-radius: 5px; background: linear-gradient(to top right, transparent calc(50% - 0.6px), var(--wire) 50%, transparent calc(50% + 0.6px)), linear-gradient(to top left, transparent calc(50% - 0.6px), var(--wire) 50%, transparent calc(50% + 0.6px)), var(--fillsoft); }
.g-thumbs { display: flex; gap: 5px; }
.g-thumbs .g-media2 { flex: 1; aspect-ratio: 1/1; }
.g-swatches { display: flex; gap: 5px; }
.g-swatch { width: 13px; height: 13px; border-radius: 100px; border: 1px solid var(--wire); background: var(--fill); }
.g-swatch--on { border: 1.5px solid var(--cc-teal-dark); background: rgba(94,153,150,0.18); }
.g-btn { height: 20px; border-radius: 100px; background: var(--cc-teal-dark); }
.phase.in .g-btn { animation: g-cta 3.2s var(--cc-ease) 1.2s infinite; }
@keyframes g-cta { 0%,100% { box-shadow: 0 0 0 0 rgba(94,153,150,0); } 50% { box-shadow: 0 0 0 5px rgba(94,153,150,0.18); } }
.g-annoline { fill: none; stroke: rgba(134,189,186,0.5); stroke-width: 1.3; stroke-dasharray: 1; stroke-dashoffset: 1; vector-effect: non-scaling-stroke; }
.phase.in .g-annoline { animation: g-draw 0.6s var(--cc-ease) forwards; animation-delay: var(--d, 0.9s); }
.g-pin { position: absolute; display: flex; align-items: center; gap: 6px; transform: translateY(-50%); opacity: 0; }
.phase.in .g-pin { animation: g-pin-in 0.5s var(--cc-ease) forwards; animation-delay: var(--d, 1s); }
@keyframes g-pin-in { to { opacity: 1; } }
.g-pinnum { flex: 0 0 17px; width: 17px; height: 17px; border-radius: 100px; border: 1px solid var(--cc-teal); color: var(--cc-teal); font-family: var(--cc-font-mono); font-size: 8px; display: flex; align-items: center; justify-content: center; background: rgba(44,44,44,0.6); }
.g-pinlabel { font-family: var(--cc-font-sans); font-size: 7.5px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--cc-cream); opacity: 0.82; white-space: nowrap; }
.g-build { padding: 10px; display: flex; flex-direction: column; gap: 8px; }
.g-hero { border-radius: 7px; padding: 9px; display: flex; flex-direction: column; gap: 5px; background: rgba(94,153,150,0.22); border: 1px solid rgba(94,153,150,0.5); }
.g-hero .g-bar2--head { background: var(--cc-teal-light); height: 6px; }
.g-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; }
.g-comp { border-radius: 6px; padding: 7px; display: flex; flex-direction: column; gap: 4px; background: #2F2F2F; border: 1px solid rgba(250,237,217,0.14); }
.g-chead { height: 7px; width: 50%; border-radius: 2px; background: var(--cc-teal-light); }
.g-cline { height: 3px; border-radius: 2px; background: rgba(250,237,217,0.24); }
.g-cline--s { width: 60%; }
.g-chip { align-items: center; gap: 8px; padding: 8px 10px; background: #222; border-color: rgba(94,153,150,0.8); }
.g-chipcode { font-family: var(--cc-font-mono); font-weight: 700; font-size: 12px; color: var(--cc-teal-light); }
.g-baseline { position: absolute; left: 6%; right: 6%; height: 1px; background: rgba(250,237,217,0.12); }
.g-emopath { fill: none; stroke: var(--cc-teal-light); stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; stroke-dasharray: 1; stroke-dashoffset: 1; vector-effect: non-scaling-stroke; }
.phase.in .g-emopath { animation: g-draw 1.6s var(--cc-ease) 0.2s forwards; }
.g-emofill { fill: rgba(134,189,186,0.1); opacity: 0; }
.phase.in .g-emofill { animation: g-fillin 0.8s ease 1.4s forwards; }
@keyframes g-fillin { to { opacity: 1; } }
.g-emoflow { fill: none; stroke: var(--cc-cream); stroke-width: 2.2; stroke-linecap: round; stroke-dasharray: 0.1 0.9; stroke-dashoffset: 1; opacity: 0; vector-effect: non-scaling-stroke; }
.phase.in .g-emoflow { animation: g-flow-in 0.4s ease 1.9s forwards, g-flow-move 3.4s linear 1.9s infinite; }
.g-dot { position: absolute; width: 9px; height: 9px; border-radius: 100px; background: var(--cc-teal-light); border: 2px solid #212121; transform: translate(-50%, -50%) scale(0); }
.phase.in .g-dot { animation: g-dotpop 0.4s var(--cc-ease) forwards; animation-delay: var(--d); }
@keyframes g-dotpop { to { transform: translate(-50%, -50%) scale(1); } }
.g-dot--launch { width: 15px; height: 15px; background: var(--cc-teal); }
.phase.in .g-dot--launch { animation: g-dotpop 0.4s var(--cc-ease) var(--d) forwards, g-launchpulse 2.4s ease-in-out 2.2s infinite; }
@keyframes g-launchpulse { 0%,100% { box-shadow: 0 0 0 0 rgba(94,153,150,0.4); } 50% { box-shadow: 0 0 0 6px rgba(94,153,150,0); } }
.g-arrow { position: absolute; transform: translate(-50%, -50%); width: 0; height: 0; border-left: 4px solid transparent; border-right: 4px solid transparent; border-bottom: 6px solid var(--cc-teal-light); opacity: 0; }
.phase.in .g-arrow { animation: g-pin-in 0.4s ease 1.8s forwards; }
.g-stage { position: absolute; top: 92%; transform: translateX(-50%); font-family: var(--cc-font-mono); font-size: 6.5px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--cc-cream); opacity: 0; white-space: nowrap; }
.phase.in .g-stage { animation: g-pin-in 0.5s ease forwards; animation-delay: var(--d); }

@media (max-width: 900px) {
  .phase { grid-template-columns: 1fr; gap: 30px; margin-bottom: 72px; }
  .phase--flip .phase__media { order: 0; }
}

@media (max-width: 720px) {
  .phead { padding: 150px 22px 48px; }
  .process { padding: 24px 22px; }
}

/* ───────── CTA ───────── */
.cta { background: var(--cc-charcoal); color: var(--cc-cream); position: relative; padding: 60px 32px 140px; text-align: center; }
.cta::before { content: ''; position: absolute; inset: 0; background: radial-gradient(50% 60% at 50% 30%, rgba(134,189,186,0.14), transparent 65%); pointer-events: none; }
.cta__inner { position: relative; z-index: 1; max-width: 960px; margin: 0 auto; }
.cta__eyebrow { font-family: var(--cc-font-sans); font-size: 12px; font-weight: 700; letter-spacing: 0.20em; text-transform: uppercase; color: var(--cc-teal); margin-bottom: 36px; display: inline-block; }
.cta__title { font-family: var(--cc-font-serif) !important; font-weight: 300 !important; font-size: clamp(48px, 6.4vw, 92px) !important; line-height: 1.02 !important; letter-spacing: -0.018em !important; text-transform: none !important; color: var(--cc-cream); margin: 0 0 36px; text-wrap: pretty; }
.cta__title em { font-style: italic; }
.cta__lede { font-family: var(--cc-font-sans); font-weight: 300; font-size: 17px; line-height: 1.7; color: var(--cc-white); margin: 0 auto 48px; max-width: 560px; }
.cta__row { display: inline-flex; gap: 12px; flex-wrap: wrap; justify-content: center; }
@media (max-width: 720px) { .cta { padding: 40px 20px 96px; } .cta__title { font-size: 44px; } }

/* ───────── Footer ───────── */
.footer { background: var(--cc-charcoal); color: var(--cc-cream); padding: 80px 0 32px; border-top: 1px solid rgba(250,237,217,0.08); }
.footer__wrap { max-width: 1320px; margin: 0 auto; padding: 0 64px; display: block; }
.footer__top { display: grid; grid-template-columns: 1.6fr 1fr 1fr; gap: 48px; margin-bottom: 64px; }
.footer__wm-main { font-family: var(--cc-font-sans); font-weight: 700; font-size: 20px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cc-cream); }
.footer__wm-sub { display: block; margin-top: 8px; font-family: var(--cc-font-sans); font-weight: 300; font-size: 9px; letter-spacing: 0.22em; text-transform: uppercase; color: var(--cc-teal); }
.footer__tagline { margin-top: 22px; font-family: var(--cc-font-serif); font-style: italic; font-weight: 300; font-size: 20px; line-height: 1.4; color: var(--cc-cream); opacity: 0.86; max-width: 260px; }
.footer__col-title { font-family: var(--cc-font-sans); font-size: 11px; font-weight: 700; letter-spacing: 0.20em; text-transform: uppercase; color: var(--cc-teal); margin-bottom: 24px; }
.footer__list { list-style: none; padding: 0; margin: 0; display: flex; flex-direction: column; gap: 12px; }
.footer__list a { font-family: var(--cc-font-sans); font-size: 14px; font-weight: 300; color: var(--cc-cream) !important; opacity: 0.78; transition: opacity var(--cc-dur) var(--cc-ease); }
.footer__list a:hover { opacity: 1; color: var(--cc-cream); }
.footer__top > div:nth-child(2), .footer__top > div:nth-child(3) { text-align: right; }
.footer__top > div:nth-child(2) .footer__list, .footer__top > div:nth-child(3) .footer__list { align-items: flex-end; }
.footer__bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 28px; border-top: 1px solid rgba(250,237,217,0.1); font-family: var(--cc-font-sans); font-size: 11px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--cc-cream); opacity: 0.55; flex-wrap: wrap; gap: 16px; }
@media (max-width: 720px) { .footer { padding: 56px 0 24px; } .footer__wrap { padding: 0 24px; } .footer__top { grid-template-columns: 1fr; gap: 32px; margin-bottom: 40px; } .footer__top > div:nth-child(2), .footer__top > div:nth-child(3) { text-align: left; } .footer__top > div:nth-child(2) .footer__list, .footer__top > div:nth-child(3) .footer__list { align-items: flex-start; } .footer__tagline { font-size: 17px; } .footer__bottom { font-size: 10px; } }

/* ───────── Reveal ───────── */
.reveal { opacity: 0; transform: translateY(26px); transition: opacity 0.7s var(--cc-ease-out), transform 0.7s var(--cc-ease-out); }
.reveal.in { opacity: 1; transform: none; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; transform: none; transition: none; } }
