:root {
  color-scheme: light;
  --paper: #fff;
  --ink: #191919;
  --orange: #d94200;
  --muted: #61615b;
}
* { box-sizing: border-box; }
html { font-size: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Arial, Helvetica, sans-serif;
  -webkit-font-smoothing: antialiased;
  overflow-wrap: break-word;
}
.page { max-width: 1600px; margin: auto; padding-inline: 5.5%; }
.header {
  min-height: 126px;
  padding-block: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px 24px;
  flex-wrap: wrap;
}
/* Display the supplied logo intact, framing only its empty outer margins.
   Source 1672 × 941; visible frame x=370, y=330, width=930, height=290.
   The actual image file remains unchanged. */
.brand {
  display: block;
  position: relative;
  overflow: hidden;
  width: 230px;
  max-width: 100%;
  aspect-ratio: 930 / 290;
  flex: 0 1 230px;
  text-decoration: none;
}
.brand-image {
  position: absolute;
  width: 179.784947%;
  max-width: none;
  height: auto;
  left: -39.784947%;
  top: -113.793103%;
}
.header-note { font-size: .875rem; line-height: 1.5; color: var(--muted); }
main {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  gap: 6%;
  align-items: stretch;
  padding: 14px 0 40px;
}
.intro { min-width: 0; padding: 36px 0 20px; }
.announcement {
  font-size: .75rem;
  letter-spacing: .12em;
  line-height: 1.6;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 10px;
}
.spark { font-size: 1.6rem; color: var(--orange); line-height: 1; flex-shrink: 0; }
h1 {
  font-size: clamp(2.5rem, 6.4vw, 6.4rem);
  font-weight: 600;
  line-height: 1.09;
  letter-spacing: -.05em;
  margin: 31px 0 25px;
}
h1 span { color: var(--orange); }
.description { font-size: 1.0625rem; line-height: 1.85; max-width: 390px; color: var(--muted); margin: 0 0 36px; }
.launch { display: flex; align-items: center; gap: 13px; }
.line { height: 1px; width: 32px; background: var(--orange); flex-shrink: 0; }
h2 { font-size: 1.25rem; line-height: 1.5; letter-spacing: -.025em; font-weight: 600; margin: 0; }
.platforms { font-size: .875rem; line-height: 1.6; color: var(--muted); margin: 10px 0 0 45px; }
.features { margin-top: 40px; display: flex; flex-wrap: wrap; gap: 10px 18px; font-size: .875rem; line-height: 1.5; color: var(--muted); }
.features span { max-width: 100%; }
.features span + span { border-left: 1px solid #b9b8ae; padding-left: 18px; }
.visual {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border-radius: 140px 140px 4px 4px;
  min-height: 610px;
  background: #44372d;
  isolation: isolate;
  padding: 70px 40px 43px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 90px;
}
.visual img { position: absolute; width: 100%; height: 100%; inset: 0; object-fit: cover; object-position: center; z-index: -2; }
.photo-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(0,0,0,.35), transparent 40%, rgba(0,0,0,.75)); z-index: -1; }
.photo-top { text-align: center; color: #fff; display: flex; flex-direction: column; gap: 7px; font-size: .75rem; letter-spacing: .15em; line-height: 1.6; }
.photo-caption { color: #fff; }
.caption-rule { display: block; background: #ffb683; width: 37px; height: 2px; }
.photo-caption p { font-family: Georgia, 'Times New Roman', serif; font-size: clamp(2rem, 3vw, 3rem); line-height: 1.25; letter-spacing: -.02em; margin: 20px 0; }
.caption-small { font-size: .75rem; letter-spacing: .13em; line-height: 1.7; }
footer { border-top: 1px solid #deded5; padding: 25px 0 29px; display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 16px 20px; font-size: .75rem; line-height: 1.6; color: var(--muted); }
.design-credit { flex-basis: 100%; min-width: 0; order: 2; margin: 0; text-align: right; line-height: 1.8; }
.design-credit a { color: inherit; text-underline-offset: 3px; }
.design-credit a:hover { color: var(--orange); }
a:focus-visible { outline: 3px solid var(--orange); outline-offset: 8px; }
@media (min-width: 1600px) {
  main { gap: 90px; }
  .visual { min-height: 680px; }
}
@media (max-width: 1000px) {
  .page { padding-inline: 6%; }
  .header { min-height: 110px; }
  main { gap: 5%; }
  .intro { padding-top: 24px; }
  h1 { font-size: clamp(2.5rem, 6.3vw, 4.7rem); }
  .description { font-size: 1rem; }
  .visual { min-height: 590px; padding-inline: 25px; border-radius: 110px 110px 4px 4px; }
  .features { gap: 12px; margin-top: 30px; }
  .features span + span { padding-left: 12px; }
  h2 { font-size: 1.125rem; }
}
@media (max-width: 760px) {
  .header { min-height: 104px; }
  .brand { width: 190px; flex-basis: 190px; }
  .header-note { font-size: .875rem; }
  main { grid-template-columns: minmax(0, 1fr); padding-top: 4px; gap: 28px; }
  .intro { padding-top: 18px; }
  h1 { font-size: clamp(2.5rem, 11.9vw, 5rem); margin: 26px 0 23px; }
  .description { max-width: 540px; margin-bottom: 29px; line-height: 1.75; }
  .features { margin-top: 28px; }
  .visual { min-height: 470px; padding: 53px 30px 34px; border-radius: 110px 110px 4px 4px; }
  .photo-caption p { font-size: 2.375rem; }
}
@media (max-width: 440px) {
  .header { align-items: flex-start; flex-direction: column; gap: 8px; }
  .brand { flex-basis: auto; }
  .header-note { margin-left: 8px; }
  .visual { padding-inline: 22px; border-radius: 95px 95px 4px 4px; }
  .features span + span { padding-left: 0; border: 0; }
  footer span:nth-child(2) { flex-basis: 100%; order: 1; }
}
@media (prefers-reduced-motion: no-preference) {
  .intro, .visual { animation: arrive .7s ease-out both; }
  .visual { animation-delay: .1s; }
  @keyframes arrive { from { opacity: 0; transform: translateY(10px); } to { opacity: 1; transform: translateY(0); } }
}
