 :root {
  --upw-shell: min(1200px, calc(100vw - 48px));
  --upw-body-font: "Noto Sans JP", sans-serif;
  --upw-heading-font: "Cormorant Garamond", serif;
  --upw-body-size: 16px;
  --upw-line-height: 1.8;
  --upw-accent: #c9a35c;
  --upw-accent-2: #8cb8d8;
  --upw-bg: #08111d;
  --upw-surface: #101c2d;
  --upw-text: #f4f1ea;
  --upw-muted: #b9c3d2;
  --upw-border: rgba(255,255,255,.12);
  --upw-radius: 24px;
  --upw-radius-sm: 16px;
  --upw-shadow: 0 24px 64px rgba(0,0,0,.28);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; font-family: var(--upw-body-font); font-size: var(--upw-body-size); background: linear-gradient(180deg, #07101b 0%, #0a1422 30%, #0d1930 100%); color: var(--upw-text); line-height: var(--upw-line-height); }
a { color: inherit; text-decoration: none; }
a:hover { color: var(--upw-accent); }
img { max-width: 100%; height: auto; }
iframe { max-width: 100%; }
.upw-shell { width: var(--upw-shell); margin: 0 auto; }
.upw-site-header { position: sticky; top: 0; z-index: 100; background: rgba(7,16,27,.72); backdrop-filter: blur(18px); border-bottom: 1px solid rgba(255,255,255,.08); }
.upw-header-inner { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 88px; }
.upw-brand-link { display: flex; align-items: center; gap: 14px; }
.upw-brand-mark { display: inline-flex; width: 56px; height: 56px; align-items: center; justify-content: center; border-radius: 50%; border: 1px solid rgba(255,255,255,.18); background: linear-gradient(135deg, rgba(201,163,92,.2), rgba(140,184,216,.16)); font-weight: 700; letter-spacing: .08em; }
.custom-logo-link img { max-height: 56px; width: auto; }
.upw-brand-texts { display: flex; flex-direction: column; }
.upw-brand-texts strong { font-size: 1rem; letter-spacing: .08em; text-transform: uppercase; }
.upw-brand-texts span { color: var(--upw-muted); font-size: .76rem; letter-spacing: .04em; }
.upw-primary-nav { position: absolute; top: calc(100% + 1px); right: 24px; left: 24px; display: none; padding: 18px; border-radius: 20px; background: rgba(9,17,26,.96); border: 1px solid rgba(255,255,255,.12); box-shadow: var(--upw-shadow); }
.upw-primary-nav.is-open { display: block; }
.upw-menu { display: flex; flex-direction: column; list-style: none; margin: 0 0 14px; padding: 0; gap: 12px; }
.upw-menu a { display:block; font-size: .96rem; color: #f2efe8; }
.upw-nav-cta, .upw-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0 20px; border-radius: 999px; background: linear-gradient(135deg, var(--upw-accent), #dbc081); color: #09111a; font-weight: 700; box-shadow: 0 16px 36px rgba(201,163,92,.22); }
.upw-button.ghost { background: transparent; color: var(--upw-text); border: 1px solid rgba(255,255,255,.22); box-shadow: none; }
.upw-menu-toggle { display: inline-flex; align-items:center; gap:12px; background: transparent; color: var(--upw-text); border: 1px solid rgba(255,255,255,.16); border-radius: 999px; min-height: 44px; padding: 0 16px; cursor:pointer; }
.upw-menu-toggle-box { display:inline-flex; flex-direction:column; gap:4px; }
.upw-menu-toggle-box span { display:block; width:18px; height:2px; background: currentColor; border-radius:99px; transition: transform .22s ease, opacity .22s ease; }
.upw-menu-toggle-label { font-size:.78rem; letter-spacing:.12em; }
.upw-menu-toggle[aria-expanded="true"] .upw-menu-toggle-box span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.upw-menu-toggle[aria-expanded="true"] .upw-menu-toggle-box span:nth-child(2) { opacity: 0; }
.upw-menu-toggle[aria-expanded="true"] .upw-menu-toggle-box span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
.upw-gtranslate-wrap-header { padding-bottom: 12px; }
.upw-gtranslate { display: inline-flex; align-items: center; gap: 12px; font-size: .86rem; color: var(--upw-muted); }
.upw-gtranslate-floating { position: fixed; right: 18px; bottom: 18px; z-index: 120; padding: 12px 16px; background: rgba(9,17,26,.9); border: 1px solid rgba(255,255,255,.14); border-radius: 999px; box-shadow: var(--upw-shadow); }
.upw-gtranslate-label { text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; }
.upw-main { padding-bottom: 96px; }
.upw-hero { position: relative; overflow: hidden; min-height: 76svh; display: flex; align-items: center; }
.upw-hero-gradient { background: radial-gradient(circle at 10% 10%, rgba(140,184,216,.22), transparent 30%), radial-gradient(circle at 80% 10%, rgba(201,163,92,.18), transparent 26%), linear-gradient(135deg, #09111b 0%, #0a1422 48%, #10223c 100%); }
.upw-hero-media, .upw-hero-overlay { position: absolute; inset: 0; }
.upw-hero-image { background-size: cover; background-position: center; transform: scale(1.04); }
.upw-hero-video-frame { width: 100vw; height: 56.25vw; min-height: 100%; min-width: 177.77vh; position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); opacity: .40; pointer-events: none; }
.upw-hero-video-fallback-wrap{position:absolute;inset:0;}
.upw-hero-video-fallback{position:absolute;inset:0;background:radial-gradient(circle at 10% 10%, rgba(140,184,216,.22), transparent 30%), radial-gradient(circle at 80% 10%, rgba(201,163,92,.18), transparent 26%), linear-gradient(135deg, #09111b 0%, #0a1422 48%, #10223c 100%);}
.upw-hero-overlay { background: linear-gradient(180deg, rgba(7,16,27,.28) 0%, rgba(7,16,27,.72) 50%, rgba(7,16,27,.96) 100%); }
.upw-hero-inner { position: relative; z-index: 2; padding: 120px 0 100px; max-width: 820px; }
.upw-hero-kicker, .upw-section-label, .upw-card-kicker { display: inline-block; text-transform: uppercase; letter-spacing: .18em; color: var(--upw-accent); margin-bottom: 16px; }
.upw-front-page .upw-hero-kicker { font-size: min(var(--upw-home-kicker-size), 1.4rem); }
.upw-front-page .upw-story-section .upw-section-label { font-size: min(var(--upw-home-section-label-size), 1.4rem); }
.upw-front-page .upw-audience-grid .upw-section-label { font-size: min(calc(var(--upw-home-audience-label-size, var(--upw-home-section-label-size)) * 1px), 1.4rem); }
.upw-front-page .upw-works-preview .upw-section-label { font-size: min(calc(var(--upw-home-works-label-size, var(--upw-home-section-label-size)) * 1px), 1.4rem); }
.upw-front-page .upw-featured-pages .upw-section-label { font-size: min(calc(var(--upw-home-featured-label-size, var(--upw-home-section-label-size)) * 1px), 1.4rem); }
.upw-front-page .upw-cta-band .upw-section-label { font-size: min(calc(var(--upw-home-final-label-size, var(--upw-home-section-label-size)) * 1px), 1.4rem); }
.upw-front-page .upw-card-kicker { font-size: min(var(--upw-home-card-kicker-size), 1.4rem); }
.upw-page .upw-hero-kicker { font-size: min(var(--upw-page-hero-kicker-size), 1.4rem); }
.upw-hero h1 { font-family: var(--upw-heading-font); line-height: 1.02; margin: 0 0 18px; letter-spacing: -.03em; }
.upw-front-page .upw-hero h1 { font-size: min(var(--upw-home-title-size), clamp(2.4rem, 5vw, 5rem)); }
.upw-page .upw-hero h1 { font-size: min(var(--upw-page-hero-title-size), clamp(2.2rem, 4.5vw, 4.6rem)); }
.upw-story-intro h2, .upw-section-head h2, .upw-audience-grid h2, .upw-cta-band h2, .upw-card h2 { font-family: var(--upw-heading-font); line-height: 1.05; margin: 0 0 18px; letter-spacing: -.03em; }
.upw-front-page .upw-story-intro h2 { font-size: min(var(--upw-home-section-title-size), clamp(1.8rem, 3.4vw, 3.6rem)); }
.upw-front-page .upw-audience-grid > div:first-child h2 { font-size: min(calc(var(--upw-home-audience-title-size, var(--upw-home-section-title-size)) * 1px), clamp(1.8rem, 3.4vw, 3.6rem)); }
.upw-front-page .upw-works-preview .upw-section-head h2 { font-size: min(calc(var(--upw-home-works-title-size, var(--upw-home-section-title-size)) * 1px), clamp(1.8rem, 3.4vw, 3.6rem)); }
.upw-front-page .upw-cta-band h2 { font-size: min(var(--upw-home-final-title-size), clamp(1.8rem, 3.4vw, 3.6rem)); }
.upw-front-page .upw-card h2 { font-size: min(var(--upw-home-card-title-size), clamp(1.8rem, 2.8vw, 2.8rem)); }
.upw-hero p { color: #eef2f7; max-width: 760px; }
.upw-front-page .upw-hero p { font-size: min(var(--upw-home-lead-size), clamp(1rem, 2vw, 1.22rem)); }
.upw-page .upw-hero p { font-size: min(var(--upw-page-hero-lead-size), clamp(1rem, 1.8vw, 1.12rem)); }
.upw-hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 28px; }
.upw-value-cards, .upw-story-section, .upw-audience-grid, .upw-works-preview, .upw-cta-band, .upw-front-content-block, .upw-page-layout { margin-top: 40px; }
.upw-value-cards { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 24px; margin-top: -54px; position: relative; z-index: 4; }
.upw-card, .upw-side-card, .upw-content-card, .upw-mini-card, .upw-work-card, .upw-editor-section, .upw-form-notice, .upw-contact-form { background: rgba(16,28,45,.75); border: 1px solid var(--upw-border); border-radius: var(--upw-radius); box-shadow: var(--upw-shadow); }
.upw-card { padding: 32px; }
.upw-card h2 { font-size: calc(min(var(--upw-home-card-title-size), clamp(1.8rem, 2.8vw, 2.8rem)) * var(--upw-heading-scale)); }
.upw-front-page .upw-card p { font-size: var(--upw-home-card-text-size); }
.upw-front-page .upw-card a { font-size: var(--upw-home-card-button-size); }
.upw-card p { color: var(--upw-muted); }
.upw-card a, .upw-work-card strong { color: var(--upw-text); }
.upw-story-section { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; align-items: start; }
.upw-story-intro, .upw-metrics { padding: 34px; border-radius: var(--upw-radius); background: rgba(9,17,26,.52); border: 1px solid var(--upw-border); }
.upw-metrics { display: grid; gap: 18px; }
.upw-metrics div { padding-bottom: 16px; border-bottom: 1px solid rgba(255,255,255,.08); }
.upw-metrics div:last-child { border-bottom: 0; padding-bottom: 0; }
.upw-metrics strong { display: block; font-size: var(--upw-home-metric-number-size); color: var(--upw-accent); }
.upw-metrics span { color: var(--upw-muted); font-size: var(--upw-home-metric-text-size); }
.upw-audience-grid { display: grid; grid-template-columns: .7fr 1.3fr; gap: 24px; }
.upw-list-grid, .upw-editor-grid { display: grid; gap: 20px; }
.upw-list-grid { grid-template-columns: repeat(2, minmax(0,1fr)); }
.upw-editor-grid-2 { grid-template-columns: repeat(2, minmax(0,1fr)); }
.upw-editor-grid-3 { grid-template-columns: repeat(3, minmax(0,1fr)); }
.upw-mini-card, .upw-work-card, .upw-editor-section { padding: 26px; }
.upw-mini-card h3, .upw-work-card strong, .upw-editor-section h2, .upw-editor-section h3, .upw-content-card h2, .upw-content-card h3, .upw-footer-grid h3, .upw-footer-grid h4 { margin-top: 0; font-family: var(--upw-heading-font); }
.upw-mini-card p, .upw-work-card span, .upw-editor-section p, .upw-editor-section li { color: var(--upw-muted); }
.upw-front-page .upw-story-intro p { font-size: var(--upw-home-section-text-size); }
.upw-front-page .upw-featured-pages .upw-section-head p { font-size: var(--upw-home-featured-text-size); }
.upw-front-page .upw-cta-band p { font-size: var(--upw-home-final-text-size); }
.upw-front-page .upw-mini-card h3 { font-size: var(--upw-home-audience-item-title-size); }
.upw-front-page .upw-mini-card p { font-size: var(--upw-home-audience-item-text-size); }
.upw-front-page .upw-work-card strong { font-size: var(--upw-home-works-item-title-size); }
.upw-front-page .upw-work-card span { font-size: var(--upw-home-works-item-text-size); }
.upw-front-page .upw-featured-pages .upw-section-head h2 { font-size: min(var(--upw-home-featured-title-size), clamp(1.8rem, 3.4vw, 3.6rem)); }
.upw-front-page .upw-featured-pages .upw-section-head p { font-size: var(--upw-home-featured-text-size); }
.upw-front-page .upw-featured-pages .upw-page-card h3 { font-size: var(--upw-home-featured-card-title-size); }
.upw-front-page .upw-featured-pages .upw-page-card p { font-size: var(--upw-home-featured-card-text-size); }
.upw-front-page .upw-cta-band h2 { font-size: min(var(--upw-home-final-title-size), clamp(1.8rem, 3.4vw, 3.6rem)); }
.upw-front-page .upw-cta-band p { font-size: var(--upw-home-final-text-size); }
.upw-front-page .upw-cta-band .upw-button { font-size: var(--upw-home-final-button-size); }
.upw-front-page .upw-hero-actions .upw-button { font-size: var(--upw-home-hero-button-size); }
.upw-work-card { display: flex; flex-direction: column; gap: 8px; min-height: 180px; justify-content: flex-end; background: linear-gradient(180deg, rgba(201,163,92,.08), rgba(16,28,45,.92)); }
.upw-work-card { text-decoration: none; position: relative; }
.upw-work-card.is-disabled { pointer-events: none; opacity: .72; }
.upw-work-link { display: inline-flex; align-items: center; gap: 8px; margin-top: 10px; color: var(--upw-accent); font-style: normal; font-weight: 700; }
.upw-work-link::after { content: '→'; }
.upw-section-head { margin-bottom: 20px; }
.upw-cta-band { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; padding: 36px; border-radius: calc(var(--upw-radius) + 8px); background: linear-gradient(135deg, rgba(201,163,92,.15), rgba(140,184,216,.12)); border: 1px solid rgba(255,255,255,.14); }
.upw-cta-actions { display: flex; align-items: center; justify-content: flex-end; gap: 14px; flex-wrap: wrap; }
.upw-front-content-block .upw-editor-section + .upw-editor-section { margin-top: 24px; }
.upw-page-layout { display: grid; grid-template-columns: 300px minmax(0,1fr); gap: 28px; align-items: start; }
.upw-page-side { position: sticky; top: 122px; }
.upw-side-card { padding: 24px; }
.upw-side-card ul { list-style: none; margin: 0; padding: 0; }
.upw-side-card li + li { margin-top: 10px; }
.upw-content-card { padding: 34px; }
.upw-content-card blockquote { margin: 28px 0; padding: 16px 20px; border-left: 3px solid var(--upw-accent); background: rgba(201,163,92,.08); }
.upw-contact-form { padding: 28px; }
.upw-grid.two { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 18px; }
.upw-contact-form label { display: block; margin-bottom: 16px; }
.upw-contact-form span { display: block; font-size: .88rem; margin-bottom: 8px; color: var(--upw-muted); }
.upw-contact-form input, .upw-contact-form textarea, .upw-contact-form select { width: 100%; border-radius: 14px; border: 1px solid rgba(255,255,255,.14); background: rgba(255,255,255,.04); color: var(--upw-text); padding: 14px 16px; font: inherit; }
.upw-contact-form button { border: 0; cursor: pointer; }
.upw-form-notice { padding: 18px 20px; margin-bottom: 18px; }
.upw-form-notice.success { border-color: rgba(140,184,216,.45); }
.upw-hp { position: absolute !important; left: -999em !important; }
.upw-site-footer { margin-top: 80px; padding: 44px 0 34px; border-top: 1px solid rgba(255,255,255,.08); background: rgba(7,16,27,.85); }
.upw-footer-grid { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 24px; }
.upw-footer-grid h3, .upw-footer-grid h4 { margin-top: 0; }
.upw-footer-grid p, .upw-footer-menu a, .upw-socials a, .upw-footer-bottom { color: var(--upw-muted); }
.upw-footer-menu { list-style: none; padding: 0; margin: 0; }
.upw-footer-menu li + li { margin-top: 8px; }
.upw-socials { display: flex; flex-wrap: wrap; gap: 12px; }
.upw-footer-bottom { margin-top: 24px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.08); }

@media (max-width: 980px) {
  .upw-value-cards, .upw-story-section, .upw-audience-grid, .upw-cta-band, .upw-page-layout, .upw-footer-grid, .upw-grid.two, .upw-editor-grid-2, .upw-editor-grid-3 { grid-template-columns: 1fr; }
  .upw-list-grid { grid-template-columns: 1fr; }
  .upw-page-side { position: static; }
  .upw-cta-actions { justify-content: flex-start; }
}
@media (max-width: 640px) {
  :root { --upw-shell: min(100vw - 28px, 1200px); }
  .upw-header-inner { min-height: 78px; }
  .upw-hero-inner { padding: 110px 0 76px; }
  .upw-card, .upw-side-card, .upw-content-card, .upw-mini-card, .upw-work-card, .upw-editor-section, .upw-contact-form { padding: 22px; }
  .upw-hero h1, .upw-story-intro h2, .upw-section-head h2, .upw-audience-grid h2, .upw-cta-band h2, .upw-card h2 { font-size: clamp(2rem, 10vw, 3rem); }
  .upw-gtranslate-floating { right: 12px; bottom: 12px; }
}

.upw-share-block { margin-top: 28px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.10); position: relative; z-index: 30; }
.upw-share-label { display: inline-block; margin-bottom: 12px; font-size: .82rem; letter-spacing: .14em; text-transform: uppercase; color: var(--upw-muted); }
.upw-share-buttons { display: flex; flex-wrap: wrap; gap: 10px; position: relative; z-index: 31; }
.upw-share-button { display: inline-flex; align-items: center; justify-content: center; min-height: 42px; padding: 0 16px; border-radius: 999px; border: 1px solid rgba(255,255,255,.16); background: rgba(255,255,255,.04); color: var(--upw-text); font-weight: 600; cursor: pointer; text-decoration: none; pointer-events: auto; }
.upw-share-button:hover { border-color: rgba(201,163,92,.45); background: rgba(201,163,92,.08); color: var(--upw-accent); }
.upw-share-button.is-copy { font: inherit; }

.upw-footer-share-wrap { margin-top: 24px; }
.upw-share-button.is-official { background: rgba(201,163,92,.09); }


.upw-section-actions { margin-top: 18px; display: flex; gap: 12px; }
.upw-page-card { text-decoration: none; display: block; }
.upw-featured-pages .upw-section-head p { max-width: 760px; color: var(--upw-muted); }
.upw-work-card.is-disabled{opacity:.72;cursor:default}
.upw-work-link-button{display:inline-flex;align-items:center;justify-content:center;min-height:42px;padding:0 16px;border-radius:999px;border:1px solid rgba(255,255,255,.14);background:rgba(255,255,255,.06);color:var(--upw-text);font-weight:700;position:relative;z-index:2;pointer-events:auto}
.upw-work-link-button:hover{background:rgba(201,163,92,.10);border-color:rgba(201,163,92,.45);color:var(--upw-accent)}


.upw-work-card strong,.upw-work-card span{display:block}
.upw-work-card strong{color:var(--upw-text)}
.upw-work-card span{color:var(--upw-muted)}
.upw-works-preview .upw-list-grid{grid-template-columns:repeat(2,minmax(0,1fr))}


.upw-metrics div{background:rgba(255,255,255,.04);border:1px solid rgba(255,255,255,.12);border-radius:18px;padding:20px;min-height:120px;display:flex;flex-direction:column;justify-content:flex-end}
.upw-metrics strong,.upw-metrics span{display:block}
.upw-work-card{display:flex;flex-direction:column;justify-content:flex-end;gap:10px;text-decoration:none}
.upw-work-card strong,.upw-work-card span{display:block}
.upw-work-card strong{font-size:var(--upw-home-works-item-title-size);color:var(--upw-text)}
.upw-work-card > span:not(.upw-work-link-button){font-size:var(--upw-home-works-item-text-size);color:var(--upw-muted)}
.upw-work-link-button{align-self:flex-start;text-decoration:none}



/* Mobile polish: stylish smartphone layout without changing desktop */
@media (max-width: 860px) {
  :root { --upw-shell: min(100vw - 32px, 1200px); }
  body { -webkit-text-size-adjust: 100%; }
  .upw-main { padding-bottom: 72px; }
  .upw-site-header { background: rgba(7,16,27,.84); }
  .upw-header-inner { min-height: 74px; gap: 12px; }
  .upw-brand-link { gap: 10px; min-width: 0; }
  .upw-brand-mark { width: 46px; height: 46px; font-size: .9rem; }
  .custom-logo-link img { max-height: 46px; }
  .upw-brand-texts strong { font-size: .9rem; letter-spacing: .06em; }
  .upw-brand-texts span { font-size: .68rem; }
  .upw-menu-toggle { min-height: 42px; padding: 0 14px; }
  .upw-primary-nav { left: 14px; right: 14px; top: calc(100% + 8px); padding: 16px; border-radius: 18px; }
  .upw-menu { gap: 8px; margin-bottom: 12px; }
  .upw-menu a { padding: 8px 4px; font-size: .95rem; }
  .upw-nav-cta, .upw-button { min-height: 46px; }

  .upw-hero { min-height: auto; }
  .upw-hero-overlay { background: linear-gradient(180deg, rgba(7,16,27,.34) 0%, rgba(7,16,27,.70) 38%, rgba(7,16,27,.98) 100%); }
  .upw-hero-inner { max-width: 100%; padding: 98px 0 50px; }
  .upw-front-page .upw-hero-kicker,
  .upw-front-page .upw-story-section .upw-section-label,
  .upw-front-page .upw-audience-grid .upw-section-label,
  .upw-front-page .upw-works-preview .upw-section-label,
  .upw-front-page .upw-featured-pages .upw-section-label,
  .upw-front-page .upw-cta-band .upw-section-label { letter-spacing: .16em; margin-bottom: 12px; }
  .upw-front-page .upw-hero h1 { font-size: clamp(2.2rem, 10vw, 3.6rem); line-height: .98; margin-bottom: 14px; max-width: 11ch; }
  .upw-front-page .upw-hero p { font-size: 1rem; line-height: 1.82; max-width: 100%; }
  .upw-hero-actions { gap: 10px; margin-top: 22px; }
  .upw-hero-actions .upw-button,
  .upw-section-actions .upw-button,
  .upw-cta-actions .upw-button { width: 100%; }

  .upw-value-cards,
  .upw-story-section,
  .upw-audience-grid,
  .upw-works-preview,
  .upw-cta-band,
  .upw-front-content-block,
  .upw-page-layout { margin-top: 24px; }

  .upw-value-cards { grid-template-columns: 1fr; gap: 16px; margin-top: -18px; }
  .upw-card,
  .upw-side-card,
  .upw-content-card,
  .upw-mini-card,
  .upw-work-card,
  .upw-editor-section,
  .upw-contact-form,
  .upw-story-intro,
  .upw-metrics,
  .upw-cta-band { border-radius: 22px; }
  .upw-card { padding: 24px; }
  .upw-front-page .upw-card h2 { font-size: clamp(1.7rem, 7vw, 2.4rem); line-height: 1.05; }
  .upw-front-page .upw-card p { line-height: 1.8; }
  .upw-card a { margin-top: 10px; width: 100%; }

  .upw-story-section { gap: 16px; }
  .upw-story-intro, .upw-metrics { padding: 24px; }
  .upw-front-page .upw-story-intro h2,
  .upw-front-page .upw-audience-grid > div:first-child h2,
  .upw-front-page .upw-works-preview .upw-section-head h2,
  .upw-front-page .upw-featured-pages .upw-section-head h2,
  .upw-front-page .upw-cta-band h2 { font-size: clamp(1.8rem, 7vw, 2.8rem); }
  .upw-front-page .upw-story-intro p,
  .upw-featured-pages .upw-section-head p,
  .upw-front-page .upw-cta-band p { line-height: 1.85; }
  .upw-metrics { gap: 12px; }
  .upw-metrics div { min-height: 0; padding: 18px 18px 16px; border-radius: 18px; }
  .upw-metrics strong { font-size: clamp(1.5rem, 7vw, 2.2rem); line-height: 1.05; }
  .upw-metrics span { line-height: 1.7; }

  .upw-list-grid,
  .upw-works-preview .upw-list-grid,
  .upw-editor-grid-2,
  .upw-editor-grid-3 { grid-template-columns: 1fr; gap: 14px; }
  .upw-mini-card,
  .upw-work-card,
  .upw-editor-section,
  .upw-content-card,
  .upw-contact-form { padding: 22px; }
  .upw-mini-card h3,
  .upw-page-card h3 { font-size: 1.22rem; }
  .upw-mini-card p,
  .upw-page-card p,
  .upw-work-card > span:not(.upw-work-link-button) { line-height: 1.8; }
  .upw-work-card { min-height: 0; gap: 12px; }
  .upw-work-link-button { width: 100%; min-height: 44px; }

  .upw-featured-pages .upw-section-head,
  .upw-works-preview .upw-section-head { margin-bottom: 14px; }

  .upw-cta-band { gap: 18px; padding: 24px; }
  .upw-cta-actions { justify-content: flex-start; }

  .upw-page-layout { grid-template-columns: 1fr; gap: 18px; }
  .upw-page-side { position: static; order: 2; }
  .upw-page-main { order: 1; }
  .upw-content-card blockquote { margin: 24px 0; }
  .upw-grid.two { grid-template-columns: 1fr; gap: 0; }

  .upw-share-block { margin-top: 22px; padding-top: 18px; }
  .upw-share-buttons { gap: 8px; }
  .upw-share-button { min-height: 40px; flex: 1 1 calc(50% - 8px); padding: 0 12px; }

  .upw-site-footer { margin-top: 56px; padding: 34px 0 28px; }
  .upw-footer-grid { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 520px) {
  :root { --upw-shell: min(100vw - 24px, 1200px); }
  .upw-header-inner { min-height: 68px; }
  .upw-brand-mark { width: 40px; height: 40px; }
  .custom-logo-link img { max-height: 40px; }
  .upw-brand-texts span { display: none; }
  .upw-brand-texts strong { font-size: .82rem; }
  .upw-menu-toggle-label { display: none; }
  .upw-primary-nav { left: 10px; right: 10px; }

  .upw-hero-inner { padding: 92px 0 42px; }
  .upw-front-page .upw-hero h1 { font-size: clamp(2rem, 10.5vw, 3rem); max-width: 9.5ch; }
  .upw-front-page .upw-hero p { font-size: .96rem; }
  .upw-front-page .upw-card h2,
  .upw-front-page .upw-story-intro h2,
  .upw-front-page .upw-audience-grid > div:first-child h2,
  .upw-front-page .upw-works-preview .upw-section-head h2,
  .upw-front-page .upw-featured-pages .upw-section-head h2,
  .upw-front-page .upw-cta-band h2 { font-size: clamp(1.55rem, 8vw, 2.2rem); }
  .upw-card,
  .upw-side-card,
  .upw-content-card,
  .upw-mini-card,
  .upw-work-card,
  .upw-editor-section,
  .upw-contact-form,
  .upw-story-intro,
  .upw-metrics,
  .upw-cta-band { border-radius: 20px; }
  .upw-card,
  .upw-side-card,
  .upw-content-card,
  .upw-mini-card,
  .upw-work-card,
  .upw-editor-section,
  .upw-contact-form,
  .upw-story-intro,
  .upw-metrics { padding: 20px; }
  .upw-metrics div { padding: 16px; }
  .upw-work-link-button,
  .upw-nav-cta,
  .upw-button { min-height: 42px; }
  .upw-share-button { flex-basis: 100%; }
}


.upw-hero-video-fallback{position:absolute;inset:0;background:radial-gradient(circle at 20% 20%, rgba(201,163,92,.20), transparent 40%),linear-gradient(135deg, rgba(9,17,26,.95), rgba(16,28,45,.80));}
.upw-hero-video iframe{position:absolute;inset:0;width:100%;height:100%;border:0;}
@supports not ((backdrop-filter: blur(2px)) or (-webkit-backdrop-filter: blur(2px))) {
  .upw-site-header{background:rgba(7,16,27,.94);}
}

/* Browser-safe top hero fallback */
.upw-front-page .upw-hero-youtube .upw-hero-video-frame{display:block !important;}
.upw-front-page .upw-hero-safe .upw-hero-video-fallback, .upw-front-page .upw-hero-safe .upw-hero-image{opacity:1;}
.upw-front-page .upw-hero-inner{position:relative;z-index:2;}

/* v1.8.12 top hero background restore */
.upw-front-page .upw-hero-youtube .upw-hero-video-frame{display:block !important;opacity:.34;}
.upw-hero-video-fallback,.upw-hero-image{z-index:0;}
.upw-hero-video-frame{z-index:1;}
.upw-hero-overlay{z-index:1;}
.upw-hero-inner{z-index:2;}


/* v1.8.13 full-page background continuity + tighter mobile fit */
.upw-main{position:relative;overflow:clip;}
.upw-main::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:0;
  pointer-events:none;
  background:
    radial-gradient(circle at 12% 6%, rgba(140,184,216,.12), transparent 28%),
    radial-gradient(circle at 88% 10%, rgba(201,163,92,.10), transparent 24%),
    linear-gradient(180deg, rgba(7,16,27,.00) 0%, rgba(7,16,27,.14) 18%, rgba(10,20,34,.34) 42%, rgba(13,25,48,.68) 100%);
}
.upw-main > *{position:relative;z-index:1;}
.upw-hero{z-index:1;}
.upw-featured-pages,
.upw-cta-band,
.upw-front-content-block{position:relative;}
.upw-featured-pages::after{
  content:"";
  position:absolute;
  left:0; right:0; bottom:-26px;
  height:110px;
  pointer-events:none;
  background:linear-gradient(180deg, rgba(10,20,34,0) 0%, rgba(10,20,34,.30) 46%, rgba(13,25,48,.56) 100%);
  z-index:0;
}
.upw-featured-pages > *,
.upw-cta-band > *,
.upw-front-content-block > *{position:relative;z-index:1;}

@media (max-width: 860px) {
  :root { --upw-shell: min(100vw - 22px, 1200px); }
  body { font-size: max(14px, calc(var(--upw-body-size) - 1px)); }
  .upw-main { padding-bottom: 48px; }
  .upw-site-header { background: rgba(7,16,27,.90); }
  .upw-header-inner { min-height: 64px; gap: 10px; }
  .upw-brand-link { gap: 8px; }
  .upw-brand-mark { width: 38px; height: 38px; font-size: .82rem; }
  .custom-logo-link img { max-height: 38px; }
  .upw-brand-texts strong { font-size: .8rem; letter-spacing: .04em; }
  .upw-menu-toggle { min-height: 38px; padding: 0 12px; }
  .upw-primary-nav { left: 8px; right: 8px; top: calc(100% + 6px); padding: 12px; border-radius: 16px; }
  .upw-menu a { padding: 6px 4px; font-size: .9rem; }
  .upw-nav-cta, .upw-button, .upw-work-link-button { min-height: 40px; font-size: .92rem; }

  .upw-hero-inner { padding: 84px 0 34px; }
  .upw-front-page .upw-hero-kicker,
  .upw-front-page .upw-story-section .upw-section-label,
  .upw-front-page .upw-audience-grid .upw-section-label,
  .upw-front-page .upw-works-preview .upw-section-label,
  .upw-front-page .upw-featured-pages .upw-section-label,
  .upw-front-page .upw-cta-band .upw-section-label { margin-bottom: 10px; letter-spacing: .13em; }
  .upw-front-page .upw-hero h1 { font-size: clamp(1.95rem, 8.6vw, 2.9rem); line-height: 1.01; margin-bottom: 12px; max-width: 10.5ch; }
  .upw-front-page .upw-hero p { font-size: .94rem; line-height: 1.72; max-width: 100%; }

  .upw-value-cards,
  .upw-story-section,
  .upw-audience-grid,
  .upw-works-preview,
  .upw-featured-pages,
  .upw-cta-band,
  .upw-front-content-block,
  .upw-page-layout { margin-top: 18px; }
  .upw-value-cards { gap: 12px; margin-top: -12px; }

  .upw-card,
  .upw-side-card,
  .upw-content-card,
  .upw-mini-card,
  .upw-work-card,
  .upw-editor-section,
  .upw-contact-form,
  .upw-story-intro,
  .upw-metrics,
  .upw-cta-band { border-radius: 18px; }
  .upw-card,
  .upw-side-card,
  .upw-content-card,
  .upw-mini-card,
  .upw-work-card,
  .upw-editor-section,
  .upw-contact-form,
  .upw-story-intro,
  .upw-metrics,
  .upw-cta-band { padding: 18px; }

  .upw-front-page .upw-card h2,
  .upw-front-page .upw-story-intro h2,
  .upw-front-page .upw-audience-grid > div:first-child h2,
  .upw-front-page .upw-works-preview .upw-section-head h2,
  .upw-front-page .upw-featured-pages .upw-section-head h2,
  .upw-front-page .upw-cta-band h2 { font-size: clamp(1.45rem, 7vw, 2.05rem); line-height: 1.08; margin-bottom: 12px; }
  .upw-front-page .upw-card p,
  .upw-front-page .upw-story-intro p,
  .upw-front-page .upw-cta-band p,
  .upw-featured-pages .upw-section-head p,
  .upw-mini-card p,
  .upw-page-card p,
  .upw-work-card > span:not(.upw-work-link-button) { font-size: .92rem; line-height: 1.72; }

  .upw-story-section { gap: 12px; }
  .upw-metrics { gap: 10px; }
  .upw-metrics div { padding: 14px 14px 12px; border-radius: 16px; }
  .upw-metrics strong { font-size: clamp(1.28rem, 6vw, 1.8rem); line-height: 1.04; }
  .upw-metrics span { font-size: .86rem; line-height: 1.55; }

  .upw-list-grid,
  .upw-works-preview .upw-list-grid,
  .upw-editor-grid-2,
  .upw-editor-grid-3 { gap: 12px; }
  .upw-work-card { gap: 10px; min-height: 0; }
  .upw-work-card strong { font-size: min(var(--upw-home-works-item-title-size), 1.08rem); }
  .upw-work-link-button { width: 100%; }
  .upw-page-card h3, .upw-mini-card h3 { font-size: 1.08rem; margin-bottom: 8px; }

  .upw-section-actions { margin-top: 14px; }
  .upw-share-button { min-height: 38px; flex: 1 1 100%; font-size: .9rem; }
  .upw-site-footer { margin-top: 42px; padding: 28px 0 24px; }
}

@media (max-width: 520px) {
  :root { --upw-shell: min(100vw - 18px, 1200px); }
  .upw-header-inner { min-height: 60px; }
  .upw-brand-mark { width: 34px; height: 34px; }
  .custom-logo-link img { max-height: 34px; }
  .upw-brand-texts strong { font-size: .74rem; }
  .upw-hero-inner { padding: 78px 0 28px; }
  .upw-front-page .upw-hero h1 { font-size: clamp(1.72rem, 8.4vw, 2.45rem); max-width: 10ch; }
  .upw-front-page .upw-hero p { font-size: .9rem; }
  .upw-card,
  .upw-side-card,
  .upw-content-card,
  .upw-mini-card,
  .upw-work-card,
  .upw-editor-section,
  .upw-contact-form,
  .upw-story-intro,
  .upw-metrics,
  .upw-cta-band { padding: 16px; border-radius: 16px; }
  .upw-front-page .upw-card h2,
  .upw-front-page .upw-story-intro h2,
  .upw-front-page .upw-audience-grid > div:first-child h2,
  .upw-front-page .upw-works-preview .upw-section-head h2,
  .upw-front-page .upw-featured-pages .upw-section-head h2,
  .upw-front-page .upw-cta-band h2 { font-size: clamp(1.32rem, 7.2vw, 1.82rem); }
  .upw-front-page .upw-card p,
  .upw-front-page .upw-story-intro p,
  .upw-front-page .upw-cta-band p,
  .upw-featured-pages .upw-section-head p,
  .upw-mini-card p,
  .upw-page-card p,
  .upw-work-card > span:not(.upw-work-link-button) { font-size: .88rem; line-height: 1.66; }
  .upw-metrics strong { font-size: 1.18rem; }
  .upw-metrics span { font-size: .82rem; }
  .upw-button,
  .upw-nav-cta,
  .upw-work-link-button { min-height: 38px; }
}


/* v1.8.14 smartphone readability refinements: mobile only, desktop untouched */
@media (max-width: 860px) {
  .upw-front-page .upw-main { display: flex; flex-direction: column; }
  .upw-front-page .upw-hero { order: 1; }
  .upw-front-page .upw-value-cards { order: 2; }
  .upw-front-page .upw-works-preview { order: 3; }
  .upw-front-page .upw-story-section { order: 4; }
  .upw-front-page .upw-featured-pages { order: 5; }
  .upw-front-page .upw-cta-band { order: 6; }
  .upw-front-page .upw-front-content-block { order: 7; }

  .upw-front-page .upw-hero::after {
    content: "";
    position: absolute;
    left: 0; right: 0; bottom: 0;
    height: 92px;
    background: linear-gradient(180deg, rgba(7,16,27,0) 0%, rgba(7,16,27,.88) 100%);
    z-index: 1;
    pointer-events: none;
  }
  .upw-front-page .upw-hero-inner { padding-bottom: 30px; }
  .upw-front-page .upw-hero-actions { display: none; }

  .upw-front-page .upw-value-cards { margin-top: 0; }
  .upw-front-page .upw-card,
  .upw-front-page .upw-story-intro,
  .upw-front-page .upw-metrics,
  .upw-front-page .upw-mini-card,
  .upw-front-page .upw-work-card,
  .upw-front-page .upw-cta-band { 
    backdrop-filter: none;
    background: rgba(12, 22, 36, .88);
  }

  .upw-front-page .upw-card-kicker,
  .upw-front-page .upw-section-label { font-size: .72rem; }

  .upw-front-page .upw-card p br,
  .upw-front-page .upw-section-head p br,
  .upw-front-page .upw-story-intro p br,
  .upw-front-page .upw-cta-band p br { display: none; }

  .upw-front-page .upw-card p,
  .upw-front-page .upw-story-intro p,
  .upw-front-page .upw-featured-pages .upw-section-head p,
  .upw-front-page .upw-cta-band p,
  .upw-front-page .upw-page-card p,
  .upw-front-page .upw-work-card > span:not(.upw-work-link-button) {
    color: #d7deea;
  }

  .upw-front-page .upw-work-card,
  .upw-front-page .upw-mini-card,
  .upw-front-page .upw-card { box-shadow: 0 18px 34px rgba(0,0,0,.18); }

  .upw-front-page .upw-work-card strong,
  .upw-front-page .upw-page-card h3,
  .upw-front-page .upw-mini-card h3 { line-height: 1.35; }

  .upw-front-page .upw-section-head { margin-bottom: 10px; }
  .upw-front-page .upw-section-actions { margin-top: 10px; }

  .upw-front-page .upw-work-link-button,
  .upw-front-page .upw-card a,
  .upw-front-page .upw-button {
    border-radius: 14px;
    padding-inline: 14px;
    font-weight: 700;
  }

  .upw-front-page .upw-metrics {
    grid-template-columns: 1fr;
  }

  .upw-page .upw-hero-inner { padding: 82px 0 28px; }
  .upw-page .upw-content-card,
  .upw-page .upw-side-card,
  .upw-page .upw-contact-form { background: rgba(12,22,36,.9); }
  .upw-page .upw-content-card,
  .upw-page .upw-side-card,
  .upw-page .upw-contact-form,
  .upw-page .upw-form-notice { border-radius: 18px; }
}

@media (max-width: 640px) {
  .upw-front-page .upw-hero { min-height: 72svh; }
  .upw-front-page .upw-hero-inner { padding-top: 74px; }
  .upw-front-page .upw-hero h1 { max-width: 9.2ch; }
  .upw-front-page .upw-works-preview .upw-list-grid,
  .upw-front-page .upw-featured-pages .upw-list-grid { gap: 10px; }
  .upw-front-page .upw-work-card,
  .upw-front-page .upw-mini-card,
  .upw-front-page .upw-card { padding: 16px; }
  .upw-front-page .upw-work-card > span:not(.upw-work-link-button),
  .upw-front-page .upw-page-card p,
  .upw-front-page .upw-card p { font-size: .89rem; }
  .upw-front-page .upw-share-block { margin-top: 18px; }
}

@media (max-width: 420px) {
  .upw-front-page .upw-hero h1 { font-size: clamp(1.58rem, 8vw, 2.1rem); }
  .upw-front-page .upw-hero p { font-size: .86rem; line-height: 1.65; }
  .upw-front-page .upw-card,
  .upw-front-page .upw-story-intro,
  .upw-front-page .upw-metrics,
  .upw-front-page .upw-mini-card,
  .upw-front-page .upw-work-card,
  .upw-front-page .upw-cta-band,
  .upw-page .upw-content-card,
  .upw-page .upw-side-card,
  .upw-page .upw-contact-form { padding: 14px; border-radius: 14px; }
  .upw-front-page .upw-brand-texts strong { letter-spacing: .02em; }
}
