@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@300;400&family=Montserrat:wght@300;400;500&display=swap');

:root {
  --master-width: 2048;
  --master-height: 1152;
  --panel-bg: rgba(9,35,70,.58);
  --panel-line: rgba(237,244,255,.48);
  --ink: #252627;
  --gold: #a6803b;
  --display-serif: 'Cormorant Garamond','Bodoni MT',Didot,Georgia,serif;
  --ui-sans: 'Montserrat','Avenir Next','Helvetica Neue',Arial,sans-serif;
}
* { box-sizing: border-box; }
html, body { margin:0; width:100%; height:100%; overflow:hidden; background:#07142a; }
body { font-family:var(--ui-sans); }
button, input { font:inherit; }
a { color:inherit; }
.viewport { position:fixed; inset:0; overflow:hidden; background:#07142a; isolation:isolate; }

.background-scene { position:absolute; inset:0; z-index:0; overflow:hidden; }
.background-image {
  position:absolute; inset:0; width:100%; height:100%;
  object-fit:cover; object-position:center center;
  opacity:0; transition:opacity 1.05s cubic-bezier(.2,.8,.2,1);
  user-select:none; -webkit-user-drag:none; pointer-events:none;
}
.background-image.is-visible { opacity:1; }
.left-readability { position:absolute; z-index:2; inset:0 auto 0 0; width:44%; background:linear-gradient(90deg,rgba(255,248,238,.12),rgba(255,248,238,.025) 60%,transparent); }
body.is-night .left-readability { background:linear-gradient(90deg,rgba(3,15,36,.30),rgba(3,15,36,.08) 60%,transparent); }

.watch-stage,
.ui-stage {
  position:absolute; left:0; top:0;
  width:2048px; height:1152px;
  transform-origin:0 0;
  will-change:transform;
}
.watch-stage { z-index:5; pointer-events:none; }
.ui-stage { z-index:20; pointer-events:none; overflow:visible; }
.ui-layer { position:absolute; inset:0; pointer-events:none; }
.master-layer {
  position:absolute; inset:0;
  width:2048px; height:1152px;
  max-width:none; max-height:none;
  user-select:none; -webkit-user-drag:none;
  pointer-events:none;
}
.watch { z-index:2; }
/* Night-only moonlight correction on the warm bezel reflection around 9–10 o'clock. */
.night-bezel-reflection {
  position:absolute;
  left:1040px;
  top:270px;
  width:220px;
  height:520px;
  z-index:2;
  pointer-events:none;
  opacity:0;
  transform:rotate(18deg);
  transform-origin:50% 50%;
  border-radius:48% 52% 50% 50%;
  transition:opacity .9s cubic-bezier(.2,.8,.2,1);
  will-change:opacity;
}
/* First layer cools the existing pink sunrise reflection rather than simply brightening it. */
.night-bezel-reflection::before {
  content:"";
  position:absolute;
  inset:8px 92px 8px 20px;
  border-radius:50%;
  background:radial-gradient(ellipse at 28% 50%,
    rgba(91,151,219,.88) 0%,
    rgba(76,137,207,.66) 28%,
    rgba(66,123,190,.34) 50%,
    rgba(80,132,194,0) 74%);
  filter:url(#bezelGlowBendColor) blur(9px);
  mix-blend-mode:color;
}
/* Second layer adds the very soft silver-blue moonlight highlight. */
.night-bezel-reflection::after {
  content:"";
  position:absolute;
  inset:10px 116px 10px 16px;
  border-radius:50%;
  background:radial-gradient(ellipse at 24% 50%,
    rgba(235,244,255,.34) 0%,
    rgba(207,227,249,.25) 28%,
    rgba(159,196,233,.11) 52%,
    rgba(126,175,224,0) 76%);
  filter:url(#bezelGlowBendHighlight) blur(8px);
  mix-blend-mode:screen;
}
body.is-night .night-bezel-reflection { opacity:.62; }
.date-layer { z-index:3; visibility:hidden; }
.date-layer.is-ready { visibility:visible; }
.hands-layer { position:absolute; inset:0; z-index:4; pointer-events:none; }
.hand, .hand-shadow {
  transform-origin:0 0;
  will-change:transform;
  backface-visibility:hidden;
  -webkit-backface-visibility:hidden;
}
.hour-shadow { z-index:3; }
.hour-hand { z-index:4; }
.minute-shadow { z-index:5; }
.minute-hand { z-index:6; }
.second-shadow { z-index:7; }
.second-hand { z-index:8; }
.hand-shadow {
  opacity:.27;
  filter:brightness(0) blur(2.1px);
  mix-blend-mode:multiply;
}
.hour-shadow { opacity:.30; filter:brightness(0) blur(2.8px); }
.minute-shadow { opacity:.28; filter:brightness(0) blur(2.4px); }
.second-shadow { opacity:.23; filter:brightness(0) blur(1.8px); }
body.is-night .hour-shadow { opacity:.20; filter:brightness(0) blur(3.2px); }
body.is-night .minute-shadow { opacity:.19; filter:brightness(0) blur(2.9px); }
body.is-night .second-shadow { opacity:.16; filter:brightness(0) blur(2.3px); }
/* Keep the fine metallic minute hand as crisp as possible during GPU transforms. */
.minute-hand,
.hour-hand {
  image-rendering:auto;
  transform-style:preserve-3d;
}

.debug-trajectories { position:absolute; inset:0; z-index:50; pointer-events:none; }
.mode-switch,.time-pill,.brand-copy,.timezone-panel,.scroll-indicator { pointer-events:auto; }
.mode-switch {
  position:absolute; left:35px; top:32px; width:218px; height:64px;
  display:flex; align-items:center; justify-content:center; gap:17px;
  border:1px solid rgba(255,255,255,.52); border-radius:34px;
  background:rgba(45,63,93,.12); color:#fff; backdrop-filter:blur(8px);
  cursor:pointer;
}
.mode-symbol { width:34px; height:34px; display:flex; align-items:center; justify-content:center; line-height:1; }
.mode-symbol img { display:block; width:100%; height:100%; object-fit:contain; }
.sun, .moon { width:32px; height:32px; }
.moon { transform:none; }
.moon img { width:24px; height:24px; }
.mode-track { position:relative; width:61px; height:37px; border-radius:22px; background:rgba(255,255,255,.22); box-shadow:inset 0 0 0 1px rgba(255,255,255,.34); }
.mode-thumb { position:absolute; left:3px; top:3px; width:31px; height:31px; border-radius:50%; background:linear-gradient(145deg,#fffdf7,#e7dccb); box-shadow:0 4px 11px rgba(0,0,0,.25); transition:transform .45s ease; }
body.is-night .mode-thumb { transform:translateX(24px); }
.time-pill {
  position:absolute; right:47px; top:32px; width:max-content; min-width:0; height:64px; padding:0 24px;
  display:flex; align-items:center; justify-content:center; gap:18px;
  border:1px solid rgba(255,255,255,.52); border-radius:24px;
  background:rgba(22,55,93,.14); color:#fff; backdrop-filter:blur(8px);
  letter-spacing:1.7px; font-size:21px; cursor:pointer;
}
.time-pill .globe-icon { width:29px; height:29px; display:block; object-fit:contain; flex:0 0 29px; }
.separator { width:1px; height:29px; background:rgba(255,255,255,.48); }
#digitalTime { min-width:0; font-variant-numeric:tabular-nums; text-align:left; }
.time-pill.is-switching { animation:pillPulse 1.25s ease; }
@keyframes pillPulse { 35% { box-shadow:0 0 28px rgba(208,229,255,.35), inset 0 0 0 1px rgba(255,255,255,.25); } }
.brand-copy { position:absolute; left:60px; top:274px; color:var(--ink); }
body.is-night .brand-copy { color:#f1f4f9; text-shadow:0 1px 14px rgba(0,0,0,.22); }
.brand-logo-svg { display:block; width:auto; height:80px; overflow:visible; color:inherit; }
.brand-subtitle { margin-top:22px; font-size:19px; letter-spacing:4.1px; font-weight:400; }
.brand-copy h1 { margin:96px 0 0; font:300 45px/1.18 var(--ui-sans); letter-spacing:2.2px; }
.gold-line { width:76px; height:2px; margin:29px 0 26px; background:var(--gold); }
.brand-copy p { margin:0; font-size:18px; line-height:1.65; letter-spacing:.2px; }
.cta {
  margin-top:53px; width:364px; height:61px; display:flex; align-items:center; justify-content:space-between; padding:0 31px;
  border:1px solid rgba(50,52,58,.62); border-radius:5px; background:rgba(255,255,255,0); color:inherit;
  font-size:17px; letter-spacing:1.1px; cursor:pointer;
  transition:border-color .35s cubic-bezier(.22,.61,.36,1), background-color .35s cubic-bezier(.22,.61,.36,1), box-shadow .35s cubic-bezier(.22,.61,.36,1);
}
body.is-night .cta { border-color:rgba(255,255,255,.62); }
.cta-label { transition:letter-spacing .35s cubic-bezier(.22,.61,.36,1); }
.cta-arrow { display:inline-block; font-size:29px; font-weight:300; transition:transform .35s cubic-bezier(.22,.61,.36,1); }
.cta:hover, .cta:focus-visible {
  border-color:rgba(50,52,58,.88); background:rgba(255,255,255,.10); box-shadow:0 8px 24px rgba(26,34,47,.08); outline:none;
}
body.is-night .cta:hover, body.is-night .cta:focus-visible { border-color:rgba(255,255,255,.86); background:rgba(255,255,255,.07); }
.cta:hover .cta-label, .cta:focus-visible .cta-label { letter-spacing:1.55px; }
.cta:hover .cta-arrow, .cta:focus-visible .cta-arrow { transform:translateX(5px); }
.socials { display:flex; gap:42px; margin-top:73px; align-items:center; }
.ui-stage.is-height-compacted .brand-copy { top:var(--compact-brand-top); }
.ui-stage.is-height-compacted .brand-subtitle { margin-top:var(--compact-subtitle-gap); }
.ui-stage.is-height-compacted .brand-copy h1 { margin-top:var(--compact-headline-gap); }
.ui-stage.is-height-compacted .gold-line {
  margin-top:var(--compact-gold-top);
  margin-bottom:var(--compact-gold-bottom);
}
.ui-stage.is-height-compacted .cta { margin-top:var(--compact-cta-gap); }
.ui-stage.is-height-compacted .socials { margin-top:var(--compact-socials-gap); }
.socials .contact-link {
  position:relative; width:31px; height:31px; display:grid; place-items:center;
  color:#fff; text-decoration:none; opacity:.92; transform:translateY(0);
  transition:opacity .35s cubic-bezier(.22,.61,.36,1), transform .35s cubic-bezier(.22,.61,.36,1), color .35s ease;
}
.socials .contact-icon {
  width:29px; height:29px; display:block; object-fit:contain;
  filter:none;
  opacity:.90;
  pointer-events:none;
  transition:opacity .35s cubic-bezier(.22,.61,.36,1);
}
.socials .contact-icon-office,
.socials .contact-icon-email,
.socials .contact-icon-phone {
  width:29px; height:29px;
}
.socials .contact-link:hover,
.socials .contact-link:focus-visible {
  opacity:1; transform:translateY(-2px); outline:none;
}
.socials .contact-link:hover .contact-icon,
.socials .contact-link:focus-visible .contact-icon { opacity:1; filter:brightness(1.12); }
.socials .contact-link::after {
  content:attr(data-tooltip); position:absolute; left:50%; bottom:calc(100% + 12px);
  transform:translate(-50%,5px); padding:6px 9px; border-radius:5px;
  background:rgba(10,28,52,.82); color:#fff; font-size:11px; line-height:1;
  letter-spacing:.35px; white-space:nowrap; opacity:0; pointer-events:none;
  backdrop-filter:blur(8px); box-shadow:0 7px 20px rgba(0,15,36,.18);
  transition:opacity .22s ease, transform .22s ease;
}
.socials .contact-link:hover::after,
.socials .contact-link:focus-visible::after { opacity:1; transform:translate(-50%,0); }
body.is-night .socials .contact-link::after { background:rgba(5,20,43,.9); }
.site-legal-line {
  position:absolute; left:60px; bottom:28px; display:flex; align-items:center; gap:11px;
  color:#fff; font-size:16px; font-weight:400; letter-spacing:.04em;
  white-space:nowrap; pointer-events:auto;
  transition:opacity .35s ease;
}
.site-copyright { color:#fff; }
.legal-separator { color:#fff; opacity:.62; }
.company-info-trigger {
  padding:0; border:0; background:transparent; color:#fff; font:inherit; letter-spacing:inherit;
  cursor:pointer; opacity:1; transition:opacity .3s ease;
}
.company-info-trigger:hover, .company-info-trigger:focus-visible { opacity:.78; outline:none; }
.site-legal-line:hover { color:#fff; }
body.is-night .site-legal-line,
body.is-night .site-copyright,
body.is-night .company-info-trigger { color:#fff; }
body.is-night .site-legal-line:hover { color:#fff; }
.timezone-panel {
  position:absolute; right:38px; bottom:27px; width:344px; padding:17px 19px 15px;
  color:#fff; background:var(--panel-bg); border:1px solid var(--panel-line); border-radius:10px;
  backdrop-filter:blur(14px) saturate(1.1); box-shadow:0 16px 40px rgba(0,16,38,.25);
}
.search-box { height:43px; display:flex; align-items:center; border-bottom:1px solid rgba(255,255,255,.32); }
.search-box input { flex:1; min-width:0; border:0; outline:0; color:#fff; background:transparent; font-size:14px; }
.search-box input::placeholder { color:rgba(255,255,255,.67); }
.search-box span { font-size:22px; }
.zone-list { padding:8px 0 4px; }
.zone-row { width:100%; height:37px; padding:0; display:flex; align-items:center; justify-content:space-between; border:0; background:transparent; color:#fff; cursor:pointer; font-size:16px; }
.zone-city { display:flex; align-items:center; gap:12px; }
.zone-badge { padding:4px 9px; border-radius:4px; background:#1180c9; font-size:10px; font-weight:500; letter-spacing:.5px; }
.zone-time { font-variant-numeric:tabular-nums; }
.divider { height:1px; margin:8px 0; background:rgba(255,255,255,.42); }
.panel-action { width:100%; height:42px; padding:0; text-align:left; color:#fff; border:0; background:transparent; cursor:pointer; font-size:14px; }
.swiss-flag { display:inline-grid; place-items:center; width:24px; height:18px; margin-right:13px; background:#f03b2f; color:#fff; font-weight:700; }
.scroll-indicator { position:absolute; left:50%; bottom:20px; transform:translateX(-50%); color:rgba(255,255,255,.82); font-size:14px; letter-spacing:1px; display:flex; align-items:center; gap:10px; }
.scroll-mouse { width:22px; height:38px; border:2px solid currentColor; border-radius:13px; position:relative; flex:0 0 auto; }
.scroll-mouse::after { content:''; position:absolute; left:8px; top:7px; width:3px; height:8px; border-radius:3px; background:currentColor; animation:scrollDot 1.8s ease-in-out infinite; }
.scroll-label { white-space:nowrap; }
.scroll-coming { position:absolute; right:calc(100% + 10px); top:50%; transform:translateY(-50%) translateX(4px); width:max-content; white-space:nowrap; color:#e4d29d; font:inherit; letter-spacing:inherit; opacity:0; visibility:hidden; pointer-events:none; transition:opacity .35s ease, transform .35s cubic-bezier(.22,.61,.36,1), visibility 0s linear .35s; }
.scroll-indicator.is-coming .scroll-coming { opacity:.92; visibility:visible; transform:translateY(-50%) translateX(0); transition:opacity .35s ease, transform .35s cubic-bezier(.22,.61,.36,1), visibility 0s; }
@keyframes scrollDot { 55% { transform:translateY(11px); opacity:.2; } }

@media (max-aspect-ratio: 4/3) {
  .brand-copy { transform:scale(.88); transform-origin:left top; }
  .timezone-panel { transform:scale(.88); transform-origin:right bottom; }
}

/* Sapphire crystal v3 — light-linked reflection from the 9 o'clock source. */

/* World-time panel alignment and search refinements. */
.timezone-panel {
  right:72px;
  bottom:80px;
}
.search-box:focus-within {
  border-bottom-color:rgba(255,255,255,.78);
}
.search-box input::-webkit-search-cancel-button {
  filter:invert(1);
  opacity:.72;
}
.zone-list {
  max-height:232px;
  overflow-y:auto;
  scrollbar-width:thin;
  scrollbar-color:rgba(255,255,255,.34) transparent;
}
.zone-list::-webkit-scrollbar { width:5px; }
.zone-list::-webkit-scrollbar-thumb {
  border-radius:5px;
  background:rgba(255,255,255,.30);
}
.zone-row {
  flex:0 0 auto;
}
.zone-row:hover,
.zone-row:focus-visible {
  background:rgba(255,255,255,.075);
  outline:none;
}
.zone-row.is-active .zone-city {
  color:#fff;
  font-weight:500;
}
.zone-empty {
  min-height:52px;
  display:flex;
  align-items:center;
  color:rgba(255,255,255,.68);
  font-size:13px;
  line-height:1.4;
}
.local-time-action {
  display:flex;
  align-items:center;
  gap:14px;
}
.location-arrow {
  width:23px;
  height:23px;
  flex:0 0 23px;
  overflow:visible;
  fill:none;
  stroke:currentColor;
  stroke-width:1.55;
  stroke-linecap:round;
  stroke-linejoin:round;
}

/* Stable city panel placement refinement — render matched. */
.timezone-panel {
  right:28px;
  bottom:28px;
  width:300px;
  padding:16px 16px 14px;
}
.zone-list {
  max-height:none;
  overflow:visible;
  scrollbar-width:none;
}
.zone-list::-webkit-scrollbar {
  display:none;
}
.zone-row {
  height:36px;
  font-size:15px;
}
.zone-city {
  gap:9px;
}
.zone-time {
  margin-left:10px;
}
.zone-badge {
  padding:4px 7px;
}



/* City panel — definitive control-row alignment. */
.timezone-panel {
  transform: translate(100px, -20px);
}

/* Search row: the input itself owns the complete row height, so its text is
   vertically centred by an explicit line-height. The icon participates in the
   same grid row instead of being absolutely positioned. */
.search-box {
  box-sizing: border-box !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) 18px !important;
  align-items: center !important;
  column-gap: 10px !important;
  width: 100% !important;
  height: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-bottom: 1px solid rgba(255,255,255,.32) !important;
}

.search-box input {
  box-sizing: border-box !important;
  position: static !important;
  display: block !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  outline: 0 !important;
  background: transparent !important;
  color: #fff !important;
  font-family: var(--ui-sans) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
  transform: none !important;
  appearance: none !important;
}
.search-box input::-webkit-search-cancel-button { display:none !important; }
.search-box input::placeholder { color:rgba(255,255,255,.67); opacity:1; }

.search-icon {
  position: static !important;
  display: grid !important;
  place-items: center !important;
  align-self: center !important;
  justify-self: end !important;
  width: 18px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  transform: none !important;
  pointer-events: none;
}
.search-icon svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.6;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* Both action rows use the exact same 36 px flex box. */
.panel-action,
.local-time-action,
.swiss-time-action {
  box-sizing: border-box !important;
  position: static !important;
  display: flex !important;
  align-items: center !important;
  width: 100% !important;
  height: 36px !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  color: #fff !important;
  cursor: pointer;
  text-align: left;
  font-family: var(--ui-sans) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 36px !important;
}

.local-time-action { gap: 12px !important; }
.local-time-action .location-arrow {
  position: static !important;
  display: block !important;
  flex: 0 0 21px !important;
  width: 21px !important;
  height: 21px !important;
  margin: 0 !important;
  transform: none !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.35;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.local-time-action > span {
  position: static !important;
  display: block !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  font: 400 14px/36px var(--ui-sans) !important;
  transform: none !important;
}

.swiss-time-action { gap: 12px !important; }
.swiss-time-action .swiss-flag {
  position: relative !important;
  display: block !important;
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  background: #f03b2f;
  transform: none !important;
}
.swiss-time-action .swiss-flag::before,
.swiss-time-action .swiss-flag::after {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  background: #fff;
  transform: translate(-50%, -50%);
}
.swiss-time-action .swiss-flag::before { width: 8px; height: 2px; }
.swiss-time-action .swiss-flag::after { width: 2px; height: 8px; }
.swiss-time-action .panel-action-label {
  position: static !important;
  display: block !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 !important;
  font: 400 14px/36px var(--ui-sans) !important;
  transform: none !important;
}

.divider { margin: 6px 0; }
.zone-badge { margin-left: 8px; }

/* City panel edge spacing fix: match the centred Use my local time row.
   Search: equal space from the panel top edge to content and from content to its lower rule.
   Swiss action: equal space from its upper rule to content and from content to the panel bottom edge. */
.timezone-panel {
  padding: 0 16px 6px !important;
}


/* City panel v10: equal visual row heights and supplied navigation arrow. */
.search-box {
  height: 48px !important;
  min-height: 48px !important;
  border-bottom: 1px solid rgba(255,255,255,.42) !important;
}
.search-box input {
  height: 48px !important;
  min-height: 48px !important;
  line-height: 48px !important;
}
.search-icon {
  height: 48px !important;
}
.local-time-action .location-arrow {
  display: block !important;
  flex: 0 0 21px !important;
  width: 21px !important;
  height: 21px !important;
  margin: 0 !important;
  object-fit: contain !important;
  object-position: center !important;
  transform: none !important;
}

/* v12: top time panel uses the same glass treatment as the city panel. */
.time-pill {
  background: var(--panel-bg) !important;
  border-color: var(--panel-line) !important;
  backdrop-filter: blur(14px) saturate(1.1) !important;
  -webkit-backdrop-filter: blur(14px) saturate(1.1) !important;
  box-shadow: 0 16px 40px rgba(0,16,38,.25);
}


/* Stay Connected drawer */
.sr-only { position:absolute; width:1px; height:1px; padding:0; margin:-1px; overflow:hidden; clip:rect(0,0,0,0); white-space:nowrap; border:0; }
.newsletter-drawer {
  position:absolute; left:165px; right:165px; bottom:22px; min-height:98px; padding:18px 58px 18px 28px;
  display:grid; grid-template-columns:minmax(430px,1fr) minmax(680px,1.7fr); align-items:center; gap:34px;
  color:#fff; background:rgba(9,35,70,.72); border:1px solid rgba(237,244,255,.44); border-radius:12px;
  backdrop-filter:blur(16px) saturate(1.12); box-shadow:0 18px 48px rgba(0,16,38,.30);
  opacity:0; visibility:hidden; transform:translateY(125%); pointer-events:none;
  transition:transform .48s cubic-bezier(.22,.61,.36,1), opacity .34s ease, visibility 0s linear .48s;
}
.newsletter-drawer.is-open { opacity:1; visibility:visible; transform:translateY(0); pointer-events:auto; transition-delay:0s; }
.newsletter-copy { display:flex; align-items:center; gap:22px; min-width:0; }
.newsletter-envelope { width:42px; height:42px; display:grid; place-items:center; flex:0 0 42px; border:1px solid rgba(255,255,255,.55); border-radius:7px; font-size:21px; }
.newsletter-copy h2 { margin:0 0 7px; font-size:15px; font-weight:500; letter-spacing:1.1px; }
.newsletter-copy p { margin:0; color:rgba(255,255,255,.78); font-size:13px; line-height:1.45; }
.newsletter-form { display:grid; grid-template-columns:minmax(260px,1fr) 142px minmax(250px,auto); align-items:center; gap:14px; }
.newsletter-fields, .newsletter-input, .newsletter-submit { display:contents; }
.newsletter-honeypot { position:absolute !important; left:-9999px !important; width:1px !important; height:1px !important; overflow:hidden !important; }
.newsletter-form input[type=email] { height:48px; min-width:0; padding:0 18px; color:#fff; background:rgba(255,255,255,.055); border:1px solid rgba(255,255,255,.28); border-radius:8px; outline:none; transition:border-color .25s ease, background-color .25s ease; }
.newsletter-form input[type=email]::placeholder { color:rgba(255,255,255,.58); }
.newsletter-form input[type=email]:focus { border-color:rgba(255,255,255,.72); background:rgba(255,255,255,.09); }
.newsletter-form input[type=submit] { width:100%; height:48px; padding:0 12px; border:1px solid rgba(109,202,255,.65); border-radius:8px; background:rgba(30,145,211,.88); color:#fff; font-size:13px; font-weight:500; letter-spacing:.65px; cursor:pointer; appearance:none; -webkit-appearance:none; transition:transform .25s ease, background-color .25s ease, box-shadow .25s ease, opacity .25s ease; }
.newsletter-form input[type=submit]:hover, .newsletter-form input[type=submit]:focus-visible { transform:translateY(-1px); background:rgba(41,163,231,.96); box-shadow:0 8px 20px rgba(0,117,188,.22); outline:none; }
.newsletter-form input[type=submit]:disabled { opacity:.55; cursor:wait; transform:none; box-shadow:none; }
.newsletter-consent { display:flex; align-items:center; gap:10px; color:rgba(255,255,255,.78); font-size:12px; line-height:1.35; cursor:pointer; }
.newsletter-consent input { width:17px; height:17px; margin:0; accent-color:#2498d7; }
.newsletter-form altcha-widget { position:absolute; width:0; height:0; overflow:visible; }
.newsletter-success { grid-column:1/-1; text-align:left; }
.newsletter-success h3 { margin:0 0 10px; color:#fff; font-size:13px; font-weight:500; line-height:1.45; letter-spacing:.2px; }
.newsletter-success p { margin:0; }
.newsletter-again { display:inline-flex; align-items:center; min-height:34px; padding:0 13px; color:rgba(255,255,255,.84); border:1px solid rgba(255,255,255,.32); border-radius:7px; font-size:11px; letter-spacing:.45px; text-decoration:none; }
.newsletter-again:hover, .newsletter-again:focus-visible { color:#fff; border-color:rgba(255,255,255,.7); outline:none; }
.newsletter-close { position:absolute; right:17px; top:50%; transform:translateY(-50%); width:32px; height:32px; border:0; background:transparent; color:rgba(255,255,255,.78); font-size:31px; line-height:1; cursor:pointer; transition:color .25s ease, transform .25s ease; }
.newsletter-close:hover, .newsletter-close:focus-visible { color:#fff; transform:translateY(-50%) rotate(90deg); outline:none; }
.newsletter-status { position:absolute; right:63px; bottom:5px; margin:0; color:rgba(255,255,255,.82); font-size:11px; }
.newsletter-status.is-error { color:#ffd3d3; }
.newsletter-status.is-success { color:#c9f2df; }
.timezone-panel { transition:bottom .48s cubic-bezier(.22,.61,.36,1); }
body.newsletter-open .timezone-panel { bottom:142px; }

/* v34: keep the top control frames optically 1px on every side in both themes.
   Using an inset frame avoids the asymmetric bottom-edge antialiasing that can
   appear when a CSS border is composited together with backdrop-filter. */
.mode-switch {
  border: 0 !important;
  box-shadow: inset 0 0 0 1px var(--panel-line) !important;
}
.time-pill {
  border: 0 !important;
  box-shadow:
    inset 0 0 0 1px var(--panel-line),
    0 16px 40px rgba(0,16,38,.25) !important;
}

/* Keep the same frame strength after the day/night class changes. */
body.is-night .mode-switch,
body.is-night .time-pill {
  border: 0 !important;
}
body.is-night .mode-switch {
  box-shadow: inset 0 0 0 1px var(--panel-line) !important;
}
body.is-night .time-pill {
  box-shadow:
    inset 0 0 0 1px var(--panel-line),
    0 16px 40px rgba(0,16,38,.25) !important;
}


/* v35: Company Information drawer — same visual system and entrance as Stay Connected. */
.company-drawer {
  position:absolute; left:165px; right:165px; bottom:22px; min-height:84px; padding:14px 58px 14px 28px;
  display:grid; grid-template-columns:minmax(0,1fr) 1px minmax(0,1fr); align-items:center; gap:28px;
  color:#fff; background:rgba(9,35,70,.72); border:1px solid rgba(237,244,255,.44); border-radius:12px;
  backdrop-filter:blur(16px) saturate(1.12); box-shadow:0 18px 48px rgba(0,16,38,.30);
  opacity:0; visibility:hidden; transform:translateY(125%); pointer-events:none;
  transition:transform .48s cubic-bezier(.22,.61,.36,1), opacity .34s ease, visibility 0s linear .48s;
}
.company-drawer.is-open { opacity:1; visibility:visible; transform:translateY(0); pointer-events:auto; transition-delay:0s; }
.company-column { min-width:0; align-self:stretch; }
.company-column-info {
  display:grid; grid-template-columns:78px minmax(0,1fr); align-items:center; gap:22px;
}
.company-drawer-logo {
  width:72px; height:72px; margin:auto 0; object-fit:contain; display:block;
  filter:brightness(0) invert(1); opacity:.88;
}
.company-info-copy,
.company-column-about {
  padding-top:0;
  align-self:center;
}
.company-info-copy {
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.company-column-about {
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.company-drawer h2 {
  margin:0 0 9px; font-size:13px; line-height:1.2; font-weight:500; letter-spacing:1.15px;
}
.company-drawer p {
  margin:0; color:rgba(255,255,255,.76); font-size:11.5px; line-height:1.46;
}
.company-identity { margin:0 0 7px; }
.company-identity strong { display:block; line-height:1.35; font-weight:400; }
.company-identity address { margin:4px 0 0; color:rgba(255,255,255,.76); font-style:normal; font-size:11.5px; line-height:1.46; }
.company-info-copy p + p { margin-top:8px; }
.company-info-copy p span { color:rgba(255,255,255,.58); margin-right:7px; }
.company-contact-row { display:flex; gap:18px; margin-top:6px; flex-wrap:wrap; }
.company-contact-row a { color:rgba(255,255,255,.82); text-decoration:none; font-size:11.5px; line-height:1.46; transition:color .25s ease; }
.company-contact-row a:hover, .company-contact-row a:focus-visible { color:#fff; outline:none; }
.company-divider { width:1px; align-self:stretch; min-height:70px; background:rgba(255,255,255,.22); }
.company-column-about { padding-right:10px; }
.company-column-about p { max-width:650px; font-size:13px; line-height:1.5; font-weight:400; }
.company-drawer-close {
  position:absolute; right:17px; top:50%; transform:translateY(-50%); width:32px; height:32px;
  border:0; background:transparent; color:rgba(255,255,255,.78); font-size:31px; line-height:1;
  cursor:pointer; transition:color .25s ease, transform .25s ease;
}
.company-drawer-close:hover, .company-drawer-close:focus-visible { color:#fff; transform:translateY(-50%) rotate(90deg); outline:none; }
body.company-open .timezone-panel { bottom:128px; }
@media (max-width: 1050px) {
  .company-drawer { left:28px; right:28px; grid-template-columns:1fr; gap:14px; padding:18px 52px 18px 22px; }
  .company-divider { display:none; }
  .company-column-info { grid-template-columns:58px minmax(0,1fr); gap:16px; }
  .company-drawer-logo { width:54px; height:54px; }
}

/* Language selector — paired with the time panel without changing its right anchor. */
.top-right-controls {
  position:absolute;
  right:47px;
  top:32px;
  z-index:40;
  height:64px;
  display:flex;
  align-items:flex-start;
  gap:16px;
  pointer-events:none;
}
.top-right-controls .time-pill {
  position:relative;
  right:auto;
  top:auto;
  flex:0 0 auto;
  pointer-events:auto;
}
.language-selector {
  position:relative;
  width:118px;
  height:64px;
  flex:0 0 118px;
  pointer-events:auto;
}
.language-button {
  position:relative;
  z-index:2;
  width:118px;
  height:64px;
  padding:0 25px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  border:0;
  border-radius:34px;
  background:rgba(45,63,93,.12);
  color:#fff;
  box-shadow:inset 0 0 0 1px var(--panel-line);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  font-size:20px;
  font-weight:400;
  letter-spacing:1.8px;
  line-height:1;
  cursor:pointer;
  transition:background-color .28s ease, box-shadow .28s ease;
}
.language-button:hover,
.language-button:focus-visible,
.language-selector.is-open .language-button {
  background:rgba(255,255,255,.10);
  box-shadow:inset 0 0 0 1px rgba(255,255,255,.72);
  outline:none;
}
.language-chevron {
  width:14px;
  height:9px;
  flex:0 0 14px;
  fill:none;
  stroke:currentColor;
  stroke-width:1.5;
  stroke-linecap:round;
  stroke-linejoin:round;
  transition:transform .3s cubic-bezier(.22,.61,.36,1);
}
.language-selector.is-open .language-chevron { transform:rotate(180deg); }
.language-menu {
  position:absolute;
  left:0;
  top:74px;
  width:118px;
  padding:7px;
  display:grid;
  gap:2px;
  border-radius:18px;
  background:var(--panel-bg);
  color:#fff;
  box-shadow:
    inset 0 0 0 1px var(--panel-line),
    0 16px 40px rgba(0,16,38,.25);
  backdrop-filter:blur(14px) saturate(1.1);
  -webkit-backdrop-filter:blur(14px) saturate(1.1);
  opacity:0;
  visibility:hidden;
  transform:translateY(-7px) scale(.98);
  transform-origin:top center;
  pointer-events:none;
  transition:opacity .22s ease, transform .28s cubic-bezier(.22,.61,.36,1), visibility 0s linear .28s;
}
.language-selector.is-open .language-menu {
  opacity:1;
  visibility:visible;
  transform:translateY(0) scale(1);
  pointer-events:auto;
  transition-delay:0s;
}
.language-option {
  position:relative;
  width:100%;
  height:44px;
  padding:0 17px;
  display:flex;
  align-items:center;
  justify-content:flex-start;
  border:0;
  border-radius:12px;
  background:transparent;
  color:rgba(255,255,255,.78);
  font-size:17px;
  font-weight:400;
  letter-spacing:1.8px;
  line-height:1;
  cursor:pointer;
  transition:background-color .22s ease, color .22s ease;
}
.language-option::after {
  content:'';
  position:absolute;
  right:17px;
  top:50%;
  width:5px;
  height:5px;
  border-radius:50%;
  background:#fff;
  opacity:0;
  transform:translateY(-50%) scale(.5);
  transition:opacity .22s ease, transform .22s ease;
}
.language-option:hover,
.language-option:focus-visible {
  background:rgba(255,255,255,.09);
  color:#fff;
  outline:none;
}
.language-option.is-active {
  background:rgba(255,255,255,.07);
  color:#fff;
  font-weight:500;
}
.language-option.is-active::after {
  opacity:.82;
  transform:translateY(-50%) scale(1);
}

/* Large 4:3 tablets keep the desktop composition, but restore its visual scale. */
body.layout-desktop.layout-large-tablet .brand-copy {
  top:408px;
  transform:scale(1.4);
  transform-origin:left top;
}
body.layout-desktop.layout-large-tablet .timezone-panel {
  transform:translate(100px,-20px) scale(1.35);
  transform-origin:right bottom;
}

/* Adaptive phone, tablet and foldable layouts. Desktop declarations above remain unchanged. */
.timezone-close,
.mobile-panel-backdrop { display:none; }

body.layout-mobile .viewport,
body.layout-tablet .viewport {
  overflow-x:hidden;
  overflow-y:auto;
  overscroll-behavior-y:contain;
  -webkit-overflow-scrolling:touch;
  scrollbar-width:none;
}
body.layout-mobile .viewport::-webkit-scrollbar,
body.layout-tablet .viewport::-webkit-scrollbar { display:none; }
body.mobile-sheet-open .viewport { overflow:hidden; }
body.layout-mobile .background-scene,
body.layout-tablet .background-scene {
  inset:0 0 auto;
  min-height:100dvh;
}
body.layout-mobile .background-image,
body.layout-tablet:not(.layout-short-landscape) .background-image {
  object-position:22% center;
}
body.layout-mobile .left-readability,
body.layout-tablet .left-readability {
  width:100%;
  background:
    linear-gradient(180deg,rgba(255,248,238,.16),rgba(255,248,238,.025) 48%,transparent 72%),
    linear-gradient(90deg,rgba(255,248,238,.14),rgba(255,248,238,.035) 64%,transparent);
}
body.is-night.layout-mobile .left-readability,
body.is-night.layout-tablet .left-readability {
  background:
    linear-gradient(180deg,rgba(3,15,36,.34),rgba(3,15,36,.09) 52%,transparent 76%),
    linear-gradient(90deg,rgba(3,15,36,.36),rgba(3,15,36,.10) 66%,transparent);
}
body.layout-mobile .ui-stage,
body.layout-tablet .ui-stage {
  will-change:auto;
  overflow:visible;
}
body.layout-mobile .scroll-indicator,
body.layout-tablet .scroll-indicator { display:none; }

/* Compact phones, including folded book-style devices. */
body.layout-mobile .mode-switch {
  left:calc(14px + env(safe-area-inset-left));
  top:calc(12px + env(safe-area-inset-top));
  z-index:90;
  width:132px;
  height:48px;
  gap:10px;
  border-radius:25px;
}
body.layout-mobile .mode-symbol,
body.layout-mobile .sun,
body.layout-mobile .moon { width:24px; height:24px; }
body.layout-mobile .moon img { width:19px; height:19px; }
body.layout-mobile .mode-track { width:44px; height:28px; border-radius:16px; }
body.layout-mobile .mode-thumb { left:2px; top:2px; width:24px; height:24px; }
body.is-night.layout-mobile .mode-thumb { transform:translateX(16px); }

body.layout-mobile .top-right-controls {
  left:0;
  right:0;
  top:0;
  z-index:90;
  width:100%;
  height:128px;
  display:block;
}
body.layout-mobile .language-selector {
  position:absolute;
  left:auto;
  right:calc(14px + env(safe-area-inset-right));
  top:calc(12px + env(safe-area-inset-top));
  width:76px;
  height:48px;
  flex:none;
}
body.layout-mobile .language-button {
  width:76px;
  height:48px;
  padding:0 14px;
  border-radius:25px;
  font-size:16px;
  letter-spacing:1.25px;
}
body.layout-mobile .language-chevron { width:10px; height:7px; flex-basis:10px; }
body.layout-mobile .language-menu {
  left:auto;
  right:0;
  top:56px;
  width:84px;
  padding:6px;
  border-radius:15px;
}
body.layout-mobile .language-option {
  height:42px;
  padding:0 14px;
  border-radius:10px;
  font-size:15px;
}
body.layout-mobile .language-option::after { right:14px; }
body.layout-mobile .top-right-controls .time-pill {
  position:absolute;
  left:50%;
  right:auto;
  top:calc(72px + env(safe-area-inset-top));
  width:max-content;
  max-width:calc(100vw - 28px - env(safe-area-inset-left) - env(safe-area-inset-right));
  height:46px;
  padding:0 15px;
  gap:9px;
  border-radius:23px;
  transform:translateX(-50%);
  font-size:13.5px;
  letter-spacing:1px;
}
body.layout-mobile .time-pill .globe-icon { width:20px; height:20px; flex-basis:20px; }
body.layout-mobile .separator { height:20px; }
body.layout-mobile #zoneLabel {
  max-width:132px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}

body.layout-mobile .brand-copy {
  left:calc(18px + env(safe-area-inset-left));
  right:calc(18px + env(safe-area-inset-right));
  top:calc(136px + env(safe-area-inset-top));
  z-index:20;
  width:auto;
  transform:none !important;
  transform-origin:left top;
}
body.layout-mobile .brand-logo-svg { height:42px; }
body.layout-mobile .brand-subtitle {
  margin-top:8px;
  font-size:10.5px;
  letter-spacing:2.25px;
}
body.layout-mobile .brand-copy h1 {
  max-width:390px;
  margin-top:620px;
  font-size:clamp(24px,7.2vw,30px);
  line-height:1.14;
  letter-spacing:1.25px;
}
body.layout-mobile .gold-line {
  width:50px;
  margin:15px 0 14px;
}
body.layout-mobile .brand-copy p {
  max-width:370px;
  font-size:14px;
  line-height:1.52;
}
body.layout-mobile .cta {
  width:min(100%,360px);
  height:50px;
  margin-top:24px;
  padding:0 20px;
  border-radius:6px;
  font-size:12.5px;
  letter-spacing:.8px;
}
body.layout-mobile .cta-arrow { font-size:24px; }
body.layout-mobile .socials {
  gap:32px;
  margin-top:32px;
}
body.layout-mobile .socials .contact-link,
body.layout-mobile .socials .contact-icon,
body.layout-mobile .socials .contact-icon-office,
body.layout-mobile .socials .contact-icon-email,
body.layout-mobile .socials .contact-icon-phone {
  width:28px;
  height:28px;
}
body.layout-mobile .site-legal-line {
  left:calc(18px + env(safe-area-inset-left));
  right:calc(18px + env(safe-area-inset-right));
  bottom:calc(16px + env(safe-area-inset-bottom));
  max-width:none;
  flex-wrap:wrap;
  gap:5px 8px;
  white-space:normal;
  font-size:10.5px;
  line-height:1.45;
}

/* Tablets and unfolded foldables use a two-column composition. */
body.layout-tablet .mode-switch {
  left:calc(20px + env(safe-area-inset-left));
  top:calc(18px + env(safe-area-inset-top));
  z-index:90;
  width:150px;
  height:52px;
  gap:12px;
  border-radius:27px;
}
body.layout-tablet .mode-symbol,
body.layout-tablet .sun,
body.layout-tablet .moon { width:27px; height:27px; }
body.layout-tablet .moon img { width:21px; height:21px; }
body.layout-tablet .mode-track { width:49px; height:30px; }
body.layout-tablet .mode-thumb { width:26px; height:26px; left:2px; top:2px; }
body.is-night.layout-tablet .mode-thumb { transform:translateX(19px); }
body.layout-tablet .top-right-controls {
  right:calc(20px + env(safe-area-inset-right));
  top:calc(18px + env(safe-area-inset-top));
  z-index:90;
  height:52px;
  gap:12px;
}
body.layout-tablet .language-selector { width:82px; height:52px; flex-basis:82px; }
body.layout-tablet .language-button {
  width:82px;
  height:52px;
  padding:0 15px;
  border-radius:27px;
  font-size:16px;
}
body.layout-tablet .language-chevron { width:11px; height:7px; flex-basis:11px; }
body.layout-tablet .language-menu { top:60px; width:92px; }
body.layout-tablet .language-option { height:42px; font-size:15px; }
body.layout-tablet .top-right-controls .time-pill {
  height:52px;
  padding:0 17px;
  gap:11px;
  border-radius:27px;
  font-size:14px;
  letter-spacing:1.15px;
}
body.layout-tablet .time-pill .globe-icon { width:22px; height:22px; flex-basis:22px; }
body.layout-tablet .separator { height:22px; }
body.layout-tablet .brand-copy {
  left:clamp(28px,4vw,54px);
  top:clamp(145px,18vh,205px);
  z-index:20;
  width:min(43vw,500px);
  transform:none !important;
}
body.layout-tablet .brand-logo-svg { height:clamp(52px,6vw,68px); }
body.layout-tablet .brand-subtitle {
  margin-top:14px;
  font-size:clamp(12px,1.6vw,16px);
  letter-spacing:clamp(2.4px,.36vw,3.6px);
}
body.layout-tablet .brand-copy h1 {
  margin-top:clamp(46px,7vh,76px);
  font-size:clamp(28px,4vw,42px);
  line-height:1.16;
  letter-spacing:1.7px;
}
body.layout-tablet .gold-line {
  width:64px;
  margin:22px 0 20px;
}
body.layout-tablet .brand-copy p {
  max-width:430px;
  font-size:clamp(14px,1.7vw,17px);
  line-height:1.58;
}
body.layout-tablet .cta {
  width:min(38vw,340px);
  height:54px;
  margin-top:34px;
  padding:0 24px;
  font-size:14px;
}
body.layout-tablet .socials { margin-top:40px; gap:36px; }
body.layout-tablet:not(.layout-short-landscape) .ui-layer::after {
  content:"";
  position:absolute;
  left:0;
  right:0;
  top:var(--mobile-watch-divider-y, 690px);
  z-index:18;
  height:1px;
  background:var(--gold);
  pointer-events:none;
}
body.layout-tablet .site-legal-line {
  left:clamp(28px,4vw,54px);
  bottom:calc(22px + env(safe-area-inset-bottom));
  max-width:46vw;
  flex-wrap:wrap;
  white-space:normal;
  font-size:12px;
  line-height:1.45;
}

/* Time-zone sheet/popover in adaptive layouts. */
body.layout-mobile .timezone-close,
body.layout-tablet .timezone-close {
  position:absolute;
  right:12px;
  top:9px;
  z-index:2;
  display:grid;
  place-items:center;
  width:34px;
  height:34px;
  padding:0;
  border:0;
  background:transparent;
  color:rgba(255,255,255,.82);
  font-size:29px;
  line-height:1;
  cursor:pointer;
}
body.layout-mobile .timezone-panel {
  position:fixed !important;
  left:calc(12px + env(safe-area-inset-left)) !important;
  right:calc(12px + env(safe-area-inset-right)) !important;
  top:auto !important;
  bottom:calc(12px + env(safe-area-inset-bottom)) !important;
  z-index:100;
  width:auto !important;
  max-height:calc(100dvh - 24px - env(safe-area-inset-top) - env(safe-area-inset-bottom));
  padding:42px 16px 12px !important;
  overflow-y:auto;
  border-radius:20px;
  transform:none !important;
  box-shadow:0 22px 60px rgba(0,12,31,.42);
}
body.layout-mobile .timezone-panel .search-box { height:46px !important; min-height:46px !important; }
body.layout-mobile .timezone-panel .search-box input { height:46px !important; min-height:46px !important; line-height:46px !important; font-size:13px !important; }
body.layout-mobile .timezone-panel .zone-list {
  max-height:min(38dvh,236px);
  overflow-y:auto;
  scrollbar-width:thin;
}
body.layout-mobile .timezone-panel .zone-row { height:38px; font-size:14px; }
body.layout-tablet .timezone-panel {
  position:fixed !important;
  left:auto !important;
  right:calc(20px + env(safe-area-inset-right)) !important;
  top:calc(82px + env(safe-area-inset-top)) !important;
  bottom:auto !important;
  z-index:100;
  width:320px !important;
  max-height:calc(100dvh - 102px);
  padding:38px 16px 10px !important;
  overflow-y:auto;
  border-radius:16px;
  transform:none !important;
}

body.layout-mobile .mobile-panel-backdrop,
body.layout-tablet .mobile-panel-backdrop {
  position:fixed;
  inset:0;
  z-index:70;
  display:block;
  width:100%;
  height:100%;
  padding:0;
  border:0;
  background:rgba(2,13,30,.26);
  backdrop-filter:blur(2px);
  -webkit-backdrop-filter:blur(2px);
  opacity:0;
  visibility:hidden;
  pointer-events:none;
  cursor:default;
  transition:opacity .28s ease,visibility 0s linear .28s;
}
body.layout-tablet .mobile-panel-backdrop {
  background:rgba(2,13,30,.10);
  backdrop-filter:none;
  -webkit-backdrop-filter:none;
}
body.mobile-sheet-open.layout-mobile .mobile-panel-backdrop,
body.mobile-sheet-open.layout-tablet .mobile-panel-backdrop {
  opacity:1;
  visibility:visible;
  pointer-events:auto;
  transition-delay:0s;
}

/* Newsletter and company information become accessible bottom sheets. */
body.layout-mobile .newsletter-drawer,
body.layout-mobile .company-drawer,
body.layout-tablet .newsletter-drawer,
body.layout-tablet .company-drawer {
  position:fixed !important;
  left:50% !important;
  right:auto !important;
  top:auto !important;
  bottom:calc(12px + env(safe-area-inset-bottom)) !important;
  z-index:100;
  width:calc(100% - 24px - env(safe-area-inset-left) - env(safe-area-inset-right));
  max-width:760px;
  max-height:calc(78dvh - env(safe-area-inset-bottom));
  min-height:0;
  padding:48px 18px 18px;
  display:block;
  overflow-y:auto;
  border-radius:20px;
  opacity:0;
  visibility:hidden;
  transform:translate(-50%,calc(100% + 32px));
}
body.layout-mobile .newsletter-drawer.is-open,
body.layout-mobile .company-drawer.is-open,
body.layout-tablet .newsletter-drawer.is-open,
body.layout-tablet .company-drawer.is-open {
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
}
body.layout-mobile .newsletter-copy,
body.layout-tablet .newsletter-copy { gap:13px; align-items:flex-start; }
body.layout-mobile .newsletter-envelope,
body.layout-tablet .newsletter-envelope { width:38px; height:38px; flex-basis:38px; }
body.layout-mobile .newsletter-copy h2,
body.layout-tablet .newsletter-copy h2 { font-size:13px; line-height:1.35; }
body.layout-mobile .newsletter-copy p,
body.layout-tablet .newsletter-copy p { font-size:12px; }
body.layout-mobile .newsletter-form,
body.layout-tablet .newsletter-form {
  margin-top:16px;
  display:grid;
  grid-template-columns:1fr;
  gap:10px;
}
body.layout-mobile .newsletter-form input[type=email],
body.layout-mobile .newsletter-form input[type=submit],
body.layout-tablet .newsletter-form input[type=email],
body.layout-tablet .newsletter-form input[type=submit] { width:100%; height:46px; }
body.layout-mobile .newsletter-consent,
body.layout-tablet .newsletter-consent { font-size:11px; }
body.layout-mobile .newsletter-status,
body.layout-tablet .newsletter-status {
  position:static;
  margin:10px 0 0;
  font-size:11px;
}
body.layout-mobile .newsletter-close,
body.layout-mobile .company-drawer-close,
body.layout-tablet .newsletter-close,
body.layout-tablet .company-drawer-close {
  right:12px;
  top:10px;
  transform:none;
}
body.layout-mobile .newsletter-close:hover,
body.layout-mobile .newsletter-close:focus-visible,
body.layout-mobile .company-drawer-close:hover,
body.layout-mobile .company-drawer-close:focus-visible,
body.layout-tablet .newsletter-close:hover,
body.layout-tablet .newsletter-close:focus-visible,
body.layout-tablet .company-drawer-close:hover,
body.layout-tablet .company-drawer-close:focus-visible { transform:rotate(90deg); }
body.layout-mobile .company-column-info,
body.layout-tablet .company-column-info {
  display:grid;
  grid-template-columns:54px minmax(0,1fr);
  gap:14px;
}
body.layout-mobile .company-drawer-logo,
body.layout-tablet .company-drawer-logo { width:50px; height:50px; }
body.layout-mobile .company-divider,
body.layout-tablet .company-divider { display:none; }
body.layout-mobile .company-column-about,
body.layout-tablet .company-column-about { margin-top:18px; padding-right:0; }
body.layout-mobile .company-column-about p,
body.layout-tablet .company-column-about p { font-size:12px; }

/* Very short landscape windows get a compact two-column phone composition. */
body.layout-short-landscape .viewport { overflow:hidden; }
body.layout-short-landscape .background-image { object-position:center center; }
body.layout-short-landscape .mode-switch {
  left:calc(12px + env(safe-area-inset-left));
  top:calc(10px + env(safe-area-inset-top));
  width:126px;
  height:44px;
}
body.layout-short-landscape .top-right-controls {
  left:auto;
  right:calc(12px + env(safe-area-inset-right));
  top:calc(10px + env(safe-area-inset-top));
  width:auto;
  height:44px;
  display:flex;
  gap:9px;
}
body.layout-short-landscape .language-selector,
body.layout-short-landscape .language-button { position:relative; left:auto; right:auto; top:auto; width:68px; height:44px; }
body.layout-short-landscape .language-button { padding:0 12px; font-size:14px; }
body.layout-short-landscape .language-menu { top:50px; width:76px; }
body.layout-short-landscape .top-right-controls .time-pill {
  position:relative;
  left:auto;
  right:auto;
  top:auto;
  height:44px;
  max-width:none;
  padding:0 12px;
  gap:8px;
  transform:none;
  font-size:12.5px;
}
body.layout-short-landscape #zoneLabel { max-width:110px; }
body.layout-short-landscape .brand-copy {
  left:calc(20px + env(safe-area-inset-left));
  right:auto;
  top:calc(68px + env(safe-area-inset-top));
  width:min(43vw,310px);
}
body.layout-short-landscape .brand-logo-svg { height:34px; }
body.layout-short-landscape .brand-subtitle { margin-top:6px; font-size:9px; letter-spacing:1.8px; }
body.layout-short-landscape .brand-copy h1 {
  margin-top:14px;
  font-size:clamp(20px,3.1vw,25px);
  line-height:1.12;
}
body.layout-short-landscape .gold-line { width:42px; margin:10px 0; }
body.layout-short-landscape .brand-copy p { display:none; }
body.layout-short-landscape .cta {
  width:min(100%,260px);
  height:40px;
  margin-top:12px;
  padding:0 17px;
  font-size:11px;
}
body.layout-short-landscape .socials { margin-top:12px; gap:24px; }
body.layout-short-landscape .socials .contact-link,
body.layout-short-landscape .socials .contact-icon,
body.layout-short-landscape .socials .contact-icon-office,
body.layout-short-landscape .socials .contact-icon-email,
body.layout-short-landscape .socials .contact-icon-phone { width:24px; height:24px; }
body.layout-short-landscape .site-legal-line {
  left:calc(20px + env(safe-area-inset-left));
  right:auto;
  bottom:calc(6px + env(safe-area-inset-bottom));
  max-width:45vw;
  font-size:8.5px;
}
body.layout-short-landscape .timezone-panel {
  top:auto !important;
  bottom:calc(8px + env(safe-area-inset-bottom)) !important;
  max-height:calc(100dvh - 16px) !important;
}

@media (max-width: 359px) {
  body.layout-mobile .mode-switch { width:124px; }
  body.layout-mobile .top-right-controls .time-pill { padding:0 12px; gap:7px; font-size:12.5px; }
  body.layout-mobile #zoneLabel { max-width:112px; }
  body.layout-mobile .brand-copy { left:14px; right:14px; }
  body.layout-mobile .brand-copy h1 { font-size:23px; }
  body.layout-mobile .site-legal-line { left:14px; right:14px; }
}

@media (max-width: 480px) {
  body.layout-mobile:not(.layout-short-landscape) .ui-layer::after {
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:var(--mobile-watch-divider-y, 690px);
    z-index:18;
    height:1px;
    background:var(--gold);
    pointer-events:none;
  }
  body.layout-mobile:not(.layout-short-landscape) .brand-copy h1 {
    margin-top:calc(var(--mobile-watch-divider-y, 690px) - 164px);
  }
}
