* { box-sizing: border-box; margin: 0; padding: 0; }
    body,
.ap-page {
      font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
      background: linear-gradient(165deg, #F7F4EC 0%, #EDE6D4 50%, #F7F4EC 100%);
      color: #1E3344;
      line-height: 1.6;
      min-height: 100dvh;
    }
    .ap-shell {
      position: relative;
      min-height: 100dvh;
      overflow: hidden;
    }
    .ap-leaves {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 0;
      overflow: hidden;
    }
    .ap-leaf {
      position: absolute;
      color: #6B8F3C;
      opacity: 0.14;
    }
    .ap-leaf svg {
      display: block;
      width: 100%;
      height: 100%;
    }
    .ap-leaf--tl {
      top: 15rem;
      left: -3.5rem;
      width: 6rem;
      height: 12.5rem;
      transform: rotate(118deg);
      opacity: 0.16;
    }
    .ap-leaf--tr {
      top: 18.5rem;
      right: -3.5rem;
      width: 6rem;
      height: 12.5rem;
      transform: scaleX(-1) rotate(118deg);
      opacity: 0.16;
    }
    .ap-leaf--ml {
      top: 46%;
      left: -3.25rem;
      width: 5rem;
      height: 10.4rem;
      transform: rotate(74deg);
      opacity: 0.12;
    }
    .ap-leaf--mr {
      top: 52%;
      right: -3.25rem;
      width: 5rem;
      height: 10.4rem;
      transform: scaleX(-1) rotate(74deg);
      opacity: 0.12;
    }
    .ap-leaf--bl {
      bottom: 2.5rem;
      left: -2.75rem;
      width: 4.5rem;
      height: 9.3rem;
      transform: rotate(34deg);
      opacity: 0.13;
    }
    .ap-leaf--br {
      bottom: 2.5rem;
      right: -2.75rem;
      width: 4.5rem;
      height: 9.3rem;
      transform: scaleX(-1) rotate(34deg);
      opacity: 0.13;
    }
    @media (min-width: 40rem) {
      .ap-leaf--tl {
        top: -2.5rem;
        left: -2.5rem;
        width: 8rem;
        height: 16.5rem;
        transform: rotate(148deg);
      }
      .ap-leaf--tr {
        top: -2.5rem;
        right: -2.5rem;
        width: 8rem;
        height: 16.5rem;
        transform: scaleX(-1) rotate(148deg);
      }
      .ap-leaf--ml, .ap-leaf--mr { width: 6rem; height: 12.4rem; }
      .ap-leaf--bl, .ap-leaf--br { width: 5.5rem; height: 11.3rem; }
    }
    @media (min-width: 64rem) {
      .ap-leaf--tl { left: calc(50% - 36rem); }
      .ap-leaf--tr { right: calc(50% - 36rem); }
      .ap-leaf--ml { left: calc(50% - 35rem); }
      .ap-leaf--mr { right: calc(50% - 35rem); }
      .ap-leaf--bl { left: calc(50% - 34rem); }
      .ap-leaf--br { right: calc(50% - 34rem); }
    }
    .ap {
      position: relative;
      z-index: 1;
      width: 100%;
      max-width: 32rem;
      margin: 0 auto;
      padding: 0 0 1.5rem;
    }
    @media (min-width: 40rem) {
      .ap {
        max-width: 44rem;
        padding: 0 1.25rem 2rem;
      }
    }
    @media (min-width: 64rem) {
      .ap {
        max-width: 64rem;
        padding: 0 2rem 2.5rem;
      }
    }
    .ap-ribbon {
      position: relative;
      background: linear-gradient(135deg, #0B3D5C 0%, #1A6FA8 55%, #0B3D5C 100%);
      color: #FFFDF7;
      padding: 1.5rem 1.25rem 1.35rem;
      overflow: hidden;
    }
    .ap-ornament--olive {
      position: absolute;
      width: 4.5rem;
      height: 9.5rem;
      opacity: 0.22;
      color: #C4A35A;
      pointer-events: none;
    }
    .ap-ornament--olive:first-of-type { top: -2.25rem; left: -1.25rem; transform: rotate(38deg); }
    .ap-ornament--olive:last-of-type { top: -2.25rem; right: -1.25rem; transform: scaleX(-1) rotate(38deg); }
    .ap-meander {
      display: block;
      width: 100%;
      height: 0.7rem;
      color: #C4A35A;
      margin-top: 1rem;
    }
    .ap-ribbon__inner { position: relative; z-index: 1; text-align: center; }
    .ap-ribbon__brand {
      display: flex;
      flex-direction: column;
      align-items: center;
      gap: 0.35rem;
      margin-bottom: 0.25rem;
    }
    .ap-ribbon__copy { min-width: 0; }
    .ap-flag { width: 1.7rem; height: 1.15rem; margin: 0 auto 0.5rem; display: block; }
    .ap-kicker {
      font-size: 0.62rem;
      font-weight: 700;
      letter-spacing: 0.14em;
      text-transform: uppercase;
      color: #C4A35A;
      margin-bottom: 0.5rem;
    }
    .ap-num {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 2rem;
      height: 2rem;
      border-radius: 50%;
      border: 2px solid #C4A35A;
      background: rgba(196,163,90,0.2);
      color: #E8D5A3;
      font-family: Georgia, "Times New Roman", serif;
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 0.35rem;
    }
    .ap-price {
      font-family: Georgia, "Iowan Old Style", "Palatino Linotype", serif;
      font-size: 1.35rem;
      font-weight: 700;
      color: #C4A35A;
      letter-spacing: 0.02em;
      margin-bottom: 0.5rem;
    }
    .ap-ribbon h1 {
      font-family: Georgia, "Iowan Old Style", "Palatino Linotype", "Times New Roman", serif;
      font-size: 1.75rem;
      font-weight: 700;
      line-height: 1.15;
      letter-spacing: -0.01em;
      color: #FFFDF7;
    }
    @media (min-width: 64rem) {
      .ap-ribbon {
        padding: 2rem 2.5rem 1.5rem;
        border-radius: 0 0 0.75rem 0.75rem;
      }
      .ap-ribbon__inner {
        display: grid;
        grid-template-columns: auto minmax(0, 1fr);
        gap: 1.5rem 2rem;
        text-align: left;
        align-items: center;
        max-width: 52rem;
        margin: 0 auto;
      }
      .ap-ribbon__brand {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.35rem;
        padding-right: 1.5rem;
        border-right: 1px solid rgba(196,163,90,0.35);
      }
      .ap-kicker { margin-bottom: 0; }
      .ap-num { margin-bottom: 0; }
      .ap-price { margin-bottom: 0; font-size: 1.5rem; }
      .ap-flag { margin: 0; }
      .ap-ribbon h1 { font-size: 2.35rem; }
      .ap-tagline { font-size: 1.15rem; margin-top: 0.35rem; }
      .ap-origin { margin-top: 0.5rem; font-size: 0.9rem; }
    }
    .ap-tagline {
      margin-top: 0.4rem;
      font-family: Georgia, "Iowan Old Style", "Palatino Linotype", serif;
      font-style: italic;
      font-size: 1rem;
      letter-spacing: 0.02em;
      color: #E8D5A3;
    }
    .ap-origin {
      margin-top: 0.6rem;
      font-size: 0.82rem;
      color: rgba(255,253,247,0.85);
    }
    .ap-origin-map-wrap {
      margin: 0.85rem auto 0;
      display: inline-flex;
      flex-direction: column;
      align-items: center;
      gap: 0.35rem;
    }
    @media (min-width: 64rem) {
      .ap-origin-map-wrap {
        margin: 0.85rem 0 0;
        align-items: flex-start;
      }
    }
    .ap-origin-map {
      display: block;
      width: 10.5rem;
      height: auto;
    }
    .ap-origin-map__caption {
      font-size: 0.62rem;
      font-weight: 600;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(232, 213, 163, 0.85);
    }
    .ap-origin-map__state {
      fill: rgba(255, 253, 247, 0.12);
      stroke: rgba(196, 163, 90, 0.45);
      stroke-width: 1.35;
    }
    .ap-origin-map__state--active {
      fill: rgba(196, 163, 90, 0.85);
      stroke: #FFF8E7;
      stroke-width: 2;
    }
    .ap-body {
      display: flex;
      flex-direction: column;
      gap: 1rem;
      padding: 1rem 1.35rem 0;
    }
    @media (min-width: 40rem) {
      .ap-body { padding: 1.25rem 0 0; gap: 1.15rem; }
    }
    @media (min-width: 64rem) {
      .ap-body { gap: 1.35rem; }
    }
    .ap-hero-visual {
      width: 100%;
      max-width: 22rem;
      margin: 0 auto;
    }
    @media (min-width: 40rem) {
      .ap-hero-visual { max-width: 26rem; }
    }
    @media (min-width: 64rem) {
      .ap-hero-visual { max-width: 30rem; }
    }
    .ap-hero-visual img {
      width: 100%;
      max-height: 22rem;
      object-fit: contain;
    }
    .ap-content-grid {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
    @media (min-width: 48rem) {
      .ap-content-grid {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.15rem;
        align-items: stretch;
      }
    }
    .ap-frame {
      background: #FFFDF7;
      border: 1px solid rgba(196,163,90,0.45);
      box-shadow: inset 0 0 0 3px #FFFDF7, inset 0 0 0 4px rgba(196,163,90,0.35);
      border-radius: 0.25rem;
      margin-bottom: 0;
      overflow: hidden;
    }
    .ap-frame img {
      display: block;
      width: 100%;
      height: auto;
      background: #EDE6D4;
    }
    .ap-frame figcaption {
      padding: 0.5rem 0.75rem;
      font-size: 0.75rem;
      color: #5C6B74;
      text-align: center;
      border-top: 1px solid rgba(196,163,90,0.25);
      background: #F7F4EC;
    }
    .ap-card {
      background: #FFFDF7;
      border: 1px solid rgba(196,163,90,0.45);
      border-radius: 0.25rem;
      padding: 1.1rem 1.15rem;
      box-shadow: 0 2px 8px rgba(11,61,92,0.06);
      height: 100%;
    }
    @media (min-width: 48rem) {
      .ap-card { padding: 1.25rem 1.35rem; }
      .ap-card h2 { font-size: 1.125rem; }
    }
    .ap-card h2 {
      font-family: Georgia, "Iowan Old Style", "Palatino Linotype", serif;
      font-size: 1.05rem;
      font-weight: 700;
      color: #0B3D5C;
      margin-bottom: 0.5rem;
    }
    .ap-flourish {
      display: block;
      width: 5rem;
      height: 0.75rem;
      margin: 0 auto 0.65rem;
      color: #C4A35A;
    }
    .ap-facts {
      list-style: none;
      padding: 0;
      color: #5C6B74;
      font-size: 0.92rem;
    }
    .ap-facts li {
      position: relative;
      padding-left: 1.1rem;
      margin-bottom: 0.4rem;
    }
    .ap-facts li::before {
      content: "◆";
      position: absolute;
      left: 0;
      color: #C4A35A;
      font-size: 0.55rem;
      top: 0.35rem;
    }
    .ap-table { width: 100%; border-collapse: collapse; font-size: 0.88rem; }
    .ap-table th, .ap-table td {
      text-align: left;
      padding: 0.4rem 0.5rem;
      border-bottom: 1px solid rgba(196,163,90,0.2);
    }
    .ap-table th { color: #5C6B74; font-weight: 600; width: 48%; }
    .ap-table td { color: #1E3344; font-weight: 500; }
    .ap-row--alt { background: #F7F4EC; }
    .ap-note {
      font-size: 0.75rem;
      color: #5C6B74;
      margin-top: 0.5rem;
      font-style: italic;
    }
    .ap-footer {
      text-align: center;
      padding: 0.75rem 1rem;
      font-size: 0.72rem;
      color: #5C6B74;
      border-top: 1px solid rgba(196,163,90,0.3);
      background: rgba(255,253,247,0.6);
    }
    .ap-footer p {
      margin: 0;
    }
    .ap-footer p + p { margin-top: 0.35rem; }
    .ap-footer a { color: #1A6FA8; text-decoration: none; font-weight: 600; }
    .ap-footer a:hover { text-decoration: underline; }
