@import url('https://fonts.googleapis.com/css2?family=Anton&family=Oswald:wght@500;600;700&family=Inter:wght@400;600;700&display=swap');










:root {

  
  --deep-blue:      #111111;   
  --sky:            #8CCB1F;   
  --gold:           #8CCB1F;   
  --white:          #FFFFFF;

  
  --ground-light:   #FFFFFF;
  --ground-tint:    #F4F5F1;
  --ground-mid:     #111111;
  --ground-deep:    #111111;
  --ground-night:   #111111;

  
  --ink:            #111111;                  
  --ink-body:       #4E5464;                  
  --ink-soft:       #6B7180;                  
  --ink-on-dark:    rgba(255,255,255,.84);
  --ink-on-dark-2:  rgba(255,255,255,.72);
  --ink-on-dark-3:  rgba(255,255,255,.60);    
  --rule-line:      rgba(17,17,17,.16);
  --rule-line-dark: rgba(255,255,255,.18);

  
  --go:             #17693A;
  --go-soft:        rgba(23,105,58,.12);
  --no:             #A93226;
  --no-soft:        rgba(169,50,38,.12);

  
  --g-star:         #FBBC04;

  
  --font-display:   'Sora', 'Segoe UI', system-ui, sans-serif;
  --font-body:      'Source Sans 3', system-ui, -apple-system, sans-serif;

  --weight-display:     800;
  --weight-heading:     700;
  --weight-sub:         600;
  --weight-body:        400;
  --weight-body-bold:   600;
  --weight-body-black:  700;

  --tracking-display:  -.025em;
  --tracking-h2:       -.02em;
  --tracking-h3:       -.01em;
  --tracking-eyebrow:  .22em;
  --tracking-btn:      .06em;
  --tracking-tlink:    .10em;
  --tracking-thead:    .14em;
  --tracking-micro:    .08em;

  --h1-size:        clamp(2.125rem, 5.4vw, 4.25rem);   
  --h2-size:        clamp(1.6875rem, 3.6vw, 2.75rem);  
  --h2-band-size:   clamp(1.9375rem, 4.8vw, 3.5rem);   
  --h3-size:        clamp(1.125rem, 1.8vw, 1.4375rem); 
  --h4-size:        1.0625rem;
  --lede-size:      clamp(1rem, 1.55vw, 1.1875rem);
  --body-size:      1rem;                              
  --small-size:     .9375rem;
  --micro-size:     .8125rem;
  --eyebrow-size:   .75rem;
  --thead-size:     .6875rem;
  --btn-size:       clamp(.75rem, 2.3vw, .875rem);
  --stat-size:      clamp(1.375rem, 3.1vw, 2.125rem);
  --quote-size:     clamp(1.25rem, 2.8vw, 2rem);

  --lh-display:     1.06;
  --lh-h2:          1.10;
  --lh-h3:          1.22;
  --lh-body:        1.62;
  --lh-quote:       1.30;
  --lh-tight:       1;

  --measure-lede:   56ch;
  --measure-body:   66ch;
  --measure-block:  56ch;
  --measure-head:   64ch;
  --measure-quote:  24ch;

  
  --s1: .5rem;   --s2: 1rem;   --s3: 1.5rem;
  --s4: 2rem;    --s5: 3rem;   --s6: 4rem;   --s7: 6rem;

  --container:      1220px;
  --gutter:         clamp(1.25rem, 4vw, 2.5rem);
  --section-y:      clamp(3.5rem, 7vw, 6.75rem);
  --grid-gap:       var(--s3);
  --header-h:       76px;
  --utility-h:      42px;

  
  --r-sm:           4px;
  --r-md:           6px;
  --summit-sm:      polygon(0 0, calc(100% - 14px) 0, 100% 14px, 100% 100%, 0 100%);
  --summit-md:      polygon(0 0, calc(100% - 24px) 0, 100% 24px, 100% 100%, 0 100%);
  --summit-lg:      polygon(0 0, calc(100% - 40px) 0, 100% 40px, 100% 100%, 0 100%);
  --peak:           polygon(50% 0, 100% 100%, 0 100%);
  --ridge-top:      polygon(0 26px, 50% 0, 100% 26px, 100% 100%, 0 100%);
  --ridge-bottom:   polygon(0 0, 100% 0, 100% calc(100% - 26px), 50% 100%, 0 calc(100% - 26px));

  --shadow:         0 18px 40px -22px rgba(17,17,17,.55);
  --shadow-lift:    0 28px 62px -24px rgba(17,17,17,.70);

  
  --contour: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='240' height='240'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.055' stroke-width='1'%3E%3Cpath d='M0 200 Q60 150 120 178 T240 140'/%3E%3Cpath d='M0 168 Q60 118 120 146 T240 108'/%3E%3Cpath d='M0 136 Q60 86 120 114 T240 76'/%3E%3Cpath d='M0 104 Q60 54 120 82 T240 44'/%3E%3Cpath d='M0 72 Q60 22 120 50 T240 12'/%3E%3C/g%3E%3C/svg%3E");
  --hero-scrim:  linear-gradient(178deg, rgba(17,17,17,.70) 0%, rgba(17,17,17,.90) 55%, rgba(17,17,17,.97) 100%);
  --slot-fill:   linear-gradient(158deg, rgba(17,17,17,.92) 0%, rgba(17,17,17,.96) 58%, rgba(17,17,17,1) 100%);
  --slot-hatch:  repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 14px, rgba(255,255,255,0) 14px 28px);
  --mark-ink:    rgba(255,255,255,.045);
  --ridge-tree:  #111111;   

  
  --dur:            .24s;
  --dur-slow:       .58s;
  --ease:           cubic-bezier(.2,.7,.3,1);
  --focus-ring:     3px solid var(--gold);
  --focus-offset:   4px;
}

@media (max-width: 1024px) { :root { --header-h: 68px; } }
@media (max-width: 768px)  { :root { --header-h: 62px; --utility-h: 38px; } }




*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
}

body.ap {
  margin: 0;
  overflow-x: hidden;
  background: var(--ground-light);
  color: var(--ink-body);
  font-family: var(--font-body);
  font-size: var(--body-size);
  font-weight: var(--weight-body);
  line-height: var(--lh-body);
  -webkit-font-smoothing: antialiased;
}

img, video, iframe, svg { max-width: 100%; height: auto; display: block; }

.ap h1, .ap h2, .ap h3, .ap h4 {
  font-family: var(--font-display);
  color: var(--ink);
  margin: 0 0 var(--s2);
  text-wrap: balance;
}


.ap h1 { font-size: var(--h1-size); font-weight: var(--weight-display); line-height: var(--lh-display); letter-spacing: var(--tracking-display); }
.ap h2 { font-size: var(--h2-size); font-weight: var(--weight-heading); line-height: var(--lh-h2);      letter-spacing: var(--tracking-h2); }
.ap h3 { font-size: var(--h3-size); font-weight: var(--weight-sub);     line-height: var(--lh-h3);      letter-spacing: var(--tracking-h3); }
.ap h4 { font-size: var(--h4-size); font-weight: var(--weight-body-black); line-height: 1.3; letter-spacing: 0; color: var(--ink); }

.ap p  { margin: 0 0 var(--s2); max-width: var(--measure-body); }
.ap p:last-child { margin-bottom: 0; }
.ap strong { font-weight: var(--weight-body-black); color: var(--ink); }
.ap ul, .ap ol { margin: 0 0 var(--s2); padding-left: 1.25rem; }
.ap li { margin-bottom: .4rem; }
.ap li:last-child { margin-bottom: 0; }

.ap a { color: var(--deep-blue); text-decoration-thickness: 1px; text-underline-offset: 3px; }
.ap a:hover { color: var(--ground-deep); }


.ap a:focus-visible,
.ap button:focus-visible,
.ap summary:focus-visible,
.ap input:focus-visible,
.ap select:focus-visible,
.ap textarea:focus-visible {
  outline: var(--focus-ring);
  outline-offset: var(--focus-offset);
}

.ap-sr {
  position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0;
}




.ap-wrap { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: var(--gutter); }
.ap-section { padding-block: var(--section-y); position: relative; }
.ap-section--tight { padding-block: calc(var(--section-y) * .6); }


.ap-g-light { background: var(--ground-light); color: var(--ink-body); }
.ap-g-tint  { background: var(--ground-tint);  color: var(--ink-body); }
.ap-g-mid   { background: var(--ground-mid);   color: var(--ink-on-dark); }
.ap-g-deep  { background: var(--ground-deep);  color: var(--ink-on-dark); }
.ap-g-night { background: var(--ground-night); color: var(--ink-on-dark); }

.ap-g-mid  h1, .ap-g-mid  h2, .ap-g-mid  h3, .ap-g-mid  h4,
.ap-g-deep h1, .ap-g-deep h2, .ap-g-deep h3, .ap-g-deep h4,
.ap-g-night h1, .ap-g-night h2, .ap-g-night h3, .ap-g-night h4 { color: var(--white); }

.ap-g-mid strong, .ap-g-deep strong, .ap-g-night strong { color: var(--white); }
.ap-g-mid a, .ap-g-deep a, .ap-g-night a { color: var(--gold); }
.ap-g-mid a:hover, .ap-g-deep a:hover, .ap-g-night a:hover { color: var(--white); }



.ap-contour { position: relative; }
.ap-contour::before {
  content: ''; position: absolute; inset: 0; background-image: var(--contour);
  background-size: 240px 240px; pointer-events: none; z-index: 0;
}
.ap-contour > * { position: relative; z-index: 1; }





.ap-eyebrow {
  font-family: var(--font-display);
  font-size: var(--eyebrow-size);
  font-weight: var(--weight-heading);
  letter-spacing: var(--tracking-eyebrow);
  text-transform: uppercase;
  color: var(--deep-blue);
  margin: 0 0 var(--s1);
  line-height: var(--lh-tight);
}

.ap-g-mid   .ap-eyebrow,
.ap-g-deep  .ap-eyebrow,
.ap-g-night .ap-eyebrow { color: var(--gold); }


.ap-peak {
  width: 64px; height: 10px; margin: var(--s2) auto var(--s3);
  background: var(--deep-blue); clip-path: var(--peak);
}
.ap-peak--left { margin-inline: 0 auto; }
.ap-g-mid .ap-peak, .ap-g-deep .ap-peak, .ap-g-night .ap-peak { background: var(--gold); }


.ap-head { max-width: var(--measure-head); margin-inline: auto; text-align: center; }
.ap-head--left { margin-inline: 0; text-align: left; }
.ap-head p { margin-inline: auto; max-width: var(--measure-lede); font-size: var(--lede-size); }
.ap-head--left p { margin-inline: 0; }

.ap-lede { font-size: var(--lede-size); max-width: var(--measure-lede); line-height: 1.55; }
.ap-micro { font-size: var(--micro-size); letter-spacing: var(--tracking-micro); text-transform: uppercase; color: var(--ink-soft); }
.ap-g-mid .ap-micro, .ap-g-deep .ap-micro, .ap-g-night .ap-micro { color: var(--ink-on-dark-2); }




.ap-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  font-family: var(--font-display);
  font-size: var(--btn-size);
  font-weight: var(--weight-heading);
  letter-spacing: var(--tracking-btn);
  text-transform: uppercase;
  text-decoration: none;
  padding: 1rem 1.75rem;
  min-height: 48px;
  border: 2px solid transparent;
  border-radius: var(--r-sm);
  cursor: pointer;
  transition: background var(--dur) var(--ease), color var(--dur) var(--ease), border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
  text-align: center;
  white-space: nowrap;
}
.ap-btn:hover { transform: translateY(-1px); }


.ap-btn--primary { background: var(--deep-blue); color: var(--white); border-color: var(--deep-blue); }
.ap-btn--primary:hover { background: var(--ground-deep); border-color: var(--ground-deep); color: var(--white); }


.ap-btn--secondary { background: transparent; color: var(--deep-blue); border-color: var(--deep-blue); }
.ap-btn--secondary:hover { background: var(--deep-blue); color: var(--white); }


.ap-btn--light { background: var(--white); color: var(--deep-blue); border-color: var(--white); }
.ap-btn--light:hover { background: var(--gold); color: #111111; border-color: var(--gold); }
.ap-btn--ghost { background: transparent; color: var(--white); border-color: rgba(255,255,255,.55); }
.ap-btn--ghost:hover { background: var(--white); color: var(--deep-blue); border-color: var(--white); }


.ap-btn--gold { background: var(--gold); color: #111111; border-color: var(--gold); }
.ap-btn--gold:hover { background: var(--white); color: var(--deep-blue); border-color: var(--white); }


.ap-btn-pair { display: grid; grid-template-columns: 1fr 1fr; gap: .75rem; margin-top: var(--s3); }
.ap-btn-pair .ap-btn { width: 100%; padding-inline: 1rem; overflow: hidden; text-overflow: ellipsis; }
@media (max-width: 420px) { .ap-btn-pair { gap: .5rem; } .ap-btn-pair .ap-btn { padding-inline: .625rem; } }


.ap-tlink {
  display: inline-flex; align-items: center; gap: .55rem;
  font-family: var(--font-display); font-size: var(--micro-size);
  font-weight: var(--weight-heading); letter-spacing: var(--tracking-tlink);
  text-transform: uppercase; text-decoration: none; color: var(--deep-blue);
}
.ap-tlink::after {
  content: ''; width: 18px; height: 2px; background: currentColor; position: relative;
  transition: width var(--dur) var(--ease);
}
.ap-tlink::before {
  content: ''; order: 2; width: 8px; height: 8px; margin-left: -9px;
  border:0; border:0;
  transform: rotate(45deg);
}
.ap-tlink:hover::after { width: 26px; }
.ap-g-mid .ap-tlink, .ap-g-deep .ap-tlink, .ap-g-night .ap-tlink { color: var(--gold); }


.ap-field { margin-bottom: var(--s2); }
.ap-label {
  display: block; font-family: var(--font-display); font-size: var(--micro-size);
  font-weight: var(--weight-sub); letter-spacing: var(--tracking-micro);
  text-transform: uppercase; color: var(--ink); margin-bottom: .4rem;
}
.ap-input, .ap-select, .ap-textarea {
  width: 100%; max-width: 100%;
  
  font-family: var(--font-body); font-size: 1rem; line-height: 1.4;
  padding: .8125rem .875rem; min-height: 48px;
  color: var(--ink-body); background: var(--white);
  border: 1px solid var(--rule-line); border-radius: var(--r-sm);
}
.ap-textarea { min-height: 132px; resize: vertical; }
.ap-input::placeholder, .ap-textarea::placeholder { color: var(--ink-soft); }
.ap-input:focus, .ap-select:focus, .ap-textarea:focus { border-color: var(--deep-blue); }
.ap-g-deep .ap-label, .ap-g-night .ap-label, .ap-g-mid .ap-label { color: var(--white); }


.ap-slot { position: relative; overflow: hidden; background: var(--slot-fill); border-radius: var(--r-md); }
.ap-slot::after { content: ''; position: absolute; inset: 0; background-image: var(--slot-hatch); pointer-events: none; }
.ap-slot > img { width: 100%; height: 100%; object-fit: cover; }
.ap-slot--43  { aspect-ratio: 4 / 3; }
.ap-slot--32  { aspect-ratio: 3 / 2; }
.ap-slot--169 { aspect-ratio: 16 / 9; }
.ap-slot--11  { aspect-ratio: 1 / 1; }
.ap-slot--summit { clip-path: var(--summit-md); border-radius: 0; }





.ap-utility {
  background: var(--ground-night); color: var(--ink-on-dark-2);
  font-size: var(--micro-size); min-height: var(--utility-h);
  display: flex; align-items: center;
}
.ap-utility .ap-wrap { display: flex; align-items: center; justify-content: space-between; gap: var(--s2); width: 100%; }
.ap-utility strong { color: var(--white); font-weight: var(--weight-body-black); }
.ap-utility a { color: var(--white); text-decoration: none; }
.ap-utility a:hover { color: var(--gold); }
@media (max-width: 768px) { .ap-utility { display: none; } }


.ap-header {
  position: sticky; top: 0; z-index: 900; min-height: var(--header-h);
  display: flex; align-items: center;
  background: transparent;
  transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.ap-header.is-solid { background: var(--ground-night); box-shadow: 0 1px 0 var(--rule-line-dark); }
.ap-header .ap-wrap { display: flex; align-items: center; justify-content: space-between; gap: var(--s3); width: 100%; }
.ap-logo { display: flex; align-items: center; }
.ap-logo img { max-height: 46px; width: auto; }
.ap-nav { display: flex; align-items: center; gap: var(--s3); }
.ap-nav a {
  font-family: var(--font-display); font-size: var(--micro-size);
  font-weight: var(--weight-sub); letter-spacing: var(--tracking-micro);
  text-transform: uppercase; color: var(--white); text-decoration: none;
}
.ap-nav a:hover, .ap-nav a[aria-current="page"] { color: var(--gold); }
.ap-burger { display: none; background: none; border: 0; padding: .5rem; min-height: 44px; min-width: 44px; cursor: pointer; }
.ap-burger span { display: block; width: 26px; height: 2px; background: var(--white); margin: 5px 0; }
@media (max-width: 1024px) { .ap-nav { display: none; } .ap-burger { display: block; } }


.ap-crumb { background: var(--ground-deep); color: var(--ink-on-dark-2); font-size: var(--micro-size); padding-block: .875rem; }
.ap-crumb a { color: var(--white); text-decoration: none; }
.ap-crumb a:hover { color: var(--gold); }
.ap-crumb [aria-current="page"] { color: var(--ink-on-dark-3); }


.ap-hero {
  position: relative; margin-top: calc(var(--header-h) * -1);
  padding-top: calc(var(--header-h) + var(--section-y));
  padding-bottom: var(--section-y);
  background: var(--ground-night); color: var(--ink-on-dark);
  overflow: hidden;
}
.ap-hero__bg { position: absolute; inset: 0; z-index: 0; }
.ap-hero__bg img { width: 100%; height: 100%; object-fit: cover; }
.ap-hero__bg::after { content: ''; position: absolute; inset: 0; background: var(--hero-scrim); }
.ap-hero .ap-wrap { position: relative; z-index: 2; }
.ap-hero h1 { color: var(--white); max-width: 18ch; }

.ap-hero h1 .ap-accent { color: var(--gold); }
.ap-hero .ap-lede { color: var(--ink-on-dark); }


.ap-hero--split .ap-wrap { display: grid; grid-template-columns: 6fr 4fr; gap: var(--s5); align-items: center; }
@media (max-width: 900px) { .ap-hero--split .ap-wrap { grid-template-columns: 1fr; gap: var(--s4); } }


.ap-badges { display: flex; flex-wrap: wrap; gap: .5rem; margin-top: var(--s3); padding: 0; list-style: none; }
.ap-badge {
  display: inline-flex; align-items: center; gap: .4rem;
  font-family: var(--font-display); font-size: .8125rem; font-weight: var(--weight-sub);
  letter-spacing: .04em; text-transform: uppercase; white-space: nowrap;
  padding: .5rem 1rem; border-radius: var(--r-sm);
  background: rgba(255,255,255,.10); color: var(--white);
  border: 1px solid rgba(255,255,255,.22);
}
.ap-badge::before { content: ''; width: 8px; height: 8px; background: var(--gold); clip-path: var(--peak); }


.ap-badge--claim { flex-direction: column; align-items: flex-start; gap: 4px; padding-block: .5rem; line-height: 1.15; }
.ap-badge--claim .ap-badge__cond {
  font-family: var(--font-body); font-size: .75rem; font-weight: var(--weight-body);
  letter-spacing: 0; text-transform: none; color: var(--ink-on-dark);
}
@media (max-width: 768px) { .ap-badge--claim { align-items: center; text-align: center; } }
@media (max-width: 768px) {
  .ap-badges { display: grid; grid-template-columns: 1fr 1fr; gap: .375rem; }
  .ap-badge { padding: .375rem .625rem; font-size: .6875rem; justify-content: center; text-align: center; }
}
@media (max-width: 400px) { .ap-badge { padding: .3rem .5rem; font-size: .625rem; } }


.ap-footer { background: var(--ground-night); color: var(--ink-on-dark-2); padding-block: var(--s6) var(--s4); }
.ap-footer h4 {
  color: var(--white); font-size: var(--micro-size); letter-spacing: var(--tracking-micro);
  text-transform: uppercase; margin-bottom: var(--s2);
}
.ap-footer__grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1fr; gap: var(--s4); }
.ap-footer ul { list-style: none; padding: 0; margin: 0; }
.ap-footer li { margin-bottom: .5rem; }
.ap-footer a { color: var(--ink-on-dark-2); text-decoration: none; font-size: var(--small-size); }
.ap-footer a:hover { color: var(--gold); }

.ap-footer__nap { font-style: normal; font-size: var(--small-size); line-height: 1.75; color: var(--ink-on-dark); }
.ap-footer__nap strong { display: block; color: var(--white); font-family: var(--font-display); font-size: 1.0625rem; margin-bottom: .35rem; }
.ap-footer__base { border:0; margin-top: var(--s5); padding-top: var(--s3); font-size: var(--micro-size); display: flex; flex-wrap: wrap; gap: var(--s2); justify-content: space-between; }
@media (max-width: 900px) { .ap-footer__grid { grid-template-columns: 1fr 1fr; gap: var(--s3); } }
@media (max-width: 560px) { .ap-footer__grid { grid-template-columns: 1fr; } }


.ap-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 950;
  display: flex; flex-wrap: nowrap; gap: .5rem;
  padding: .75rem 1rem calc(.75rem + env(safe-area-inset-bottom));
  background: rgba(17,17,17,.97);
  border:0;
}
.ap-sticky .ap-btn { flex: 1; min-width: 0; padding-inline: .5rem; font-size: clamp(.625rem, 2.5vw, .8125rem); min-height: 46px; }
@media (min-width: 769px) { .ap-sticky { display: none; } }
@media (max-width: 768px) { body.ap { padding-bottom: 74px; } }





.ap-service { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s5); align-items: center; margin-bottom: var(--s5); }
.ap-service:last-child { margin-bottom: 0; }
.ap-service:nth-child(even) .ap-slot { order: -1; }
.ap-service h3 { margin-bottom: .625rem; }
.ap-service p { max-width: var(--measure-block); }
.ap-service__spec { font-size: var(--small-size); color: var(--ink-soft); border:0; padding-left: .75rem; margin-top: var(--s2); }
@media (max-width: 820px) {
  .ap-service { grid-template-columns: 1fr; gap: var(--s3); margin-bottom: var(--s4); }
  .ap-service:nth-child(even) .ap-slot { order: 0; }
}


.ap-features { display: grid; grid-template-columns: 1fr 1fr; gap: var(--s3) var(--s4); margin-top: var(--s3); }
.ap-feature { display: grid; grid-template-columns: auto 1fr; gap: .875rem; align-items: start; }
.ap-feature__mark { width: 26px; height: 26px; flex: none; background: var(--deep-blue); border-radius: var(--r-sm); position: relative; }
.ap-feature__mark::after {
  content: ''; position: absolute; left: 8px; top: 6px; width: 7px; height: 12px;
  border:0; border:0; transform: rotate(42deg);
}
.ap-g-mid .ap-feature__mark, .ap-g-deep .ap-feature__mark, .ap-g-night .ap-feature__mark { background: var(--gold); }
.ap-g-mid .ap-feature__mark::after, .ap-g-deep .ap-feature__mark::after, .ap-g-night .ap-feature__mark::after { border-color: #111111; }
.ap-feature h3 { font-size: 1.0625rem; margin-bottom: .3rem; }
.ap-feature p { font-size: var(--small-size); margin: 0; }
@media (max-width: 700px) { .ap-features { grid-template-columns: 1fr; } }


.ap-cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--grid-gap); }
.ap-cards--2 { grid-template-columns: repeat(2, 1fr); }
.ap-cards--4 { grid-template-columns: repeat(4, 1fr); }
.ap-card {
  display: block; text-decoration: none; color: inherit; background: var(--white);
  border: 1px solid var(--rule-line); border-radius: var(--r-md); overflow: hidden;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.ap-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.ap-card__body { padding: var(--s3); }
.ap-card h3 { font-size: 1.1875rem; margin-bottom: .5rem; }
.ap-card p { font-size: var(--small-size); margin-bottom: var(--s2); }
@media (max-width: 900px) { .ap-cards, .ap-cards--4 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px) { .ap-cards, .ap-cards--2, .ap-cards--4 { grid-template-columns: 1fr; } }


.ap-sizes { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--grid-gap); }
.ap-size {
  background: var(--white); border: 1px solid var(--rule-line);
  border-radius: var(--r-md); overflow: hidden; display: flex; flex-direction: column;
}
.ap-size__head { background: var(--ground-tint); padding: var(--s3) var(--s3) var(--s2); }
.ap-size__head h3 { margin: 0; }

.ap-size__dims { font-size: var(--micro-size); color: var(--ink-soft); margin: .35rem 0 0; letter-spacing: .02em; }
.ap-size__body { padding: var(--s3); flex: 1; }
.ap-size__specs { list-style: none; padding: 0; margin: 0 0 var(--s3); font-size: var(--small-size); }
.ap-size__specs li { display: flex; justify-content: space-between; gap: var(--s2); padding: .5rem 0; border:0; }
.ap-size__specs li:last-child { border:0; }
.ap-size__specs span:first-child { color: var(--ink-soft); }
.ap-size__specs span:last-child { font-weight: var(--weight-body-black); color: var(--ink); }
.ap-size__foot { padding: 0 var(--s3) var(--s3); }
@media (max-width: 1024px) { .ap-sizes { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .ap-sizes { grid-template-columns: 1fr; } }


.ap-table { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin-bottom: var(--s3); }
.ap-table table { width: 100%; border-collapse: collapse; font-size: var(--small-size); min-width: 520px; }
.ap-table th, .ap-table td { padding: .875rem 1rem; text-align: left; border:0; vertical-align: top; }
.ap-table thead th {
  background: var(--deep-blue); color: var(--white);
  font-family: var(--font-display); font-size: var(--thead-size);
  font-weight: var(--weight-heading); letter-spacing: var(--tracking-thead);
  text-transform: uppercase; white-space: nowrap;
}
.ap-table tbody th { font-family: var(--font-display); font-weight: var(--weight-sub); color: var(--ink); white-space: nowrap; }
.ap-table tbody tr:nth-child(even) { background: var(--ground-tint); }
.ap-table caption { caption-side: bottom; padding-top: .75rem; font-size: var(--micro-size); color: var(--ink-soft); text-align: left; }


@media (max-width: 640px) {
  .ap-table table { min-width: 0; display: block; }
  .ap-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .ap-table tbody, .ap-table tr, .ap-table td, .ap-table tbody th { display: block; width: 100%; }
  .ap-table tr { border: 1px solid var(--rule-line); border-radius: var(--r-sm); margin-bottom: var(--s2); padding: .25rem .75rem; background: var(--white); }
  .ap-table tbody tr:nth-child(even) { background: var(--ground-tint); }
  .ap-table td { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, auto); gap: var(--s2); border:0; padding: .625rem 0; }
  .ap-table td:last-child { border:0; }
  .ap-table td::before { content: attr(data-label); font-family: var(--font-display); font-size: var(--thead-size); letter-spacing: var(--tracking-thead); text-transform: uppercase; color: var(--ink-soft); }
  .ap-table tbody th { padding: .75rem 0 .5rem; font-size: 1.0625rem; border:0; }
}


.ap-price { font-family: var(--font-display); font-weight: var(--weight-display); color: var(--ink); font-size: 1.25rem; letter-spacing: -.01em; }
.ap-price:empty { display: none; }
.ap-price:empty ~ .ap-price-note { display: none; }


.ap-materials { display: grid; grid-template-columns: 1fr 1fr; gap: var(--grid-gap); }
.ap-mat { background: var(--white); border: 1px solid var(--rule-line); border-radius: var(--r-md); padding: var(--s3); }
.ap-mat h3 { display: flex; align-items: center; gap: .625rem; font-size: 1.125rem; }
.ap-mat ul { list-style: none; padding: 0; margin: 0; font-size: var(--small-size); }
.ap-mat li { display: flex; gap: .625rem; padding: .5rem 0; border:0; }
.ap-mat li:last-child { border:0; }
.ap-mat li::before { content: ''; width: 18px; height: 18px; flex: none; border-radius: 50%; margin-top: .15rem; }
.ap-mat--go h3 { color: var(--go); }
.ap-mat--go li::before { background: var(--go-soft); box-shadow: inset 0 0 0 2px var(--go); }
.ap-mat--no h3 { color: var(--no); }
.ap-mat--no li::before { background: var(--no-soft); box-shadow: inset 0 0 0 2px var(--no); }
.ap-mat__note { margin-top: var(--s2); padding: .875rem 1rem; background: var(--ground-tint); border:0; font-size: var(--micro-size); border-radius: 0 var(--r-sm) var(--r-sm) 0; }
@media (max-width: 700px) { .ap-materials { grid-template-columns: 1fr; } }


.ap-callfirst { background: var(--ground-deep); color: var(--ink-on-dark); border-radius: var(--r-md); padding: var(--s4); clip-path: var(--summit-lg); }
.ap-callfirst h3 { color: var(--white); }
.ap-callfirst__num { display: inline-block; font-family: var(--font-display); font-size: var(--stat-size); font-weight: var(--weight-display); color: var(--gold); text-decoration: none; letter-spacing: -.01em; }

.ap-callfirst__pointer { font-size: var(--micro-size); color: var(--ink-on-dark-2); }


.ap-headsup { display: flex; gap: .875rem; align-items: flex-start; padding: 1rem 1.25rem; background: var(--ground-tint); border:0; border-radius: 0 var(--r-sm) var(--r-sm) 0; font-size: var(--small-size); }
.ap-headsup strong { display: block; margin-bottom: .2rem; }


.ap-cta { background: var(--ground-mid); color: var(--ink-on-dark); padding-block: calc(var(--section-y) * .72); position: relative; overflow: hidden; }
.ap-cta--night { background: var(--ground-night); }
.ap-cta .ap-wrap { position: relative; z-index: 1; text-align: center; }
.ap-cta h2 { font-size: var(--h2-band-size); color: var(--white); max-width: 20ch; margin-inline: auto; }
.ap-cta p { margin-inline: auto; max-width: var(--measure-lede); color: var(--ink-on-dark); }
.ap-cta__num { display: inline-block; margin: var(--s2) 0 var(--s1); font-family: var(--font-display); font-size: var(--stat-size); font-weight: var(--weight-display); color: var(--gold); text-decoration: none; }
.ap-cta__num:hover { color: var(--white); }
.ap-cta .ap-btn-pair { max-width: 460px; margin-inline: auto; }

.ap-cta--ridge { clip-path: var(--ridge-top); }


.ap-process { counter-reset: apstep; list-style: none; padding: 0; margin: 0; }
.ap-process > li { counter-increment: apstep; position: relative; padding-left: 4.25rem; padding-bottom: var(--s4); }
.ap-process > li:last-child { padding-bottom: 0; }
.ap-process > li::before {
  content: counter(apstep); position: absolute; left: 0; top: -.25rem;
  width: 48px; height: 48px; display: grid; place-items: center;
  font-family: var(--font-display); font-size: 1.25rem; font-weight: var(--weight-display);
  background: var(--deep-blue); color: var(--white); border-radius: var(--r-sm);
}
.ap-process > li::after { content: ''; position: absolute; left: 23px; top: 3rem; bottom: .75rem; width: 2px; background: var(--rule-line); }
.ap-process > li:last-child::after { display: none; }
.ap-process h3 { font-size: 1.125rem; margin-bottom: .35rem; }
.ap-process p { font-size: var(--small-size); margin: 0; }
.ap-g-deep .ap-process > li::before, .ap-g-night .ap-process > li::before { background: var(--gold); color: #111111; }
.ap-g-deep .ap-process > li::after, .ap-g-night .ap-process > li::after { background: var(--rule-line-dark); }


.ap-timeline { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s2); list-style: none; padding: 0; margin: 0; counter-reset: apterm; }
.ap-timeline li { position: relative; padding-top: var(--s3); }
.ap-timeline li::before { content: ''; position: absolute; left: 0; top: 0; width: 22px; height: 12px; background: var(--gold); clip-path: var(--peak); }
.ap-timeline li::after { content: ''; position: absolute; left: 0; right: 0; top: 5px; height: 2px; background: var(--rule-line-dark); z-index: -1; }
.ap-timeline__size { font-family: var(--font-display); font-size: var(--micro-size); letter-spacing: var(--tracking-micro); text-transform: uppercase; color: var(--ink-on-dark-2); }
.ap-timeline__days { font-family: var(--font-display); font-size: var(--stat-size); font-weight: var(--weight-display); color: var(--white); line-height: 1.1; }
@media (max-width: 640px) { .ap-timeline { grid-template-columns: 1fr 1fr; gap: var(--s3); } }


.ap-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--s3); margin: 0; }
.ap-stats > div { text-align: center; }
.ap-stats dt { font-family: var(--font-display); font-size: var(--stat-size); font-weight: var(--weight-display); color: var(--gold); line-height: 1.1; }
.ap-stats dd { margin: .35rem 0 0; font-size: var(--micro-size); letter-spacing: var(--tracking-micro); text-transform: uppercase; color: var(--ink-on-dark-2); }
@media (max-width: 560px) { .ap-stats { grid-template-columns: 1fr; gap: var(--s2); } }


.ap-faq { max-width: 900px; margin-inline: auto; }
.ap-faq details { border:0; }
.ap-faq summary {
  display: flex; align-items: center; justify-content: space-between; gap: var(--s2);
  padding: 1.125rem 0; cursor: pointer; list-style: none; min-height: 48px;
}
.ap-faq summary::-webkit-details-marker { display: none; }
.ap-faq summary h3 { margin: 0; font-size: 1.0625rem; }

.ap-faq summary::after {
  content: ''; flex: none; width: 12px; height: 12px; margin-right: 2px;
  border:0; border:0;
  transform: rotate(45deg) translate(-3px, -3px); transition: transform var(--dur) var(--ease);
}
.ap-faq details[open] summary::after { transform: rotate(-135deg) translate(-3px, -3px); }
.ap-faq__answer { padding: 0 0 1.25rem; font-size: var(--small-size); }
.ap-faq__answer p { max-width: var(--measure-body); }


.ap-areas { display: grid; grid-template-columns: repeat(4, 1fr); gap: var(--s2); list-style: none; padding: 0; margin: 0; }
.ap-areas a {
  display: flex; align-items: center; gap: .625rem; padding: .875rem 1rem;
  background: var(--white); border: 1px solid var(--rule-line); border-radius: var(--r-sm);
  text-decoration: none; color: var(--ink); font-size: var(--small-size);
  font-weight: var(--weight-body-bold); min-height: 48px;
  transition: border-color var(--dur) var(--ease), background var(--dur) var(--ease);
}
.ap-areas a::before { content: ''; width: 10px; height: 6px; flex: none; background: var(--deep-blue); clip-path: var(--peak); }
.ap-areas a:hover { border-color: var(--deep-blue); background: var(--ground-tint); }
@media (max-width: 900px) { .ap-areas { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 420px) { .ap-areas { grid-template-columns: 1fr; } }


.ap-map { position: relative; aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r-md); border: 1px solid var(--rule-line); background: var(--ground-tint); }
.ap-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }


.ap-split { display: grid; grid-template-columns: 6fr 4fr; gap: var(--s5); align-items: center; }
.ap-split--reverse > *:first-child { order: 2; }
.ap-split--even { grid-template-columns: 1fr 1fr; }
@media (max-width: 900px) {
  .ap-split, .ap-split--even { grid-template-columns: 1fr; gap: var(--s4); }
  .ap-split--reverse > *:first-child { order: 0; }
}


.ap-legal { max-width: 74ch; margin-inline: auto; }
.ap-legal h2 { font-size: 1.5rem; margin-top: var(--s5); }
.ap-legal h2:first-of-type { margin-top: var(--s4); }
.ap-legal h3 { font-size: 1.125rem; margin-top: var(--s4); }
.ap-legal p, .ap-legal li { font-size: var(--small-size); }
.ap-legal ul, .ap-legal ol { max-width: var(--measure-body); }



.ap-claim {
  display: block; margin: 0;
  font-family: var(--font-display); font-weight: var(--weight-heading);
  font-size: var(--h3-size); line-height: 1.15; letter-spacing: var(--tracking-h3);
  color: var(--ink);
}
.ap-claim__cond {
  display: block; margin-top: 4px;              
  font-family: var(--font-body); font-weight: var(--weight-body);
  font-size: .8125rem;                          
  line-height: 1.3; letter-spacing: 0; text-transform: none;
  color: var(--ink-soft);                       
}
.ap-g-mid .ap-claim, .ap-g-deep .ap-claim, .ap-g-night .ap-claim { color: var(--white); }

.ap-g-mid .ap-claim__cond,
.ap-g-deep .ap-claim__cond,
.ap-g-night .ap-claim__cond { color: var(--ink-on-dark); }

.ap-claim--lg { font-size: var(--h2-size); font-weight: var(--weight-display); letter-spacing: var(--tracking-h2); }
.ap-claim--lg .ap-claim__cond { font-size: .875rem; margin-top: 6px; }


.ap-reviews { display: grid; grid-template-columns: repeat(3, 1fr); gap: var(--grid-gap); }
.ap-review {
  background: var(--white); border: 1px solid var(--rule-line);
  border-radius: var(--r-md); padding: var(--s3); display: flex; flex-direction: column;
}
.ap-review blockquote { margin: 0 0 var(--s2); font-size: var(--small-size); line-height: 1.6; }
.ap-review blockquote p { margin-bottom: .75rem; }
.ap-review blockquote p:last-child { margin-bottom: 0; }
.ap-review figcaption { margin-top: auto; padding-top: var(--s2); border:0; font-size: var(--micro-size); }
.ap-review__name { font-family: var(--font-display); font-weight: var(--weight-sub); color: var(--ink); display: block; }
.ap-review__meta { color: var(--ink-soft); }

.ap-review__stars { display: inline-flex; gap: 2px; margin-bottom: .5rem; }
.ap-review__stars i { width: 13px; height: 13px; background: var(--g-star); clip-path: polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); }
@media (max-width: 900px) { .ap-reviews { grid-template-columns: 1fr 1fr; } }
@media (max-width: 600px) { .ap-reviews { grid-template-columns: 1fr; } }


.ap-rating { display: inline-flex; align-items: baseline; gap: .5rem; font-size: var(--small-size); }
.ap-rating__score { font-family: var(--font-display); font-weight: var(--weight-display); font-size: 1.375rem; color: var(--ink); }
.ap-rating__count { color: var(--ink-soft); }
.ap-g-deep .ap-rating__score, .ap-g-night .ap-rating__score, .ap-g-mid .ap-rating__score { color: var(--white); }
.ap-g-deep .ap-rating__count, .ap-g-night .ap-rating__count, .ap-g-mid .ap-rating__count { color: var(--ink-on-dark-2); }



.ap-ridge {
  position: relative;
  width: 100%;
  line-height: 0;          
  margin-bottom: -1px;     
  overflow: hidden;
  pointer-events: none;
}
.ap-ridge img {
  display: block;
  width: 100%;
  height: auto;
  
  max-height: clamp(120px, 22vw, 430px);
  object-fit: cover;
  object-position: center bottom;
}

.ap-ridge--blend::after {
  content: '';
  position: absolute; left: 0; right: 0; bottom: 0; height: 34px;
  background: linear-gradient(to bottom, rgba(17,17,17,0) 0%, var(--ground-night) 100%);
}

.ap-ridge--full img { max-height: clamp(180px, 32vw, 620px); }


.ap-flag {
  display: inline-block;
  height: 22px;
  width: auto;
  vertical-align: -4px;
  border-radius: 2px;
  border: 1px solid rgba(255,255,255,.28);
  margin-right: .5rem;
}
.ap-g-light .ap-flag,
.ap-g-tint  .ap-flag { border-color: var(--rule-line); }

.ap-flag-line {
  display: inline-flex;
  align-items: center;
  gap: .125rem;
  font-size: var(--small-size);
}
@media (max-width: 480px) { .ap-flag { height: 18px; vertical-align: -3px; } }









.ap-summit-sm { clip-path: var(--summit-sm); border-radius: 0; }
.ap-summit-md { clip-path: var(--summit-md); border-radius: 0; }
.ap-summit-lg { clip-path: var(--summit-lg); border-radius: 0; }




.ap-mark {
  position: absolute; right: -2%; bottom: -14%; z-index: 0; pointer-events: none;
  font-family: var(--font-display); font-weight: var(--weight-display);
  font-size: clamp(9rem, 26vw, 22rem); line-height: .8; letter-spacing: -.05em;
  color: var(--mark-ink); user-select: none;
}




@media print {
  .ap-header, .ap-utility, .ap-sticky, .ap-cta, .ap-map, .ap-burger { display: none !important; }
  body.ap { color: #000; background: #fff; padding-bottom: 0; }
  .ap h1, .ap h2, .ap h3 { color: #000; }
  .ap-table table { min-width: 0; }
  .ap-faq details { display: block; }
  .ap-faq .ap-faq__answer { display: block !important; }
}











.ap {
  
  --deep-blue:#111111; --sky:#8CCB1F; --gold:#8CCB1F; --white:#FFFFFF;
  
  --ground-light:#FFFFFF; --ground-tint:#F4F5F1; --ground-mid:#111111;
  --ground-deep:#111111; --ground-night:#111111;
  
  --ink:#111111; --ink-body:#4E5464; --ink-soft:#6B7180;
  --ink-on-dark:rgba(255,255,255,.84); --ink-on-dark-2:rgba(255,255,255,.72);
  --ink-on-dark-3:rgba(255,255,255,.60);
  
  --rule-line:rgba(17,17,17,.16); --rule-line-dark:rgba(255,255,255,.18);
  --go:#3DC77A; --no:#D64545; --g-star:#F5B301;
  
  --font-display:'Anton','Oswald','Segoe UI',system-ui,sans-serif;
  --font-sub:'Oswald','Segoe UI',system-ui,sans-serif;
  --font-body:'Inter',system-ui,-apple-system,sans-serif;
  
  --dur:.22s; --ease:cubic-bezier(.2,.7,.3,1);
  --focus-ring:2px solid #111111;
  
  --sp-pill:1.25rem; --sp-h2:1.5rem; --sp-head:clamp(2.5rem,5vw,4rem);
  --sp-card:clamp(1.5rem,2vw,1.75rem); --sp-stack:1.25rem;
  --r-sm:3px; --r-md:6px;
}


.ap .ap-pill {
  display:inline-block; padding:.5rem .9rem; margin:0 0 var(--sp-pill);
  border:2px solid currentColor; border-radius:0; clip-path:none;
  background:repeating-linear-gradient(135deg, rgba(17,17,17,.06) 0 6px, transparent 6px 12px);
  color:var(--deep-blue);
  font-family:var(--font-sub); font-weight:600; font-size:.75rem;
  letter-spacing:.16em; text-transform:uppercase; line-height:1;
}
.ap .ap-g-mid .ap-pill, .ap .ap-g-deep .ap-pill,
.ap .ap-g-night .ap-pill, .ap .ap-cta .ap-pill, .ap .ap-hero .ap-pill {
  color:var(--gold);
  background:repeating-linear-gradient(135deg, rgba(223,212,87,.11) 0 6px, transparent 6px 12px);
}

.ap .ap-g-night .ap-panel .ap-pill {
  color:var(--deep-blue);
  background:repeating-linear-gradient(135deg, rgba(17,17,17,.06) 0 6px, transparent 6px 12px);
}


.ap .ap-hl { color:inherit; background:none; padding-bottom:0;
  -webkit-box-decoration-break:clone; box-decoration-break:clone; }
.ap .ap-g-mid .ap-hl, .ap .ap-g-deep .ap-hl,
.ap .ap-g-night .ap-hl, .ap .ap-cta .ap-hl { color:var(--gold); -webkit-text-stroke:0; }
.ap .ap-g-light .ap-hl, .ap .ap-g-tint .ap-hl, .ap .ap-g-night .ap-panel .ap-hl {
  color:var(--gold); background:none;
  -webkit-text-stroke:.05em var(--ink); text-stroke:.05em var(--ink);
  paint-order:stroke fill;
}
@supports not (paint-order: stroke) {
  .ap .ap-g-light .ap-hl, .ap .ap-g-tint .ap-hl, .ap .ap-g-night .ap-panel .ap-hl {
    -webkit-text-stroke:0;
    text-shadow:-2px -2px 0 var(--ink), 2px -2px 0 var(--ink), -2px 2px 0 var(--ink),
                 2px 2px 0 var(--ink), 0 -2px 0 var(--ink), 0 2px 0 var(--ink),
                -2px 0 0 var(--ink), 2px 0 0 var(--ink);
  }
}
@media (forced-colors: active) {
  .ap .ap-hl { color:CanvasText !important; -webkit-text-stroke:0 !important; text-shadow:none !important; }
}


body.ap h1,
body.ap h2 {
  font-family: 'Anton', 'Oswald', 'Segoe UI', system-ui, sans-serif;
  font-weight: 400;
  letter-spacing: -.005em;
}
body.ap h3,
body.ap h4 {
  font-family: 'Oswald', 'Segoe UI', system-ui, sans-serif;
  font-weight: 600;
}
body.ap,
body.ap p,
body.ap li,
body.ap td,
body.ap summary + p {
  font-family: 'Inter', system-ui, -apple-system, 'Segoe UI', sans-serif;
}

body.ap .ap-btn,
body.ap .ap-pill,
body.ap .ap-eyebrow,
body.ap .ap-table th,
body.ap .ap-faq summary,
body.ap .ap-size__n,
body.ap .ap-size__l,
body.ap .ap-size__link,
body.ap .ap-status__head,
body.ap .ap-scard__link {
  font-family: 'Oswald', 'Segoe UI', system-ui, sans-serif;
}

body.ap .ap-num,
body.ap .ap-size__price strong,
body.ap .ap-rv__num,
body.ap .ap-cta__num,
body.ap .ap-h1__brand,
body.ap .ap-step__n {
  font-family: 'Anton', 'Oswald', system-ui, sans-serif;
  font-weight: 400;
}






.ap .ap-head, .ap .ap-head--left { max-width: min(100%, calc(13 * clamp(2.25rem, 5.4vw, 4.5rem))) !important; }
.ap .ap-section h2 {
  font-size: clamp(2.25rem, 5.4vw, 4.5rem) !important;
  line-height: .96 !important; letter-spacing: -.012em;
  max-width: 13em !important; text-wrap: balance;
  margin-top: 0; margin-bottom: var(--sp-h2);
}
.ap .ap-head--left h2 { margin-inline: 0 !important; }
.ap .ap-head h2 { margin-inline: auto; }
.ap .ap-head { margin-bottom: var(--sp-head); }

.ap .ap-head__copy { margin: 0; max-width: none; }
.ap .ap-head__copy p {
  font-size: clamp(1.0625rem, 1.35vw, 1.1875rem);
  line-height: 1.72; max-width: none;
}
.ap .ap-head__copy p + p { margin-top: 1.1rem; }
.ap .ap-head--left .ap-head__copy { margin-inline: 0; }
.ap .ap-head:not(.ap-head--left) .ap-head__copy { margin-inline: auto; }




.ap .ap-slot::after { content: none !important; background-image: none !important; }


.ap .ap-btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .6rem;
  font-family: 'Oswald', system-ui, sans-serif;
  font-size: clamp(.8125rem, 1.5vw, .9375rem); font-weight: 600;
  letter-spacing: .09em; text-transform: uppercase; text-decoration: none;
  padding: 1.15rem 2.25rem; min-height: 58px; border: 0 !important; border-radius: 0;
  cursor: pointer; text-align: center; white-space: nowrap; overflow: visible; position: relative;
  transition: background .22s cubic-bezier(.2,.7,.3,1), color .22s cubic-bezier(.2,.7,.3,1),
              transform .22s cubic-bezier(.2,.7,.3,1), box-shadow .22s cubic-bezier(.2,.7,.3,1);
}
.ap .ap-btn:hover { transform: translateY(-2px); }
.ap .ap-btn::after {
  content: ''; flex: none; width: 8px; height: 8px;
  border:0; border:0;
  transform: rotate(45deg); transition: transform .22s cubic-bezier(.2,.7,.3,1);
}
.ap .ap-btn:hover::after { transform: rotate(45deg) translate(2px, -2px); }
.ap .ap-btn--gold {
  background: #8CCB1F !important; color: #111111 !important; padding-right: 3rem;
  clip-path: polygon(0 0, 100% 0, calc(100% - 22px) 100%, 0 100%);
  box-shadow: inset 0 -4px 0 rgba(0,0,0,.20);
}
.ap .ap-btn--gold:hover { background: #FFFFFF !important; color: #111111 !important; }
.ap .ap-btn--white {
  background: #FFFFFF !important; color: #111111 !important; padding-left: 3rem;
  clip-path: polygon(22px 0, 100% 0, 100% 100%, 0 100%);
  box-shadow: inset 0 -4px 0 rgba(17,17,17,.22);
}
.ap .ap-btn--white:hover { background: #8CCB1F !important; color: #111111 !important; }
.ap .ap-g-light .ap-btn--white, .ap .ap-g-tint .ap-btn--white { background: #111111 !important; color: #FFFFFF !important; }
.ap .ap-btn-pair { display: flex; flex-wrap: nowrap; gap: 1rem; margin-top: 2rem; }
.ap .ap-btn-pair .ap-btn { flex: 0 0 auto; width: auto; }

.ap .ap-btn__short { display: none; }
.ap .ap-btn__full  { display: inline; }

@media (max-width: 560px) {
  .ap .ap-btn-pair { flex-wrap: nowrap; gap: .625rem; justify-content: center; }
  .ap .ap-btn-pair .ap-btn { flex: 1 1 0; min-width: 0; }
  .ap .ap-btn { padding: .95rem .8rem; min-height: 52px; font-size: .6875rem; letter-spacing: .06em; gap: .4rem; }
  .ap .ap-btn--gold { padding-right: 1.5rem; }
  .ap .ap-btn--white { padding-left: 1.5rem; }
  .ap .ap-btn__full  { display: none !important; }
  .ap .ap-btn__short { display: inline !important; }
}


.ap .ap-btn:empty { outline: 3px dashed #D64545; min-width: 120px; }

.ap .ap-ridge { background: var(--ground-tint); line-height: 0; margin-bottom: -1px; overflow: hidden; pointer-events: none; }
.ap .ap-ridge--from-tint { background: var(--ground-tint); }
.ap .ap-ridge--from-light { background: var(--ground-light); }
.ap .ap-ridge img { display: block; width: 100%; height: auto; max-height: clamp(120px, 22vw, 430px); object-fit: cover; object-position: center bottom; }

.ap .ap-ground-ridge { position: relative; isolation: isolate; overflow: hidden; }
.ap .ap-ground-ridge::before {
  content: ''; position: absolute; inset: 0; z-index: 0; pointer-events: none;
  background: radial-gradient(120% 90% at 12% 0%, rgba(17,17,17,.42) 0%, rgba(17,17,17,0) 58%),
              radial-gradient(90% 70% at 92% 106%, rgba(94,151,239,.22) 0%, rgba(94,151,239,0) 60%);
}
.ap .ap-ground-ridge > .ap-wrap { position: relative; z-index: 1; }

.ap-reveal { opacity: 0; transform: translateY(18px); transition: opacity .58s var(--ease), transform .58s var(--ease); }
.ap-reveal.is-in { opacity: 1; transform: none; }
.ap-reveal[data-delay="1"] { transition-delay: .08s; }
.ap-reveal[data-delay="2"] { transition-delay: .16s; }
.ap-reveal[data-delay="3"] { transition-delay: .24s; }
html:not(.ap-js) .ap-reveal { opacity: 1 !important; transform: none !important; }
@media (prefers-reduced-motion: reduce) { .ap-reveal { opacity: 1 !important; transform: none !important; transition: none !important; } }

.ap .ap-sr { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; border: 0; }




.ap .ap-table { width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.ap .ap-table table { width: 100%; border-collapse: collapse; background: var(--white); }
.ap .ap-table caption {
  caption-side: bottom; text-align: left; padding-top: 1rem;
  font-size: .875rem; color: var(--ink-soft);
}
.ap .ap-table th[scope="col"] {
  background: var(--ground-night); color: var(--white); text-align: left;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: .75rem; letter-spacing: .1em; text-transform: uppercase;
  padding: 1rem 1.1rem; white-space: nowrap;
}
.ap .ap-table th[scope="row"] {
  text-align: left; font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: 1rem; color: var(--ink); padding: 1.1rem; white-space: nowrap;
}
.ap .ap-table td { padding: 1.1rem; font-size: 1rem; color: var(--ink-body); border:0; }
.ap .ap-table th[scope="row"] { border:0; }
.ap .ap-table tbody tr:nth-child(even) th[scope="row"],
.ap .ap-table tbody tr:nth-child(even) td { background: var(--ground-tint); }
.ap .ap-table .ap-num {
  font-family: 'Anton', 'Oswald', system-ui, sans-serif; font-weight: 400;
  font-size: 1.375rem; color: var(--deep-blue); letter-spacing: -.01em;
}


@media (max-width: 640px) {
  .ap .ap-table table, .ap .ap-table thead, .ap .ap-table tbody,
  .ap .ap-table tr, .ap .ap-table th, .ap .ap-table td { display: block; width: 100%; }
  .ap .ap-table thead { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); }
  .ap .ap-table tr { border: 1px solid var(--rule-line); margin-bottom: 1rem; background: var(--white); }
  .ap .ap-table th[scope="row"] {
    background: var(--ground-night) !important; color: var(--white); border: 0;
    font-size: 1.0625rem; white-space: normal;
  }
  .ap .ap-table td {
    display: flex; justify-content: space-between; gap: 1rem;
    border:0; background: transparent !important;
  }
  .ap .ap-table td::before {
    content: attr(data-label); flex: none;
    font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
    font-size: .75rem; letter-spacing: .08em; text-transform: uppercase;
    color: var(--ink-soft);
  }
}


.ap .ap-status-grid { display: grid; gap: clamp(1.25rem, 2vw, 1.75rem); }
@media (min-width: 860px) { .ap .ap-status-grid { grid-template-columns: 1fr 1fr; } }

.ap .ap-status { background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.14); }
.ap .ap-status--go { background: rgba(61,199,122,.07); border-color: rgba(61,199,122,.28); }
.ap .ap-status--no { background: rgba(214,69,69,.06); border-color: rgba(214,69,69,.24); }
.ap .ap-status__head {
  display: flex; align-items: center; gap: .9rem;
  padding: 1.15rem var(--sp-card);
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: 1.0625rem; letter-spacing: .06em; text-transform: uppercase; color: var(--white);
}

.ap .ap-status--go .ap-status__head { background: rgba(61,199,122,.16); }
.ap .ap-status--no .ap-status__head { background: rgba(214,69,69,.18); }


.ap .ap-status__chip {
  width: 34px; height: 34px; flex: none;
  display: flex; align-items: center; justify-content: center;
  line-height: 0; padding: 0; border-radius: 50%;
}
.ap .ap-status--go .ap-status__chip { background: #3DC77A; }
.ap .ap-status--no .ap-status__chip { background: #D64545; }
.ap .ap-status__chip > svg { display: block; flex: none; width: 18px; height: 18px; }
.ap .ap-status--go .ap-status__chip > svg { fill: #06210F; }
.ap .ap-status--no .ap-status__chip > svg { fill: #FFFFFF; }

.ap .ap-status ul { list-style: none; margin: 0; padding: .5rem var(--sp-card) var(--sp-card); }
.ap .ap-status li {
  display: grid; grid-template-columns: 26px minmax(0, 1fr); gap: .9rem;
  align-items: start; padding: .95rem 0; margin: 0;
  border:0;
}
.ap .ap-status li:last-child { border:0; padding-bottom: 0; }
.ap .ap-status__mk {
  width: 26px; height: 26px; flex: none; display: flex; align-items: center;
  justify-content: center; line-height: 0; border-radius: 50%; margin-top: .1rem;
}
.ap .ap-status--go .ap-status__mk { background: rgba(61,199,122,.22); }
.ap .ap-status--no .ap-status__mk { background: rgba(214,69,69,.24); }
.ap .ap-status__mk > svg { display: block; flex: none; width: 13px; height: 13px; }
.ap .ap-status--go .ap-status__mk > svg { fill: #6FE3A2; }
.ap .ap-status--no .ap-status__mk > svg { fill: #FF9C9C; }
.ap .ap-status__lbl { display: block; color: var(--white); font-weight: 600; line-height: 1.25; }
.ap .ap-status span span { display: block; margin-top: .3rem; font-size: .9375rem; color: var(--ink-on-dark-2); line-height: 1.5; }


.ap .ap-faq { background: var(--white); border: 1px solid var(--rule-line); padding: .5rem clamp(1.25rem, 2.4vw, 2rem); box-shadow: 0 1px 2px rgba(17,17,17,.05), 0 14px 30px -18px rgba(17,17,17,.22); }
.ap .ap-faq details { border:0; }
.ap .ap-faq details:last-child { border:0; }
.ap .ap-faq summary {
  cursor: pointer; list-style: none; padding: 1.35rem 2.5rem 1.35rem 0; position: relative;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: clamp(1rem, 1.5vw, 1.125rem); color: var(--ink); line-height: 1.35;
}
.ap .ap-faq summary::-webkit-details-marker { display: none; }
.ap .ap-faq summary::after {
  content: ''; position: absolute; right: .35rem; top: 1.7rem;
  width: 10px; height: 10px;
  border:0; border:0;
  transform: rotate(45deg); transition: transform .22s cubic-bezier(.2,.7,.3,1);
}
.ap .ap-faq details[open] summary::after { transform: rotate(-135deg); top: 1.9rem; }
.ap .ap-faq details > p { margin: 0 0 1.35rem; font-size: 1rem; line-height: 1.65; color: var(--ink-body); max-width: 74ch; }


@media (max-width: 900px) {
  .ap .ap-head--left { text-align: center; }
  .ap .ap-head--left h2 { margin-inline: auto !important; }
  .ap .ap-head--left .ap-head__copy { margin-inline: auto; }
  .ap .ap-head--left .ap-pill { margin-inline: auto; }
  .ap .ap-mat, .ap .ap-rv__card { text-align: center; }
  .ap .ap-rv__who { justify-content: center; }
  .ap .ap-status li { text-align: left; }
  .ap .ap-faq summary { padding-right: 2rem; }
  .ap .ap-btn-pair { justify-content: center; }
}

@media (max-width: 900px) {
  .ap .ap-duo .ap-head--left { text-align: center; }
  .ap .ap-duo .ap-head--left h2 { margin-inline: auto !important; }
  .ap .ap-quote { text-align: left; }
  .ap .ap-quote figcaption { justify-content: center; }
}



.ap .ap-g-light .ap-hl,
.ap .ap-g-tint .ap-hl,
.ap .ap-g-night .ap-panel .ap-hl {
  color: #8CCB1F !important;
  background: none !important;
  -webkit-text-stroke: .05em #111111;
          text-stroke: .05em #111111;
  paint-order: stroke fill;
}
@supports not (paint-order: stroke) {
  .ap .ap-g-light .ap-hl,
  .ap .ap-g-tint .ap-hl,
  .ap .ap-g-night .ap-panel .ap-hl {
    -webkit-text-stroke: 0;
    text-shadow:
      -2px -2px 0 #111111,  2px -2px 0 #111111,
      -2px  2px 0 #111111,  2px  2px 0 #111111,
       0   -2px 0 #111111,  0    2px 0 #111111,
      -2px  0   0 #111111,  2px  0   0 #111111;
  }
}
@media (forced-colors: active) {
  .ap .ap-hl { color: CanvasText !important; -webkit-text-stroke: 0 !important; text-shadow: none !important; }
}


.ap .ap-cta .ap-pill {
  color: #8CCB1F !important;
  background: repeating-linear-gradient(135deg, rgba(223,212,87,.11) 0 6px, transparent 6px 12px) !important;
}
.ap .ap-cta .ap-hl {
  color: #8CCB1F !important;
  background: none !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: 0 0 16px rgba(0,0,0,.85), 0 0 38px rgba(0,0,0,.7), 0 2px 3px rgba(0,0,0,.65);
  paint-order: normal;
}


.ap .ap-g-light .ap-status,
.ap .ap-g-tint .ap-status { background: var(--white); border-color: var(--rule-line); }
.ap .ap-g-light .ap-status--go,
.ap .ap-g-tint .ap-status--go { background: rgba(61,199,122,.06); border-color: rgba(61,199,122,.34); }
.ap .ap-g-light .ap-status--no,
.ap .ap-g-tint .ap-status--no { background: rgba(214,69,69,.05); border-color: rgba(214,69,69,.30); }
.ap .ap-g-light .ap-status__head,
.ap .ap-g-tint .ap-status__head { color: var(--ink); }
.ap .ap-g-light .ap-status li,
.ap .ap-g-tint .ap-status li { border-bottom-color: var(--rule-line); }
.ap .ap-g-light .ap-status__lbl,
.ap .ap-g-tint .ap-status__lbl { color: var(--ink); }
.ap .ap-g-light .ap-status span span,
.ap .ap-g-tint .ap-status span span { color: var(--ink-body); }

.ap .ap-g-light .ap-status--go .ap-status__mk > svg,
.ap .ap-g-tint .ap-status--go .ap-status__mk > svg { fill: #1E8A4F; }
.ap .ap-g-light .ap-status--no .ap-status__mk > svg,
.ap .ap-g-tint .ap-status--no .ap-status__mk > svg { fill: #B02F2F; }


.ap .ap-duo { display: grid; gap: clamp(2rem, 4vw, 4rem); align-items: start; }
@media (min-width: 980px) {
  .ap .ap-duo { grid-template-columns: 1fr 1fr; }
  .ap .ap-duo h2 { font-size: clamp(1.875rem, 2.6vw, 2.75rem) !important; max-width: 12em !important; }
  .ap .ap-duo .ap-head { max-width: 100% !important; }
}
.ap .ap-duo .ap-head { margin-bottom: var(--sp-stack); }
.ap .ap-duo .ap-head__copy p { font-size: 1.0625rem; line-height: 1.68; }
@media (max-width: 900px) {
  .ap .ap-duo .ap-head--left { text-align: center; }
  .ap .ap-duo .ap-head--left h2 { margin-inline: auto !important; }
  .ap .ap-duo .ap-head--left .ap-pill { margin-inline: auto; }
}



.ap .ap-sizes { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1rem, 1.8vw, 1.75rem); align-items: stretch; }


@media (min-width: 769px) and (max-width: 1100px) {
  .ap .ap-sizes { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .ap .ap-sizes > *:last-child:nth-child(odd) { grid-column: 1 / -1; max-width: calc(50% - .875rem); margin-inline: auto; }
}

@media (max-width: 768px) {
  .ap .ap-sizes { grid-template-columns: minmax(0, 1fr) !important; }
  .ap .ap-sizes > * { grid-column: auto !important; max-width: none !important;
    margin-inline: 0 !important; width: auto !important; }
}
.ap .ap-size {
  display: flex; flex-direction: column;
  container-type: inline-size;
  background: var(--white); border: 1px solid var(--rule-line);
  box-shadow: 0 1px 2px rgba(17,17,17,.05), 0 14px 30px -18px rgba(17,17,17,.22);
}
.ap .ap-size__head { padding: var(--sp-card) var(--sp-card) 0; }
.ap .ap-size__head h3 { margin: 0 0 .5rem; line-height: 1.15; }
.ap .ap-size__dims { margin: 0; font-size: .8125rem; color: var(--ink-soft); }


.ap .ap-size__n {
  display: block; font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: min(3.125rem, 15.1cqw); line-height: .92; letter-spacing: -.015em;
  white-space: nowrap; color: var(--ink);
}
.ap .ap-size__l {
  display: block; font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: min(1.4375rem, 6.95cqw); line-height: 1.1; letter-spacing: -.005em;
  white-space: nowrap; color: var(--ink); margin-top: .1rem;
}
@supports not (container-type: inline-size) {
  .ap .ap-size__n { font-size: clamp(2.25rem, 4.4vw, 3.125rem); }
  .ap .ap-size__l { font-size: clamp(1.125rem, 1.8vw, 1.4375rem); }
}

.ap .ap-size__price { display: block; margin-top: var(--sp-stack);
  font-family: 'Oswald', system-ui, sans-serif; font-size: .6875rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); line-height: 1; }
.ap .ap-size__price strong {
  display: block; font-family: 'Anton', 'Oswald', system-ui, sans-serif; font-weight: 400;
  font-size: clamp(2.25rem, 3.6vw, 3rem); line-height: .95; letter-spacing: -.015em;
  color: var(--deep-blue); margin: .35rem 0 0;
}
.ap .ap-size__price:has(strong:empty) { display: none; }


.ap .ap-size .ap-slot { margin: var(--sp-stack) var(--sp-card) 0; padding: .75rem;
  background: var(--ground-tint); aspect-ratio: 4 / 3; }
.ap .ap-size .ap-slot img { object-fit: contain; width: 100%; height: 100%; }

.ap .ap-size__body { padding: var(--sp-stack) var(--sp-card) 0; flex: 1; }
.ap .ap-size__specs { list-style: none; margin: 0; padding: 0; }
.ap .ap-size__specs li { display: flex; justify-content: space-between; gap: 1rem;
  padding: .7rem 0; border:0; font-size: .9375rem; }
.ap .ap-size__specs li:first-child { padding-top: 0; }
.ap .ap-size__specs li:last-child { border:0; }
.ap .ap-size__specs li span:last-child { font-weight: 600; color: var(--ink); white-space: nowrap; }

.ap .ap-size__foot { padding: var(--sp-stack) var(--sp-card) var(--sp-card);
  display: flex; flex-direction: column; gap: .875rem; align-items: stretch; margin-top: auto; }
.ap .ap-size__foot .ap-btn { width: 100%; padding-inline: 1rem; font-size: .75rem; min-height: 48px; }
.ap .ap-size__link {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .75rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--deep-blue);
  text-decoration: none; padding: .35rem 0;
}
.ap .ap-size__link::after { content: ''; width: 7px; height: 7px;
  border:0; border:0;
  transform: rotate(45deg); transition: transform .22s cubic-bezier(.2,.7,.3,1); }
.ap .ap-size__link:hover::after { transform: rotate(45deg) translate(2px,-2px); }


.ap .ap-slot { position: relative; overflow: hidden; background: var(--ground-tint); }
.ap .ap-slot--43 { aspect-ratio: 4 / 3; }
.ap .ap-slot img { display: block; width: 100%; height: 100%; object-fit: cover; }




.ap .ap-cta { background: var(--ground-deep); padding-block: clamp(4rem, 8vw, 7rem); }
.ap .ap-cta > .ap-wrap { max-width: max(1140px, min(78vw, 1500px)); }
.ap .ap-cta__grid { display: grid; gap: clamp(2rem, 4vw, 4rem); align-items: start; text-align: center; position: relative; }
@media (min-width: 980px) { .ap .ap-cta__grid { grid-template-columns: 46fr 50fr; text-align: left; } }
.ap .ap-cta__lead h2 { margin: 0 !important; max-width: 100% !important;
  font-size: clamp(2.25rem, 4vw, 3.75rem) !important; line-height: .96 !important; }
.ap .ap-cta__lead .ap-btn-pair { margin-top: clamp(1.75rem, 3vw, 2.5rem);
  margin-inline: 0 !important; max-width: none !important; justify-content: flex-start; }
.ap .ap-cta__side .ap-head__copy { max-width: 100%; margin: 0; }
.ap .ap-cta__side .ap-head__copy p { color: var(--ink-on-dark); font-size: clamp(1rem, 1.15vw, 1.125rem); line-height: 1.68; }
.ap .ap-cta__side .ap-head__copy a { color: var(--gold); }

@media (min-width: 980px) { .ap .ap-cta__side { padding-top: .35rem; } }
@media (max-width: 979px) {
  .ap .ap-cta__lead .ap-btn-pair { justify-content: center; margin-inline: auto !important; max-width: 460px !important; }
  .ap .ap-cta__grid { align-items: center; }
}


.ap .ap-cta--video { position: relative; overflow: hidden; isolation: isolate; }
.ap .ap-cta--video .ap-cta__bg { position: absolute; inset: 0; z-index: 0; overflow: hidden; }
.ap .ap-cta--video .ap-cta__poster,
.ap .ap-cta--video .ap-cta__video {
  position: absolute; top: 0; left: 0; width: 100%; height: 100%;
  max-width: none; object-fit: cover; display: block;
}
.ap .ap-cta--video .ap-cta__poster { z-index: 0; }
.ap .ap-cta--video .ap-cta__video  { z-index: 1; }
.ap .ap-cta--video .ap-cta__bg::after {
  content: ''; position: absolute; inset: 0; z-index: 2;
  background: linear-gradient(180deg, rgba(17,17,17,.78) 0%, rgba(17,17,17,.86) 55%, rgba(17,17,17,.92) 100%),
              radial-gradient(70% 100% at 50% 50%, rgba(0,0,0,.45) 0%, rgba(0,0,0,0) 70%);
}
.ap .ap-cta--video > .ap-wrap { position: relative; z-index: 3; }
.ap .ap-cta--video .ap-cta__lead h2,
.ap .ap-cta--video .ap-cta__side .ap-head__copy p {
  text-shadow: 0 0 16px rgba(0,0,0,.85), 0 0 38px rgba(0,0,0,.7), 0 2px 3px rgba(0,0,0,.65);
}
.ap .ap-cta--video .ap-pill { text-shadow: none; }
@media (prefers-reduced-motion: reduce) { .ap .ap-cta__video { display: none; } }





@media (max-width: 900px) {

  
  body.ap .ap-home-hero,
  body.ap .ap-page-hero,
  body.ap .ap-hero { text-align: center !important; }

  body.ap .ap-home-hero .ap-hero__copy,
  body.ap .ap-page-hero .ap-hero__copy,
  body.ap .ap-hero .ap-hero__copy {
    width: 100% !important; max-width: 100% !important;
    margin-inline: auto !important; text-align: center !important;
  }

  body.ap .ap-home-hero h1,
  body.ap .ap-page-hero h1,
  body.ap .ap-hero h1 {
    width: 100% !important; max-width: 100% !important;
    margin-inline: auto !important; text-align: center !important;
  }

  body.ap .ap-h1__kw,
  body.ap .ap-h1__brand {
    display: block !important;
    width: 100% !important; max-width: 100% !important;
    margin-inline: auto !important; text-align: center !important;
    white-space: normal !important;
  }
  body.ap .ap-h1__kw { margin-right: 0 !important; text-indent: 0 !important; }

  
  body.ap .ap-h1__brand {
    font-size: clamp(3.25rem, 17vw, 5rem) !important;
    line-height: .92 !important;
  }

  body.ap .ap-home-hero .ap-lede,
  body.ap .ap-page-hero .ap-lede,
  body.ap .ap-hero .ap-lede {
    margin-inline: auto !important; text-align: center !important;
  }
  body.ap .ap-home-hero .ap-pill,
  body.ap .ap-page-hero .ap-pill,
  body.ap .ap-hero .ap-pill { margin-inline: auto !important; }
  body.ap .ap-home-hero .ap-btn-pair,
  body.ap .ap-page-hero .ap-btn-pair,
  body.ap .ap-hero .ap-btn-pair {
    justify-content: center !important; margin-inline: auto !important;
  }
}


@media (max-width: 900px) {
  body.ap .ap-badgebar li:nth-child(3) { display: none !important; }
  body.ap .ap-badgebar ul {
    grid-template-columns: 1fr 1fr !important;
    gap: 1rem !important;
  }
  body.ap .ap-badgebar li {
    flex-direction: column !important; align-items: center !important;
    text-align: center !important; gap: .5rem !important;
  }
  body.ap .ap-badgebar__txt { text-align: center !important; }
  body.ap .ap-badgebar__txt b { font-size: .8125rem !important; }
  body.ap .ap-badgebar__txt span { font-size: .75rem !important; }
}






.ap .ap-crumbs { background: var(--ground-tint); border:0; }
.ap .ap-crumbs__list {
  list-style: none; margin: 0 auto; padding: .9rem clamp(1.25rem, 4vw, 2.5rem);
  max-width: 1220px; display: flex; flex-wrap: wrap; align-items: center; gap: .45rem;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: .6875rem; letter-spacing: .14em; text-transform: uppercase;
}
.ap .ap-crumbs__list li { margin: 0; }
.ap .ap-crumbs__list li:not(:last-child)::after { content: "/"; margin-left: .45rem; color: var(--gold); }
.ap .ap-crumbs a { color: var(--deep-blue) !important; text-decoration: none !important; }
.ap .ap-crumbs a:hover { text-decoration: underline !important; }
.ap .ap-crumbs [aria-current] { color: var(--ink-soft); }


.ap .ap-phero { background: var(--ground-light); padding-block: clamp(2rem, 4vw, 3rem) clamp(3.5rem, 7vw, 5.5rem); }

.ap .ap-pgrid { display: grid; grid-template-columns: minmax(0,1fr); gap: 1.5rem; align-items: start; }
.ap .ap-pgrid > * { min-width: 0; }
@media (min-width: 1000px) { .ap .ap-pgrid { grid-template-columns: minmax(0,1.05fr) minmax(0,.95fr); gap: 1.5rem clamp(2.5rem, 4vw, 4rem); } }

.ap .ap-gal { display: grid; grid-template-columns: minmax(0,1fr); gap: 1rem; }

.ap .ap-stage {
  position: relative; aspect-ratio: 4/3; overflow: hidden;
  background: var(--ground-night);
  clip-path: polygon(0 22px, 22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
  box-shadow: 0 22px 54px -20px rgba(17,17,17,.34);
}
.ap .ap-slide { display: none; margin: 0; width: 100%; height: 100%; }
.ap .ap-slide.is-on { display: block; }
.ap .ap-slide img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ap .ap-stage__badge {
  position: absolute; z-index: 2; top: 1.25rem; left: 0;
  display: inline-flex; align-items: baseline; gap: .4rem;
  background: var(--ground-night); color: var(--white);
  font-family: 'Anton', system-ui, sans-serif; font-weight: 400; font-size: 1.35rem;
  padding: .45rem 1.6rem .45rem .9rem;
  clip-path: polygon(0 0, 100% 0, 88% 100%, 0 100%);
}
.ap .ap-stage__badge small {
  font-family: 'Oswald', system-ui, sans-serif; font-size: .5625rem; font-weight: 600;
  letter-spacing: .16em; text-transform: uppercase; color: var(--gold);
}

.ap .ap-gal--single ul.ap-thumbs, .ap .ap-gal--single .ap-dots { display: none !important; }



.ap ul.ap-thumbs {
  list-style: none; margin: 0; padding: 0;
  display: flex; flex-wrap: nowrap; gap: .75rem;
}
.ap ul.ap-thumbs > li { flex: 1 1 0; min-width: 0; }
.ap .ap-thumbs li { margin: 0; }
.ap .ap-thumb {
  display: block; width: 100%; padding: 0; line-height: 0; cursor: pointer;
  aspect-ratio: 4/3; overflow: hidden; background: var(--ground-tint);
  border: 2px solid var(--rule-line);
  clip-path: polygon(0 8px, 8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease);
}
.ap .ap-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.ap .ap-thumb:hover { border-color: var(--gold); transform: translateY(-2px); }
.ap .ap-thumb.is-on { border-color: var(--deep-blue); }

.ap .ap-dots { display: none; justify-content: center; margin-top: -.5rem; }
.ap .ap-dot { width: 44px; height: 44px; padding: 0; border: 0; background: none; cursor: pointer;
  display: inline-flex; align-items: center; justify-content: center; }
.ap .ap-dot::before { content: ""; width: 9px; height: 9px; border-radius: 50%; background: var(--rule-line); transition: background var(--dur) var(--ease); }
.ap .ap-dot.is-on::before { background: var(--deep-blue); }

@media (max-width: 639px) {
  .ap ul.ap-thumbs { display: none !important; }
  .ap .ap-dots { display: flex; }
}


.ap .ap-buy h1 { font-size: clamp(1.875rem, 4.4vw, 3rem) !important; margin: 0 0 .4rem; line-height: 1.02; }
.ap .ap-buy__sub {
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: .75rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--ink-soft); margin: 0 0 1.1rem;
}
.ap .ap-rating { display: flex; align-items: center; gap: .55rem; margin-bottom: 1.1rem; flex-wrap: wrap; }
.ap .ap-rating .ap-g { width: 20px; height: 20px; margin-left: 0; }
.ap .ap-rating__t { font-size: .875rem; color: var(--ink-soft); }
.ap .ap-price { display: flex; align-items: baseline; gap: .7rem; flex-wrap: wrap; margin: 0 0 1.1rem; }
.ap .ap-price__n { font-family: 'Anton', system-ui, sans-serif; font-weight: 400;
  font-size: clamp(2.4rem, 5.4vw, 3.4rem); line-height: 1; color: var(--deep-blue); letter-spacing: -.015em; }
.ap .ap-price__s { font-family: 'Oswald', system-ui, sans-serif; font-size: .8125rem; font-weight: 600;
  letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.ap .ap-buy__lede { font-size: 1rem; line-height: 1.6; color: var(--ink-body); margin: 0 0 1.5rem; max-width: none; }

.ap .ap-picker { background: var(--ground-tint); padding: 1rem; margin-bottom: 1.5rem;
  clip-path: polygon(0 10px, 10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%); }
.ap .ap-picker__h { display: block; text-align: center; margin-bottom: .75rem;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .625rem;
  letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }

.ap ul.ap-picks { list-style: none; margin: 0; padding: 0; display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: .6rem; }
.ap .ap-picks li { margin: 0; }
.ap .ap-pick {
  display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 2px;
  min-height: 76px; padding: .6rem .3rem; height: 100%;
  background: var(--white); border: 2px solid var(--rule-line);
  clip-path: polygon(0 8px, 8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%);
  text-decoration: none !important;
  transition: border-color var(--dur) var(--ease), background-color var(--dur) var(--ease);
}
.ap .ap-pick:hover { border-color: var(--gold); }
.ap .ap-pick.is-on { border-color: var(--deep-blue); background: var(--deep-blue); }
.ap .ap-pick__y { font-family: 'Anton', system-ui, sans-serif; font-weight: 400; font-size: 1.4rem; line-height: 1; color: var(--ink); }
.ap .ap-pick__l { font-family: 'Oswald', system-ui, sans-serif; font-size: .625rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-soft); }
.ap .ap-pick__p { font-family: 'Oswald', system-ui, sans-serif; font-size: .8125rem; font-weight: 600; color: var(--deep-blue); }
.ap .ap-pick.is-on .ap-pick__y { color: var(--white); }
.ap .ap-pick.is-on .ap-pick__l { color: rgba(255,255,255,.72); }
.ap .ap-pick.is-on .ap-pick__p { color: var(--gold); }

.ap .ap-buy .ap-btn { width: 100%; }
.ap .ap-buy__note { font-size: .8125rem; color: var(--ink-soft); margin: .9rem 0 1.5rem; max-width: none; }
.ap ul.ap-badges { list-style: none; margin: 0; padding: 1.5rem 0 0; display: grid;
  grid-template-columns: repeat(3, minmax(0,1fr)); gap: .75rem; border:0; }
.ap .ap-badges li { margin: 0; text-align: center; }
.ap .ap-badges strong { display: block; font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: .8125rem; text-transform: uppercase; color: var(--ink); line-height: 1.2; }
.ap .ap-badges span { display: block; font-size: .75rem; color: var(--ink-soft); margin-top: 2px; }


.ap .ap-abox { max-width: 52rem; margin-inline: auto; padding: clamp(1.5rem, 3vw, 2.5rem);
  background: var(--white); border: 1px solid var(--rule-line);
  box-shadow: 0 1px 2px rgba(17,17,17,.06), 0 14px 30px -18px rgba(17,17,17,.22);
  clip-path: polygon(0 14px, 14px 0, 100% 0, 100% calc(100% - 14px), calc(100% - 14px) 100%, 0 100%); }
.ap .ap-abox p { font-size: 1.0625rem; line-height: 1.7; max-width: none; margin: 0; }
.ap .ap-abox p + p { margin-top: 1rem; }


.ap ul.ap-caps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0,1fr); gap: 1rem; }
@media (min-width: 640px) { .ap ul.ap-caps { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.ap .ap-caps li { margin: 0; }
.ap .ap-cap { height: 100%; padding: var(--sp-card); background: var(--white); text-align: center;
  box-shadow: 0 1px 2px rgba(17,17,17,.05), 0 12px 26px -16px rgba(17,17,17,.22); }
.ap .ap-cap__n { display: block; font-family: 'Anton', system-ui, sans-serif; font-weight: 400;
  font-size: clamp(2rem, 4.6vw, 2.75rem); line-height: 1; color: var(--deep-blue); }
.ap .ap-cap__u { display: block; margin-top: .3rem; font-family: 'Oswald', system-ui, sans-serif;
  font-size: .6875rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.ap .ap-cap p { font-size: .9375rem; color: var(--ink-body); margin: .75rem 0 0; max-width: none; }

.ap .ap-cap__basis { display: block; margin-top: .75rem; padding-top: .75rem;
  border:0; font-size: .75rem; color: var(--ink-soft); text-align: left; }


.ap .ap-weightnote { margin-top: var(--sp-head); padding: clamp(1.5rem, 3vw, 2.5rem); background: var(--ground-night); }
.ap .ap-weightnote h3 { color: var(--white); font-size: 1.15rem; margin: 0 0 .75rem; }
.ap .ap-weightnote p { color: var(--ink-on-dark); font-size: .9375rem; margin: 0 0 .75rem; max-width: none; }
.ap .ap-weightnote p:last-child { margin-bottom: 0; }
.ap .ap-weightnote strong { color: var(--gold); }
.ap .ap-weightnote a { color: var(--gold); }


.ap ul.ap-strip { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: minmax(0,1fr); gap: 1rem; }
@media (min-width: 640px) { .ap ul.ap-strip { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.ap .ap-strip > li { margin: 0; }
.ap .ap-scard { display: flex; flex-direction: column; align-items: center; text-align: center; gap: .4rem;
  height: 100%; padding: var(--sp-card); background: var(--white); text-decoration: none !important;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  box-shadow: 0 1px 2px rgba(17,17,17,.06), 0 14px 30px -18px rgba(17,17,17,.26); }
.ap .ap-scard:hover { transform: translateY(-4px); box-shadow: 0 2px 4px rgba(17,17,17,.08), 0 24px 44px -20px rgba(17,17,17,.36); }
.ap .ap-scard__d { font-family: 'Oswald', system-ui, sans-serif; font-size: .625rem; font-weight: 600;
  letter-spacing: .14em; text-transform: uppercase; color: var(--ink-soft); }
.ap .ap-scard__n { font-family: 'Anton', system-ui, sans-serif; font-weight: 400; font-size: 1.35rem; color: var(--ink); }
.ap .ap-scard__p { font-family: 'Oswald', system-ui, sans-serif; font-size: .875rem; font-weight: 600; color: var(--deep-blue); }
.ap .ap-scard__w { font-size: .875rem; color: var(--ink-body); max-width: 26ch; }

.ap .ap-endlink { margin: var(--sp-head) auto 0 !important; max-width: none !important; text-align: center; }
.ap .ap-endlink a { font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .875rem;
  letter-spacing: .08em; text-transform: uppercase; color: var(--deep-blue); text-decoration: none;
  text-decoration: underline; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 5px; }

@media (max-width: 900px) {
  .ap .ap-buy { text-align: center; }
  .ap .ap-rating, .ap .ap-price { justify-content: center; }
  .ap .ap-buy__lede { margin-inline: auto; }
}



.ap .ap-svc { list-style: none; margin: 0; padding: 0; }
.ap .ap-service {
  display: grid; grid-template-columns: minmax(0,1fr); gap: clamp(1.25rem, 3vw, 2.5rem);
  align-items: center; margin: 0 0 clamp(2.5rem, 5vw, 4rem);
}
.ap .ap-service:last-child { margin-bottom: 0; }
@media (min-width: 860px) {
  .ap .ap-service { grid-template-columns: minmax(0,1fr) minmax(0,1fr); gap: clamp(2rem, 4vw, 3.5rem); }
  
  .ap .ap-service:nth-child(even) .ap-service__media { order: 2; }
}
.ap .ap-service__media .ap-slot { aspect-ratio: 4 / 3; }
.ap .ap-service h3 {
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: clamp(1.125rem, 1.9vw, 1.4375rem); line-height: 1.18;
  color: var(--ink); margin: 0 0 .6rem;
}
.ap .ap-g-night .ap-service h3, .ap .ap-g-deep .ap-service h3 { color: var(--white); }
.ap .ap-service p { font-size: .9375rem; line-height: 1.6; margin: 0 0 .6rem; max-width: none; }
.ap .ap-service p:last-child { margin-bottom: 0; }

.ap .ap-service__fact {
  display: block; margin-top: .9rem; padding: .7rem 0 .7rem 1rem;
  font-size: .875rem; color: var(--ink-body);
}
.ap .ap-g-night .ap-service__fact { color: var(--ink-on-dark); }

@media (max-width: 859px) {
  .ap .ap-service { text-align: center; }
    .ap .ap-service__fact { text-align: left; }
}


.ap ol.ap-process { list-style: none; margin: 0; padding: 0; counter-reset: apstep; }
.ap .ap-process > li {
  position: relative; counter-increment: apstep; margin: 0;
  padding: 1.25rem 0 1.25rem 4.25rem;
  border:0;
}
.ap .ap-process > li:last-child { border:0; padding-bottom: 0; }
.ap .ap-process > li::before {
  content: counter(apstep); position: absolute; left: 0; top: 1.1rem;
  width: 48px; height: 48px; display: flex; align-items: center; justify-content: center;
  background: var(--gold); color: #111111;
  font-family: 'Anton', system-ui, sans-serif; font-weight: 400; font-size: 1.25rem;
  clip-path: polygon(0 10px, 10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%);
}
.ap .ap-process h3 { font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: 1.0625rem; color: var(--white); margin: 0 0 .35rem; }
.ap .ap-process p { font-size: .9375rem; line-height: 1.55; margin: 0; max-width: none; color: var(--ink-on-dark); }
.ap .ap-g-light .ap-process h3, .ap .ap-g-tint .ap-process h3 { color: var(--ink); }
.ap .ap-g-light .ap-process p, .ap .ap-g-tint .ap-process p { color: var(--ink-body); }
.ap .ap-g-light .ap-process > li, .ap .ap-g-tint .ap-process > li { border-bottom-color: var(--rule-line); }


.ap .ap-cityhero { position: relative; background: var(--ground-night); overflow: hidden;
  padding-block: clamp(3.5rem, 7vw, 6rem); }
.ap .ap-cityhero__grid { display: grid; grid-template-columns: minmax(0,1fr); gap: clamp(2rem, 4vw, 3.5rem); align-items: center; }
@media (min-width: 900px) { .ap .ap-cityhero__grid { grid-template-columns: 60fr 40fr; } }
.ap .ap-cityhero h1 { color: var(--white); margin: 0 0 1rem;
  font-size: clamp(2rem, 4.6vw, 3.5rem) !important; line-height: 1.02; }
.ap .ap-cityhero p { color: var(--ink-on-dark); font-size: clamp(1rem, 1.4vw, 1.125rem); line-height: 1.65; max-width: 54ch; }
.ap .ap-cityhero p + p { margin-top: .9rem; }
.ap .ap-cityhero .ap-slot { aspect-ratio: 4 / 3; }
.ap ul.ap-citybadges { list-style: none; margin: clamp(1.75rem, 3vw, 2.25rem) 0 0; padding: 0;
  display: flex; flex-wrap: wrap; gap: 1.5rem; }
.ap .ap-citybadges li { margin: 0; display: flex; align-items: center; gap: .7rem; }
.ap .ap-citybadges strong { display: block; font-family: 'Oswald', system-ui, sans-serif;
  font-weight: 600; font-size: .8125rem; letter-spacing: .06em; text-transform: uppercase; color: var(--gold); }
.ap .ap-citybadges span { display: block; font-size: .8125rem; color: var(--ink-on-dark-2); margin-top: 1px; }
@media (max-width: 899px) {
  .ap .ap-cityhero { text-align: center; }
  .ap .ap-cityhero p { margin-inline: auto; }
  .ap .ap-citybadges { justify-content: center; }
  .ap .ap-cityhero .ap-btn-pair { justify-content: center; }
}





.ap .ap-cap, .ap .ap-mat {
  border:0; border:0;
  border:0; border:0;
  background: var(--white);
  box-shadow: 0 1px 2px rgba(17,17,17,.06), 0 16px 34px -18px rgba(17,17,17,.26);
}
.ap .ap-g-tint .ap-cap, .ap .ap-g-tint .ap-mat { background: var(--white); }
.ap .ap-g-light .ap-cap, .ap .ap-g-light .ap-mat { background: var(--ground-tint); box-shadow: none; }


.ap .ap-service__fact {
  border: 0 !important; border:0;
  display: block; margin-top: 1rem; padding: .85rem 1rem;
  background: rgba(17,17,17,.05); color: var(--ink-body);
  font-size: .875rem; line-height: 1.5;
}
.ap .ap-g-night .ap-service__fact, .ap .ap-g-deep .ap-service__fact {
  background: rgba(223,212,87,.10); color: var(--ink-on-dark);
}


.ap .ap-service h3::before,
.ap .ap-weightnote h3::before,
.ap .ap-tech h3::before { content: none !important; display: none !important; }


.ap .ap-endlink a, .ap .ap-rv__all a {
  border:0; padding-bottom: 0 !important;
  text-decoration: underline; text-decoration-color: var(--gold);
  text-decoration-thickness: 2px; text-underline-offset: 5px;
}
.ap .ap-endlink a:hover, .ap .ap-rv__all a:hover { text-decoration-color: var(--deep-blue); }


.ap .ap-quote {
  border: 1px solid rgba(61,199,122,.32) !important;
  background: rgba(61,199,122,.05);
}
.ap .ap-permit {
  border: 1px solid var(--rule-line) !important;
  background: var(--white);
  box-shadow: 0 1px 2px rgba(17,17,17,.06), 0 18px 38px -20px rgba(17,17,17,.26);
}
.ap .ap-status--go, .ap .ap-status--no { border-width: 1px !important; border-style: solid !important; }



.ap ul.ap-feat { list-style: none; margin: 0; padding: 0; }
.ap .ap-feat > li { margin: 0 0 clamp(2.5rem, 5vw, 4.5rem); }
.ap .ap-feat > li:last-child { margin-bottom: 0; }

.ap .ap-featrow { display: grid; grid-template-columns: minmax(0,1fr); }
.ap .ap-featrow__img { position: relative; }
.ap .ap-featrow__img .ap-slot { aspect-ratio: 16 / 10; }
.ap .ap-featrow__card {
  background: var(--white);
  padding: clamp(1.5rem, 3vw, 2.25rem);
  box-shadow: 0 2px 6px rgba(17,17,17,.08), 0 26px 54px -22px rgba(17,17,17,.34);
}
.ap .ap-g-night .ap-featrow__card, .ap .ap-g-deep .ap-featrow__card { background: var(--ground-deep); }

@media (min-width: 860px) {
  .ap .ap-featrow { grid-template-columns: 58fr 42fr; align-items: center; }
  .ap .ap-featrow__card { margin-left: -18%; position: relative; z-index: 2; }
  
  .ap .ap-feat > li:nth-child(even) .ap-featrow__img { order: 2; }
  .ap .ap-feat > li:nth-child(even) .ap-featrow__card { margin-left: 0; margin-right: -18%; }
}
@media (max-width: 859px) {
  .ap .ap-featrow__card { margin: -2.5rem 1rem 0; }
}

.ap .ap-featrow__n {
  display: block; font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: .6875rem; letter-spacing: .18em; text-transform: uppercase;
  color: var(--ink-soft); margin-bottom: .5rem;
}
.ap .ap-featrow__card h3 {
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: clamp(1.125rem, 1.9vw, 1.375rem); line-height: 1.18;
  color: var(--ink); margin: 0 0 .55rem;
}
.ap .ap-g-night .ap-featrow__card h3 { color: var(--white); }
.ap .ap-featrow__card p { font-size: .9375rem; line-height: 1.58; margin: 0; max-width: none; }


.ap .ap-ledger-grid { display: grid; grid-template-columns: minmax(0,1fr); gap: clamp(2rem, 4vw, 3.5rem); align-items: start; }
@media (min-width: 900px) {
  .ap .ap-ledger-grid { grid-template-columns: 38fr 62fr; }
  .ap .ap-ledger-media { position: sticky; top: 6rem; }
}
.ap .ap-ledger-media .ap-slot { aspect-ratio: 3 / 4; }
@media (max-width: 899px) { .ap .ap-ledger-media .ap-slot { aspect-ratio: 16 / 9; } }

.ap ol.ap-ledger { list-style: none; margin: 0; padding: 0; counter-reset: apledger; }
.ap .ap-ledger > li {
  counter-increment: apledger; margin: 0;
  display: grid; grid-template-columns: auto minmax(0,1fr); gap: 1.25rem;
  padding: clamp(1.25rem, 2.4vw, 1.75rem) 0;
}

.ap .ap-ledger > li + li { border:0; }
.ap .ap-g-light .ap-ledger > li + li, .ap .ap-g-tint .ap-ledger > li + li { border-top-color: var(--rule-line); }
.ap .ap-ledger > li::before {
  content: counter(apledger, decimal-leading-zero);
  font-family: 'Anton', system-ui, sans-serif; font-weight: 400;
  font-size: clamp(2rem, 3.4vw, 2.75rem); line-height: .9;
  color: var(--gold); opacity: .55;
}
.ap .ap-g-light .ap-ledger > li::before, .ap .ap-g-tint .ap-ledger > li::before { color: var(--deep-blue); opacity: .28; }
.ap .ap-ledger h3 {
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: clamp(1.0625rem, 1.7vw, 1.25rem); line-height: 1.2;
  color: var(--white); margin: 0 0 .45rem;
}
.ap .ap-g-light .ap-ledger h3, .ap .ap-g-tint .ap-ledger h3 { color: var(--ink); }
.ap .ap-ledger p { font-size: .9375rem; line-height: 1.55; margin: 0; max-width: none; color: var(--ink-on-dark); }
.ap .ap-g-light .ap-ledger p, .ap .ap-g-tint .ap-ledger p { color: var(--ink-body); }


.ap .ap-map { position: relative; overflow: hidden; aspect-ratio: 16 / 9;
  background: var(--ground-tint);
  box-shadow: 0 2px 6px rgba(17,17,17,.08), 0 26px 54px -24px rgba(17,17,17,.30); }
@media (max-width: 700px) { .ap .ap-map { aspect-ratio: 4 / 3; } }
.ap .ap-map iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; display: block; }
.ap .ap-mapnote { margin-top: 1rem; font-size: .8125rem; color: var(--ink-soft); max-width: none; }
.ap .ap-g-night .ap-mapnote { color: var(--ink-on-dark-2); }





@media (max-width: 640px) {
  .ap .ap-table caption {
    display: block; width: 100%;
    caption-side: bottom; text-align: left;
    padding-top: 1rem; padding-inline: 0;
    font-size: .8125rem; line-height: 1.55; color: var(--ink-soft);
  }
  
  .ap .ap-table table { display: block; }
}


.ap .ap-featrow__img { position: relative; z-index: 1; }
.ap .ap-featrow__card { position: relative; z-index: 2; }
@media (max-width: 859px) {
  .ap .ap-featrow__card {
    margin: -3.5rem clamp(1rem, 5vw, 2rem) 0 !important;
    box-shadow: 0 2px 8px rgba(17,17,17,.10), 0 22px 44px -18px rgba(17,17,17,.38);
  }
}


.ap .ap-cityhero .ap-pill {
  color: var(--gold) !important;
  background: repeating-linear-gradient(135deg, rgba(223,212,87,.11) 0 6px, transparent 6px 12px) !important;
}
.ap .ap-cityhero .ap-hl {
  color: var(--gold) !important;
  background: none !important;
  -webkit-text-stroke: 0 !important;
  text-shadow: none;
  paint-order: normal;
}



.ap ul.ap-areas { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(1rem, 1.6vw, 1.5rem); grid-template-columns: minmax(0,1fr); }
@media (min-width: 620px)  { .ap ul.ap-areas { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1000px) { .ap ul.ap-areas { grid-template-columns: repeat(4, minmax(0,1fr)); } }
.ap ul.ap-areas--3 { grid-template-columns: minmax(0,1fr); }
@media (min-width: 620px)  { .ap ul.ap-areas--3 { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1000px) { .ap ul.ap-areas--3 { grid-template-columns: repeat(3, minmax(0,1fr)); } }
.ap .ap-areas > li { margin: 0; }

.ap .ap-area {
  display: flex; flex-direction: column; height: 100%;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.12);
  text-decoration: none !important; overflow: hidden;
  transition: transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), border-color var(--dur) var(--ease);
}
.ap .ap-g-light .ap-area, .ap .ap-g-tint .ap-area { background: var(--white); border-color: var(--rule-line); }
.ap .ap-area:hover { transform: translateY(-4px); border-color: var(--gold);
  box-shadow: 0 2px 6px rgba(0,0,0,.20), 0 26px 52px -22px rgba(0,0,0,.55); }
.ap .ap-area__img { position: relative; aspect-ratio: 16 / 10; overflow: hidden; background: var(--ground-night); }
.ap .ap-area__img img { width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .5s var(--ease); }
.ap .ap-area:hover .ap-area__img img { transform: scale(1.05); }
.ap .ap-area__body { padding: var(--sp-card); }
.ap .ap-area__n {
  display: block; font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: 1.0625rem; letter-spacing: .06em; text-transform: uppercase;
  color: var(--white); margin-bottom: .4rem;
}
.ap .ap-g-light .ap-area__n, .ap .ap-g-tint .ap-area__n { color: var(--ink); }
.ap .ap-area:hover .ap-area__n { color: var(--gold); }
.ap .ap-g-light .ap-area:hover .ap-area__n, .ap .ap-g-tint .ap-area:hover .ap-area__n { color: var(--deep-blue); }
.ap .ap-area__p { display: block; font-size: .875rem; line-height: 1.5; color: var(--ink-on-dark-2); }
.ap .ap-g-light .ap-area__p, .ap .ap-g-tint .ap-area__p { color: var(--ink-soft); }


.ap ul.ap-maplinks { list-style: none; margin: 1.5rem 0 0; padding: 0; display: flex;
  flex-wrap: wrap; justify-content: center; gap: .75rem; }
.ap .ap-maplinks li { margin: 0; }
.ap .ap-maplinks a {
  display: inline-block; padding: .5rem .9rem; border: 2px solid currentColor;
  color: var(--gold); text-decoration: none;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .75rem;
  letter-spacing: .12em; text-transform: uppercase;
  background: repeating-linear-gradient(135deg, rgba(223,212,87,.10) 0 6px, transparent 6px 12px);
  transition: background-color var(--dur) var(--ease), color var(--dur) var(--ease);
}
.ap .ap-maplinks a:hover { background: var(--gold); color: #111111; }
.ap .ap-mapnote { margin-top: 1rem; font-size: .8125rem; color: var(--ink-on-dark-2); max-width: none; text-align: center; }


.ap .ap-ratebar { display: inline-flex; align-items: center; gap: .75rem; flex-wrap: wrap;
  padding: .7rem 1.1rem; background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); }
.ap .ap-g-light .ap-ratebar, .ap .ap-g-tint .ap-ratebar { background: var(--white); border-color: var(--rule-line); }
.ap .ap-ratebar .ap-g { width: 22px; height: 22px; margin-left: 0; }
.ap .ap-ratebar__n { font-family: 'Anton', system-ui, sans-serif; font-weight: 400; font-size: 1.5rem; line-height: 1; color: var(--white); }
.ap .ap-g-light .ap-ratebar__n, .ap .ap-g-tint .ap-ratebar__n { color: var(--ink); }
.ap .ap-ratebar__t { font-size: .8125rem; color: var(--ink-on-dark-2); }
.ap .ap-g-light .ap-ratebar__t, .ap .ap-g-tint .ap-ratebar__t { color: var(--ink-soft); }


.ap ul.ap-feats { list-style: none; margin: 0; padding: 0; display: grid; gap: clamp(1rem, 1.6vw, 1.25rem); grid-template-columns: minmax(0,1fr); }
@media (min-width: 620px)  { .ap ul.ap-feats { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (min-width: 1040px) { .ap ul.ap-feats { grid-template-columns: repeat(4, minmax(0,1fr)); } }
.ap .ap-feats > li { margin: 0; }
.ap .ap-feat-t { height: 100%; padding: var(--sp-card); background: var(--white);
  box-shadow: 0 1px 2px rgba(17,17,17,.06), 0 16px 34px -18px rgba(17,17,17,.26); }
.ap .ap-g-night .ap-feat-t, .ap .ap-g-deep .ap-feat-t { background: rgba(255,255,255,.05); box-shadow: none; border: 1px solid rgba(255,255,255,.12); }
.ap .ap-feat-t__i { width: 46px; height: 46px; display: flex; align-items: center; justify-content: center;
  background: var(--deep-blue); margin-bottom: var(--sp-stack);
  clip-path: polygon(0 10px, 10px 0, 100% 0, 100% calc(100% - 10px), calc(100% - 10px) 100%, 0 100%); }
.ap .ap-feat-t__i svg { width: 22px; height: 22px; fill: var(--gold); display: block; }
.ap .ap-feat-t h3 { font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: 1.0625rem;
  line-height: 1.2; color: var(--ink); margin: 0 0 .5rem; }
.ap .ap-g-night .ap-feat-t h3 { color: var(--white); }
.ap .ap-feat-t p { font-size: .9375rem; line-height: 1.55; margin: 0; max-width: none; color: var(--ink-body); }
.ap .ap-g-night .ap-feat-t p { color: var(--ink-on-dark); }





.ap .ap-cta,
.ap .ap-cityhero,
.ap .ap-hubhero,
.ap .ap-mapsec,
.ap .ap-hero { color: var(--ink-on-dark); }

.ap .ap-cta h1, .ap .ap-cta h2, .ap .ap-cta h3, .ap .ap-cta h4,
.ap .ap-cityhero h1, .ap .ap-cityhero h2, .ap .ap-cityhero h3, .ap .ap-cityhero h4,
.ap .ap-hubhero h1, .ap .ap-hubhero h2, .ap .ap-hubhero h3, .ap .ap-hubhero h4,
.ap .ap-mapsec h1, .ap .ap-mapsec h2, .ap .ap-mapsec h3, .ap .ap-mapsec h4,
.ap .ap-hero h1, .ap .ap-hero h2, .ap .ap-hero h3, .ap .ap-hero h4 { color: var(--white); }

.ap .ap-cta p, .ap .ap-cityhero p, .ap .ap-hubhero p, .ap .ap-mapsec p, .ap .ap-hero p,
.ap .ap-cta .ap-head__copy p, .ap .ap-cityhero .ap-head__copy p,
.ap .ap-hubhero .ap-head__copy p, .ap .ap-mapsec .ap-head__copy p { color: var(--ink-on-dark); }

.ap .ap-cta a, .ap .ap-cityhero a, .ap .ap-hubhero a, .ap .ap-mapsec a { color: var(--gold); }
.ap .ap-cta .ap-btn, .ap .ap-cityhero .ap-btn, .ap .ap-hubhero .ap-btn, .ap .ap-mapsec .ap-btn { color: inherit; }
.ap .ap-cta .ap-maplinks a, .ap .ap-mapsec .ap-maplinks a { color: var(--gold); }

.ap .ap-cta .ap-pill, .ap .ap-cityhero .ap-pill,
.ap .ap-hubhero .ap-pill, .ap .ap-mapsec .ap-pill,
.ap .ap-hero .ap-pill, .ap .ap-phero.ap-g-night .ap-pill {
  color: var(--gold) !important;
  background: repeating-linear-gradient(135deg, rgba(223,212,87,.11) 0 6px, transparent 6px 12px) !important;
}
.ap .ap-cta .ap-hl, .ap .ap-cityhero .ap-hl,
.ap .ap-hubhero .ap-hl, .ap .ap-mapsec .ap-hl {
  color: var(--gold) !important; background: none !important;
  -webkit-text-stroke: 0 !important; paint-order: normal;
}


.ap .ap-stars { display: inline-flex; gap: 2px; align-items: center; }
.ap .ap-stars svg { width: 15px; height: 15px; fill: #F5B301; display: block; flex: none; }
.ap .ap-ratebar .ap-stars svg { width: 17px; height: 17px; }


.ap .ap-areasec > .ap-wrap { max-width: max(1140px, min(80vw, 1680px)); }
.ap .ap-area__img { aspect-ratio: 4 / 3; }
@media (min-width: 1000px) { .ap .ap-area__img { aspect-ratio: 5 / 4; } }
.ap .ap-area__n { font-size: 1.125rem; }


.ap .ap-leaf { position: relative; aspect-ratio: 16 / 10; background: var(--ground-deep); overflow: hidden;
  box-shadow: 0 2px 8px rgba(0,0,0,.30), 0 30px 60px -26px rgba(0,0,0,.60); }
@media (max-width: 700px) { .ap .ap-leaf { aspect-ratio: 3 / 4; } }
.ap .ap-leaf__map { position: absolute; inset: 0; }
.ap .ap-leaf__ph { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center;
  font-family: 'Oswald', system-ui, sans-serif; font-size: .8125rem; letter-spacing: .14em;
  text-transform: uppercase; color: rgba(255,255,255,.45); }
.ap .ap-leaf.is-ready .ap-leaf__ph { display: none; }
.ap .ap-leaf .leaflet-container { background: var(--ground-deep); font-family: 'Inter', system-ui, sans-serif; }
.ap .ap-leaf .leaflet-control-attribution { background: rgba(17,17,17,.78); color: rgba(255,255,255,.62); font-size: 10px; }
.ap .ap-leaf .leaflet-control-attribution a { color: var(--gold); }
.ap .ap-leaf .leaflet-bar a { background: var(--ground-night); color: var(--gold); border-color: rgba(223,212,87,.30); }
.ap .ap-leaf .leaflet-bar a:hover { background: var(--gold); color: #111111; }


.ap .ap-leaf .ap-cty-lbl { background: none; border: 0; box-shadow: none; }
.ap .ap-leaf .ap-cty-lbl span {
  display: inline-block; white-space: nowrap; transform: translate(-50%, -50%);
  background: var(--ground-night); color: var(--white);
  padding: .3rem .6rem; border: 1px solid rgba(223,212,87,.45);
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: 11px;
  letter-spacing: .1em; text-transform: uppercase;
}
.ap .ap-leaf .ap-city-lbl { background: none; border: 0; box-shadow: none; }
.ap .ap-leaf .ap-city-lbl span {
  display: inline-flex; align-items: center; gap: 5px; white-space: nowrap;
  transform: translate(-9px, -50%);
  font-size: 11px; font-weight: 600; color: #fff; text-shadow: 0 1px 3px rgba(0,0,0,.9);
}
.ap .ap-leaf .ap-city-lbl i { width: 9px; height: 9px; border-radius: 50%; background: var(--gold);
  box-shadow: 0 0 0 2px rgba(17,17,17,.7); flex: none; }



.ap .ap-mapsec--full { padding-block: clamp(3.5rem, 7vw, 5.5rem); }
.ap .ap-mapsec--full > .ap-wrap { max-width: 1220px; }
.ap .ap-leaf {
  aspect-ratio: 3 / 2;
  max-width: 740px;
  margin-inline: auto;
}
@media (max-width: 760px) { .ap .ap-leaf { aspect-ratio: 4 / 5; max-width: 100%; } }


.ap .ap-leaf .ap-cty-lbl span { font-size: 10px; padding: .25rem .5rem; letter-spacing: .08em; }
.ap .ap-leaf .ap-city-lbl span { font-size: 10px; }
.ap .ap-leaf .ap-city-lbl i { width: 8px; height: 8px; }



@media (min-width: 900px) {
  .ap .ap-cityhero__grid { grid-template-columns: 55fr 45fr; align-items: center; }
}
.ap .ap-cityhero .ap-slot {
  aspect-ratio: 4 / 5;
  clip-path: polygon(0 22px, 22px 0, 100% 0, 100% calc(100% - 22px), calc(100% - 22px) 100%, 0 100%);
  box-shadow: 0 4px 12px rgba(0,0,0,.28), 0 34px 68px -26px rgba(0,0,0,.62);
}
@media (max-width: 899px) { .ap .ap-cityhero .ap-slot { aspect-ratio: 4 / 3; max-width: 560px; margin-inline: auto; } }



.ap .ap-field { margin-bottom: 1.25rem; }
.ap .ap-field > label, .ap .ap-legend {
  display: block; margin-bottom: .45rem;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; color: var(--ink);
}
.ap .ap-field__hint { display: block; margin-top: .4rem; font-size: .8125rem; color: var(--ink-soft); }
.ap .ap-req { color: #C0392B; margin-left: .2rem; }

.ap .ap-input, .ap .ap-select, .ap .ap-textarea {
  width: 100%; padding: .85rem 1rem; min-height: 52px;
  font-family: 'Inter', system-ui, sans-serif; font-size: 1rem; color: var(--ink);
  background: var(--white); border: 2px solid var(--rule-line); border-radius: 0;
  transition: border-color var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
  -webkit-appearance: none; appearance: none;
}
.ap .ap-textarea { min-height: 110px; resize: vertical; line-height: 1.55; }
.ap .ap-select {
  background-image: linear-gradient(45deg, transparent 50%, var(--deep-blue) 50%),
                    linear-gradient(135deg, var(--deep-blue) 50%, transparent 50%);
  background-position: calc(100% - 20px) 22px, calc(100% - 14px) 22px;
  background-size: 6px 6px, 6px 6px; background-repeat: no-repeat;
  padding-right: 2.75rem;
}
.ap .ap-input:focus, .ap .ap-select:focus, .ap .ap-textarea:focus {
  outline: none; border-color: var(--deep-blue);
  box-shadow: 0 0 0 3px rgba(17,17,17,.16);
}

.ap .ap-input[aria-invalid="true"], .ap .ap-select[aria-invalid="true"], .ap .ap-textarea[aria-invalid="true"] {
  border-color: #C0392B; box-shadow: 0 0 0 3px rgba(192,57,43,.14);
}
.ap .ap-err { display: none; margin-top: .4rem; font-size: .8125rem; color: #C0392B; font-weight: 600; }
.ap .ap-err.is-on { display: block; }

.ap .ap-check { display: grid; grid-template-columns: 22px minmax(0,1fr); gap: .75rem; align-items: start;
  padding: .6rem 0; cursor: pointer; }
.ap .ap-check input { width: 22px; height: 22px; margin: 0; accent-color: var(--deep-blue); cursor: pointer; }
.ap .ap-check span { font-size: .9375rem; line-height: 1.5; color: var(--ink-body); }
.ap .ap-check b { color: var(--ink); font-weight: 600; }


.ap .ap-book { display: grid; grid-template-columns: minmax(0,1fr); gap: clamp(2rem, 4vw, 3rem); align-items: start; }
@media (min-width: 1000px) { .ap .ap-book { grid-template-columns: minmax(0,1fr) 380px; gap: clamp(2rem,4vw,3.5rem); } }


.ap ol.ap-steps-rail { list-style: none; margin: 0 0 var(--sp-head); padding: 0; display: flex; gap: .5rem; }
.ap .ap-steps-rail li { flex: 1 1 0; min-width: 0; }
.ap .ap-steps-rail span {
  display: block; padding: .6rem .5rem .7rem;
  border:0;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .6875rem;
  letter-spacing: .08em; text-transform: uppercase; color: var(--ink-soft);
  transition: border-color var(--dur) var(--ease), color var(--dur) var(--ease);
  white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.ap .ap-steps-rail li.is-on span { border-top-color: var(--deep-blue); color: var(--ink); }
.ap .ap-steps-rail li.is-done span { border-top-color: var(--gold); color: var(--ink-body); }
@media (max-width: 620px) { .ap .ap-steps-rail span { font-size: 0; padding: .5rem 0 .6rem; } }

.ap .ap-step-panel { display: none; }
.ap .ap-step-panel.is-on { display: block; }
.ap .ap-step-panel > h3 {
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: clamp(1.25rem, 2.2vw, 1.625rem); color: var(--ink); margin: 0 0 .4rem;
}
.ap .ap-step-panel > p.ap-step-lede { font-size: .9375rem; color: var(--ink-body); margin: 0 0 var(--sp-stack); max-width: none; }


.ap ul.ap-pickgrid { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; grid-template-columns: minmax(0,1fr); }
@media (min-width: 560px) { .ap ul.ap-pickgrid { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.ap .ap-pickgrid li { margin: 0; }
.ap .ap-pickgrid input { position: absolute; opacity: 0; width: 1px; height: 1px; }
.ap .ap-pickgrid label {
  display: block; height: 100%; padding: 1.1rem; cursor: pointer;
  background: var(--white); border: 2px solid var(--rule-line);
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.ap .ap-pickgrid label:hover { border-color: var(--gold); transform: translateY(-2px); }

.ap .ap-pickgrid input:focus-visible + label { outline: 3px solid var(--deep-blue); outline-offset: 2px; }
.ap .ap-pickgrid input:checked + label { border-color: var(--deep-blue); box-shadow: 0 0 0 3px rgba(17,17,17,.14); }
.ap .ap-pk__t { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; }
.ap .ap-pk__y { font-family: 'Anton', system-ui, sans-serif; font-weight: 400; font-size: 1.75rem; line-height: 1; color: var(--ink); }
.ap .ap-pk__p { font-family: 'Anton', system-ui, sans-serif; font-weight: 400; font-size: 1.5rem; line-height: 1; color: var(--deep-blue); }
.ap .ap-pk__s { display: block; margin-top: .5rem; font-size: .8125rem; color: var(--ink-soft); }
.ap .ap-pk__b { display: block; margin-top: .35rem; font-size: .8125rem; color: var(--ink-body); }


.ap .ap-sum { background: var(--ground-night); color: var(--ink-on-dark); padding: var(--sp-card); }
@media (min-width: 1000px) { .ap .ap-sum { position: sticky; top: 5.5rem; } }
.ap .ap-sum h3 { font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: 1rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--white); margin: 0 0 1rem; }
.ap ul.ap-sum__list { list-style: none; margin: 0; padding: 0; }
.ap .ap-sum__list li { display: flex; justify-content: space-between; gap: 1rem; padding: .7rem 0;
  border:0; font-size: .9375rem; margin: 0; }
.ap .ap-sum__list li:last-child { border:0; }
.ap .ap-sum__k { color: var(--ink-on-dark-2); }
.ap .ap-sum__v { color: var(--white); font-weight: 600; text-align: right; }
.ap .ap-sum__price { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  margin-top: 1rem; padding-top: 1rem; border:0; }
.ap .ap-sum__price span:first-child { font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: .6875rem; letter-spacing: .14em; text-transform: uppercase; color: var(--ink-on-dark-2); }
.ap .ap-sum__price strong { font-family: 'Anton', system-ui, sans-serif; font-weight: 400;
  font-size: 2.25rem; line-height: 1; color: var(--gold); }
.ap .ap-sum__note { margin-top: 1rem; font-size: .8125rem; line-height: 1.55; color: var(--ink-on-dark-2); max-width: none; }
.ap .ap-sum__note strong { color: var(--gold); }

.ap .ap-nav { display: flex; gap: .75rem; margin-top: var(--sp-head); flex-wrap: wrap; }
.ap .ap-nav .ap-btn { flex: 0 0 auto; }
@media (max-width: 520px) { .ap .ap-nav .ap-btn { flex: 1 1 100%; } }
.ap .ap-btn--back {
  background: transparent !important; color: var(--ink) !important; clip-path: none;
  box-shadow: inset 0 0 0 2px var(--rule-line); padding-inline: 1.75rem;
}
.ap .ap-btn--back:hover { background: var(--ground-tint) !important; color: var(--ink) !important; }
.ap .ap-btn--back::after { transform: rotate(-135deg); }


.ap .ap-outcome { display: none; padding: clamp(1.75rem, 4vw, 2.75rem); background: var(--white);
  border: 1px solid var(--rule-line);
  box-shadow: 0 1px 2px rgba(17,17,17,.06), 0 20px 42px -22px rgba(17,17,17,.28); }
.ap .ap-outcome.is-on { display: block; }
.ap .ap-outcome h3 { font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: clamp(1.375rem, 2.6vw, 1.875rem); color: var(--ink); margin: 0 0 .6rem; }
.ap .ap-outcome p { font-size: 1rem; line-height: 1.65; max-width: none; margin: 0 0 .8rem; }
.ap .ap-outcome ol { margin: 1rem 0 0; padding-left: 1.2rem; }
.ap .ap-outcome li { margin: 0 0 .5rem; font-size: .9375rem; line-height: 1.55; color: var(--ink-body); }
.ap .ap-outcome__ico { width: 54px; height: 54px; display: flex; align-items: center; justify-content: center;
  background: #3DC77A; margin-bottom: 1.1rem;
  clip-path: polygon(0 12px, 12px 0, 100% 0, 100% calc(100% - 12px), calc(100% - 12px) 100%, 0 100%); }
.ap .ap-outcome--err .ap-outcome__ico { background: #D64545; }
.ap .ap-outcome__ico svg { width: 26px; height: 26px; fill: #06210F; display: block; }
.ap .ap-outcome--err .ap-outcome__ico svg { fill: #fff; }


.ap .ap-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }



.ap ul.ap-tiles { list-style: none; margin: 0; padding: 0; display: grid; gap: .625rem;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 210px), 1fr)); }
.ap .ap-tiles > li { margin: 0; }
.ap .ap-tile {
  position: relative; width: 100%; height: 100%; text-align: left;
  display: grid; grid-template-columns: 38px minmax(0,1fr); gap: .75rem; align-items: center;
  padding: .9rem 1rem; cursor: pointer;
  background: var(--white); border: 2px solid var(--rule-line);
  font-family: 'Inter', system-ui, sans-serif;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease), opacity var(--dur) var(--ease);
}
.ap .ap-tile:hover:not(:disabled) { border-color: var(--gold); transform: translateY(-2px); }
.ap .ap-tile:focus-visible { outline: 3px solid var(--deep-blue); outline-offset: 2px; }
.ap .ap-tile[aria-checked="true"] { border-color: var(--deep-blue); box-shadow: 0 0 0 3px rgba(17,17,17,.14); }
.ap .ap-tile:disabled { opacity: .42; cursor: not-allowed; }
.ap .ap-tile__ico { width: 38px; height: 38px; display: flex; align-items: center; justify-content: center;
  background: var(--ground-tint); flex: none;
  clip-path: polygon(0 8px, 8px 0, 100% 0, 100% calc(100% - 8px), calc(100% - 8px) 100%, 0 100%); }
.ap .ap-tile[aria-checked="true"] .ap-tile__ico { background: var(--deep-blue); }
.ap .ap-tile__ico svg { width: 19px; height: 19px; fill: var(--deep-blue); display: block; }
.ap .ap-tile[aria-checked="true"] .ap-tile__ico svg { fill: var(--gold); }
.ap .ap-tile__t { font-size: .9375rem; font-weight: 600; color: var(--ink); line-height: 1.25; }
.ap .ap-tile__s { display: block; margin-top: .15rem; font-size: .75rem; font-weight: 400; color: var(--ink-soft); line-height: 1.35; }

.ap .ap-tile--no .ap-tile__ico { background: rgba(214,69,69,.12); }
.ap .ap-tile--no .ap-tile__ico svg { fill: #B02F2F; }
.ap .ap-tile--no[aria-checked="true"] { border-color: #D64545; box-shadow: 0 0 0 3px rgba(214,69,69,.16); }
.ap .ap-tile--no[aria-checked="true"] .ap-tile__ico { background: #D64545; }
.ap .ap-tile--no[aria-checked="true"] .ap-tile__ico svg { fill: #fff; }


.ap ul.ap-sizepick { list-style: none; margin: 0; padding: 0; display: grid; gap: .75rem; grid-template-columns: minmax(0,1fr); }
@media (min-width: 560px) { .ap ul.ap-sizepick { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.ap .ap-sizepick > li { margin: 0; }
.ap .ap-szc {
  position: relative; width: 100%; height: 100%; text-align: left; cursor: pointer;
  padding: 1.1rem; background: var(--white); border: 2px solid var(--rule-line);
  font-family: 'Inter', system-ui, sans-serif;
  transition: border-color var(--dur) var(--ease), transform var(--dur) var(--ease), box-shadow var(--dur) var(--ease);
}
.ap .ap-szc:hover { border-color: var(--gold); transform: translateY(-2px); }
.ap .ap-szc:focus-visible { outline: 3px solid var(--deep-blue); outline-offset: 2px; }
.ap .ap-szc[aria-checked="true"] { border-color: var(--deep-blue); box-shadow: 0 0 0 3px rgba(17,17,17,.14); }
.ap .ap-szc__top { display: flex; align-items: baseline; justify-content: space-between; gap: .75rem; }
.ap .ap-szc__y { font-family: 'Anton', system-ui, sans-serif; font-weight: 400; font-size: 1.75rem; line-height: 1; color: var(--ink); }
.ap .ap-szc__p { font-family: 'Anton', system-ui, sans-serif; font-weight: 400; font-size: 1.5rem; line-height: 1; color: var(--deep-blue); }
.ap .ap-szc__s { display: block; margin-top: .5rem; font-size: .8125rem; color: var(--ink-soft); }
.ap .ap-szc__b { display: block; margin-top: .3rem; font-size: .8125rem; color: var(--ink-body); }

.ap .ap-szc__rec { display: none; position: absolute; top: -11px; left: 1rem;
  background: var(--gold); color: #111111; padding: .2rem .55rem;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .625rem;
  letter-spacing: .12em; text-transform: uppercase; }
.ap .ap-szc.is-rec .ap-szc__rec { display: block; }
.ap .ap-szc.is-rec { border-color: var(--gold); }
.ap .ap-szc.is-rec[aria-checked="true"] { border-color: var(--deep-blue); }


.ap .ap-note { display: none; margin-top: 1rem; padding: .9rem 1.1rem;
  background: rgba(17,17,17,.06); font-size: .875rem; line-height: 1.55; color: var(--ink-body); }
.ap .ap-note.is-on { display: block; }
.ap .ap-note strong { color: var(--ink); }
.ap .ap-note--stop { background: rgba(214,69,69,.08); box-shadow: inset 0 0 0 1px rgba(214,69,69,.28); }
.ap .ap-note--stop strong { color: #8E2020; }
.ap .ap-note--ok { background: rgba(61,199,122,.10); }


.ap ol.ap-nodes { list-style: none; margin: 0 0 var(--sp-head); padding: 0; display: flex; gap: 0; counter-reset: apn; }
.ap .ap-nodes li { flex: 1 1 0; min-width: 0; counter-increment: apn; position: relative;
  padding-top: 2.35rem; text-align: center; }
.ap .ap-nodes li::before {
  content: counter(apn); position: absolute; top: 0; left: 50%; transform: translateX(-50%);
  width: 30px; height: 30px; display: flex; align-items: center; justify-content: center;
  border-radius: 50%; background: var(--white); box-shadow: inset 0 0 0 2px var(--rule-line);
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .75rem; color: var(--ink-soft);
  transition: background var(--dur) var(--ease), box-shadow var(--dur) var(--ease), color var(--dur) var(--ease);
  z-index: 2;
}

.ap .ap-nodes li:not(:last-child)::after {
  content: ''; position: absolute; top: 14px; left: 50%; right: -50%;
  height: 2px; background: var(--rule-line); z-index: 1;
}
.ap .ap-nodes li.is-done::before { background: var(--gold); box-shadow: inset 0 0 0 2px var(--gold); color: #111111; }
.ap .ap-nodes li.is-done:not(:last-child)::after { background: var(--gold); }
.ap .ap-nodes li.is-on::before { background: var(--deep-blue); box-shadow: inset 0 0 0 2px var(--deep-blue); color: var(--white); }
.ap .ap-nodes span { font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .6875rem;
  letter-spacing: .06em; text-transform: uppercase; color: var(--ink-soft); }
.ap .ap-nodes li.is-on span, .ap .ap-nodes li.is-done span { color: var(--ink); }
@media (max-width: 620px) { .ap .ap-nodes span { display: none; } .ap .ap-nodes li { padding-top: 1.9rem; } }


.ap .ap-rail__toggle { display: none; }
@media (max-width: 999px) {
  
  .ap .ap-sum { position: fixed; left: 0; right: 0; bottom: 0; z-index: 60;
    max-height: 76vh; overflow-y: auto; padding: 0 var(--sp-card) var(--sp-card);
    box-shadow: 0 -6px 28px rgba(0,0,0,.42); }
  .ap .ap-sum > *:not(.ap-rail__toggle) { display: none; }
  .ap .ap-sum.is-open > * { display: block; }
  .ap .ap-sum.is-open ul.ap-sum__list { display: block; }
  .ap .ap-sum.is-open .ap-sum__price { display: flex; }
  .ap .ap-rail__toggle { display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    width: 100%; padding: .9rem 0; background: none; border: 0; cursor: pointer;
    font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .8125rem;
    letter-spacing: .08em; text-transform: uppercase; color: var(--white); }
  .ap .ap-rail__toggle b { font-family: 'Anton', system-ui, sans-serif; font-weight: 400; font-size: 1.35rem; color: var(--gold); letter-spacing: 0; }
  .ap .ap-rail__toggle::after { content: ''; width: 9px; height: 9px; flex: none;
    border:0; border:0;
    transform: rotate(-45deg); transition: transform var(--dur) var(--ease); }
  .ap .ap-sum.is-open .ap-rail__toggle::after { transform: rotate(135deg); }
  
  .ap .ap-book { padding-bottom: 5rem; }
}



.ap .ap-legal { max-width: 74ch; margin-inline: auto; }
.ap .ap-legal h2 {
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: clamp(1.25rem, 2.2vw, 1.5rem); line-height: 1.25;
  color: var(--ink); margin: clamp(2.5rem, 5vw, 3.5rem) 0 .75rem;
}
.ap .ap-legal h2:first-of-type { margin-top: 0; }
.ap .ap-legal h3 {
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: 1.0625rem; color: var(--ink); margin: 1.75rem 0 .5rem;
}
.ap .ap-legal p, .ap .ap-legal li { font-size: 1rem; line-height: 1.75; color: var(--ink-body); max-width: none; }
.ap .ap-legal p { margin: 0 0 1rem; }
.ap .ap-legal ul, .ap .ap-legal ol { margin: 0 0 1.25rem; padding-left: 1.35rem; }
.ap .ap-legal li { margin: 0 0 .55rem; }
.ap .ap-legal li::marker { color: var(--deep-blue); }
.ap .ap-legal strong { color: var(--ink); font-weight: 600; }
.ap .ap-legal a { color: var(--deep-blue); text-decoration: underline;
  text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 3px; }
.ap .ap-legal a:hover { text-decoration-color: var(--deep-blue); }


.ap .ap-legal__stamp {
  display: inline-block; margin-bottom: clamp(2rem, 4vw, 3rem);
  padding: .55rem .9rem; background: var(--ground-tint);
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .75rem;
  letter-spacing: .1em; text-transform: uppercase; color: var(--ink-soft);
}


.ap .ap-legal .ap-table { margin: 1.5rem 0 1.75rem; }


.ap ul.ap-legal-list { list-style: none; margin: 0 0 1.5rem; padding: 0;
  display: grid; gap: .5rem 1.5rem; grid-template-columns: minmax(0,1fr); }
@media (min-width: 620px) { .ap ul.ap-legal-list { grid-template-columns: repeat(2, minmax(0,1fr)); } }
.ap .ap-legal-list li { margin: 0; padding: .6rem .9rem; background: var(--ground-tint);
  font-size: .9375rem; line-height: 1.5; }

.ap .ap-legal__toc { margin: 0 0 clamp(2rem,4vw,3rem); padding: var(--sp-card); background: var(--ground-tint); }
.ap .ap-legal__toc h2 { font-size: .75rem !important; letter-spacing: .12em; text-transform: uppercase;
  color: var(--ink-soft); margin: 0 0 .75rem !important; }
.ap ol.ap-legal__toclist { margin: 0; padding-left: 1.2rem; }
.ap .ap-legal__toclist li { margin: 0 0 .35rem; font-size: .9375rem; }



.ap dl.ap-hours { margin: 0 0 1.25rem; padding: 0; }
.ap .ap-hours > div {
  display: flex; align-items: baseline; justify-content: space-between; gap: 1rem;
  padding: .85rem 0; border:0;
}
.ap .ap-hours > div:last-child { border:0; }
.ap .ap-hours dt {
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .8125rem;
  letter-spacing: .06em; text-transform: uppercase; color: var(--ink); margin: 0;
}
.ap .ap-hours dd {
  margin: 0; font-size: .9375rem; font-weight: 600; color: var(--ink-body);
  text-align: right; font-variant-numeric: tabular-nums;
}

.ap .ap-hours .is-shut dd { color: var(--ink-soft); font-weight: 400; }

@media (max-width: 379px) {
  .ap .ap-hours > div { display: block; }
  .ap .ap-hours dd { text-align: left; margin-top: .2rem; }
}
.ap .ap-hours__note { font-size: .8125rem; line-height: 1.6; color: var(--ink-soft); margin: 0 0 var(--sp-head); }
.ap .ap-hours__note strong { color: var(--ink); }


.ap .ap-quote__src { display: flex; align-items: center; gap: .5rem; margin-bottom: .75rem; }
.ap .ap-quote__src .ap-g { width: 20px; height: 20px; margin-left: 0; flex: none; }
.ap .ap-quote__src .ap-stars svg { width: 14px; height: 14px; }





.ap-shell { position: relative; }
.ap-shell .ap-hdwrap {
  position: fixed; top: 0; left: 0; right: 0; z-index: 900;
  transition: transform .32s cubic-bezier(.22,1,.36,1);
}
@media (max-width: 1023px) { .ap-shell .ap-hdwrap.is-away { transform: translateY(-105%); } }


body.ap #page, body.ap .site, body.ap .site-content { overflow: visible !important; }


.ap-shell { --ap-hang: .20; --ap-card-h: 92px; --ap-util-h: 42px; }
.ap-shell .ap-hdwrap::before {
  content: ''; position: absolute; left: 0; right: 0; top: 0;
  height: calc(var(--ap-util-h) + var(--ap-card-h) * (1 - var(--ap-hang)));
  background: #111111; z-index: 0;
  transition: height .3s cubic-bezier(.2,.7,.3,1), opacity .3s;
}
.ap-shell .ap-hdwrap.is-stuck::before { opacity: 0; height: 0; }
.ap-shell .ap-top { position: relative; z-index: 1; }
@media (max-width: 1023px) {
  
  .ap-shell .ap-hdwrap::before { display: none; }
}

.ap-shell .ap-util { overflow: hidden; max-height: var(--ap-util-h);
  transition: max-height .3s cubic-bezier(.2,.7,.3,1), opacity .22s; }
.ap-shell .ap-hdwrap.is-stuck .ap-util { max-height: 0; opacity: 0; }
.ap-shell .ap-util__in { max-width: 1440px; margin-inline: auto;
  padding: .5rem clamp(1.25rem, 3vw, 2.5rem);
  display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; flex-wrap: wrap; }
.ap-shell .ap-util a, .ap-shell .ap-util span { font-family: 'Oswald', system-ui, sans-serif;
  font-weight: 500; font-size: .75rem; letter-spacing: .06em; color: rgba(255,255,255,.80);
  text-decoration: none; display: inline-flex; align-items: center; gap: .45rem; }
.ap-shell .ap-util a:hover { color: #8CCB1F; }
.ap-shell .ap-util svg { width: 14px; height: 14px; fill: #8CCB1F; flex: none; }
@media (max-width: 1023px) { .ap-shell .ap-util { display: none; } }


.ap-shell .ap-hdrail { padding-inline: clamp(1rem, 3vw, 2.5rem); transition: padding .3s cubic-bezier(.2,.7,.3,1); }
.ap-shell .ap-hdwrap.is-stuck .ap-hdrail { padding-inline: 0; }
@media (max-width: 1023px) { .ap-shell .ap-hdrail { padding-inline: 0 !important; } }

.ap-shell .ap-hd {
  position: relative; background: #FFFFFF; max-width: 1440px; margin-inline: auto;
  border-radius: 12px; overflow: visible;
  box-shadow: 0 18px 40px -18px rgba(17,17,17,.45);
  transition: border-radius .3s cubic-bezier(.2,.7,.3,1), box-shadow .3s cubic-bezier(.2,.7,.3,1),
              max-width .3s cubic-bezier(.2,.7,.3,1);
}
.ap-shell .ap-hdwrap.is-stuck .ap-hd { max-width: none; border-radius: 0; box-shadow: 0 6px 22px -12px rgba(17,17,17,.30); }
@media (max-width: 1023px) {
  .ap-shell .ap-hd { max-width: none !important; border-radius: 0 !important;
    box-shadow: 0 4px 18px -10px rgba(17,17,17,.28) !important; }
}


.ap-shell .ap-hd__in {
  max-width: 1440px; margin-inline: auto;
  min-height: var(--ap-card-h); padding: 0 clamp(1rem, 2.5vw, 1.75rem);
  display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.25rem;
  transition: min-height .3s cubic-bezier(.2,.7,.3,1);
}
.ap-shell .ap-hdwrap.is-stuck .ap-hd__in { min-height: 80px; }
@media (max-width: 1023px) {
  .ap-shell .ap-hd__in { min-height: 64px !important; padding: 0 1rem; grid-template-columns: auto 1fr auto; }
  .ap-shell .ap-hdwrap.is-stuck .ap-hd__in { min-height: 64px !important; }
}
@media (max-width: 380px) { .ap-shell .ap-hd__in { min-height: 60px !important; } }


html body.ap .ap-shell a.ap-logo {
  display: block; flex: none; text-decoration: none;
  position: relative; z-index: 3; line-height: 0; top: 6px;
}
html body.ap .ap-shell a.ap-logo img {
  display: block !important; width: auto !important;
  max-width: none !important; max-height: none !important; min-height: 0 !important;
  height: 105px !important;
  object-fit: contain !important;
  transform: translateZ(0);
  transition: height .3s cubic-bezier(.2,.7,.3,1);
}
html body.ap .ap-shell .ap-hdwrap.is-stuck a.ap-logo img { height: 87px !important; }
@media (max-width: 1023px) {
  html body.ap .ap-shell a.ap-logo { top: 3px; }
  html body.ap .ap-shell a.ap-logo img,
  html body.ap .ap-shell .ap-hdwrap.is-stuck a.ap-logo img { height: 66px !important; }
}
@media (max-width: 380px) {
  html body.ap .ap-shell a.ap-logo img,
  html body.ap .ap-shell .ap-hdwrap.is-stuck a.ap-logo img { height: 56px !important; }
}
html body.ap .ap-shell .ap-drawer__head a.ap-logo { top: 0; }
html body.ap .ap-shell .ap-drawer__head a.ap-logo img { height: 76px !important; }


html body.ap .ap-shell .ap-hd { border:0; }


.ap-shell .ap-nav { display: none; align-items: center; justify-content: center;
  gap: .15rem; list-style: none; margin: 0; padding: 0; }
@media (min-width: 1024px) { .ap-shell .ap-nav { display: flex; } }
.ap-shell .ap-navwrap { min-width: 0; }
.ap-shell .ap-nav > li { position: static; margin: 0; }
.ap-shell .ap-nav__l, .ap-shell .ap-nav__t {
  position: relative; display: inline-flex; align-items: center; gap: .4rem;
  min-height: 44px; padding: .6rem .9rem;
  background: none; border: 0; cursor: pointer;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .8125rem;
  letter-spacing: .09em; text-transform: uppercase; color: #111111;
  text-decoration: none; transition: color .2s cubic-bezier(.2,.7,.3,1);
}

.ap-shell .ap-nav__l::after, .ap-shell .ap-nav__t::after {
  content: ''; position: absolute; left: 50%; bottom: .5rem; height: 2px; width: 0;
  background: #8CCB1F; transform: translateX(-50%);
  transition: width .24s cubic-bezier(.22,1,.36,1);
}
.ap-shell .ap-nav__l:hover::after, .ap-shell .ap-nav__t:hover::after,
.ap-shell .ap-nav__t[aria-expanded="true"]::after { width: calc(100% - 1.8rem); }
.ap-shell .ap-nav__l:hover, .ap-shell .ap-nav__t:hover,
.ap-shell .ap-nav__t[aria-expanded="true"] { color: #111111; }
.ap-shell .ap-nav__t svg { width: 9px; height: 9px; fill: currentColor; transition: transform .24s cubic-bezier(.22,1,.36,1); }
.ap-shell .ap-nav__t[aria-expanded="true"] svg { transform: rotate(180deg); }
.ap-shell .ap-nav__l:focus-visible, .ap-shell .ap-nav__t:focus-visible { outline: 3px solid #111111; outline-offset: 2px; }
.ap-shell .ap-hd__cta { justify-self: end; }

@media (max-width: 1023px) { .ap-shell .ap-hd__cta { display: none; } }


.ap-shell .ap-mega {
  position: absolute; left: 0; right: 0; top: calc(100% + 1px); z-index: 2;
  background: #FFFFFF; border-radius: 0 0 12px 12px;
  box-shadow: 0 30px 60px -24px rgba(17,17,17,.42);
  opacity: 0; visibility: hidden; transform: translateY(-10px);
  transition: opacity .22s cubic-bezier(.22,1,.36,1), transform .28s cubic-bezier(.22,1,.36,1), visibility .28s;
}
.ap-shell .ap-hdwrap.is-stuck .ap-mega { border-radius: 0; }
.ap-shell .ap-mega.is-open { opacity: 1; visibility: visible; transform: none; }
.ap-shell .ap-mega__in { max-width: 1440px; margin-inline: auto; padding: 2rem clamp(1.25rem,3vw,2.25rem) 1.75rem; }
.ap-shell .ap-mega h3 {
  display: flex; align-items: center; gap: .75rem;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .6875rem;
  letter-spacing: .18em; text-transform: uppercase; color: #6B7180; margin: 0 0 1.25rem;
}
.ap-shell .ap-mega h3::after { content: ''; flex: 1; height: 1px; background: rgba(17,17,17,.14); }
.ap-shell .ap-mega__grid { display: grid; gap: .5rem; grid-template-columns: repeat(4, minmax(0,1fr)); list-style: none; margin: 0; padding: 0; }

.ap-shell .ap-mega__grid > li, .ap-shell .ap-mega__grid > div { margin: 0; min-width: 0; }
.ap-shell .ap-mega a {
  display: block; padding: .9rem 1rem; text-decoration: none;
  background: #FFFFFF; border: 1px solid rgba(17,17,17,.12); border-radius: 8px;
  transition: transform .2s cubic-bezier(.22,1,.36,1), box-shadow .2s, border-color .2s, background-color .2s;
}
.ap-shell .ap-mega a:hover, .ap-shell .ap-mega a:focus-visible {
  background: #FFFFFF; border-color: rgba(223,212,87,.9);
  transform: translateY(-3px); box-shadow: 0 12px 24px -12px rgba(17,17,17,.30); outline: none;
}

.ap-shell .ap-mega__pic { display: block; aspect-ratio: 16 / 10; overflow: hidden;
  background: #F4F5F1; border-radius: 6px; margin-bottom: .7rem; }
.ap-shell .ap-mega__pic img { width: 100%; height: 100%; object-fit: cover; display: block;
  transition: transform .45s cubic-bezier(.22,1,.36,1); }
.ap-shell .ap-mega a:hover .ap-mega__pic img { transform: scale(1.06); }
.ap-shell .ap-mega__n { display: block; font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: 1rem; color: #111111; line-height: 1.2; letter-spacing: .02em; }
.ap-shell .ap-mega a:hover .ap-mega__n { color: #111111; }
.ap-shell .ap-mega__s { display: block; margin-top: .3rem; font-family: 'Inter', system-ui, sans-serif;
  font-size: .75rem; color: #6B7180; line-height: 1.45; letter-spacing: 0; text-transform: none; }


.ap-shell .ap-mega__col > h3 {
  display: block; font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: .875rem; letter-spacing: .04em; text-transform: none;
  color: #111111; margin: 0 0 .5rem; padding-bottom: .5rem;
  border:0;
}
.ap-shell .ap-mega__col > h3::after { content: none; }
.ap-shell .ap-mega__col > h3 a { padding: 0; border: 0; background: none; box-shadow: none;
  color: inherit; display: inline; }
.ap-shell .ap-mega__col > h3 a:hover { color: #111111; }
.ap-shell .ap-mega__col a { border: 0; border-radius: 4px; padding: .5rem .6rem;
  box-shadow: none; background: transparent; }
.ap-shell .ap-mega__col a:hover, .ap-shell .ap-mega__col a:focus-visible {
  transform: none; box-shadow: none; background: #F4F5F1; }

.ap-shell .ap-mega__col .ap-mega__n {
  font-family: 'Inter', system-ui, sans-serif; font-weight: 600;
  font-size: .9375rem; letter-spacing: 0; text-transform: none; color: #111111;
}
.ap-shell .ap-mega__all { display: inline-flex; align-items: center; gap: .5rem; margin-top: 1.5rem;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .75rem;
  letter-spacing: .12em; text-transform: uppercase; color: #111111; text-decoration: none; }
.ap-shell .ap-mega__all::after { content: ''; width: 22px; height: 2px; background: #8CCB1F;
  transition: width .24s cubic-bezier(.22,1,.36,1); }
.ap-shell .ap-mega__all:hover::after { width: 34px; }



.ap-shell .ap-mega__call {
  display: flex !important; flex-direction: column; justify-content: flex-end;
  gap: .3rem; height: 100%; min-height: 190px;
  position: relative; overflow: hidden; isolation: isolate;
  background: #111111 !important; border-color: rgba(223,212,87,.30) !important;
  padding: 1rem !important;
}
.ap-shell .ap-mega__call::before {
  content: ''; position: absolute; inset: 0; z-index: -2;
  background-image: url('/wp-content/uploads/2026/09/dumpster-delivery-truck-richardson-tx.webp');
  background-size: cover; background-position: center 58%;
  transform: scale(1.02);
  transition: transform .5s cubic-bezier(.22,1,.36,1);
}
.ap-shell .ap-mega__call::after {
  content: ''; position: absolute; inset: 0; z-index: -1;
  background:
    linear-gradient(180deg, rgba(17,17,17,.40) 0%, rgba(17,17,17,.80) 52%, rgba(17,17,17,.95) 100%),
    radial-gradient(90% 70% at 88% 6%, rgba(223,212,87,.20) 0%, rgba(223,212,87,0) 60%);
}
.ap-shell .ap-mega__call:hover, .ap-shell .ap-mega__call:focus-visible {
  border-color: #8CCB1F !important; transform: translateY(-3px);
  box-shadow: 0 16px 32px -14px rgba(17,17,17,.60); background: #111111 !important;
}
.ap-shell .ap-mega__call:hover::before { transform: scale(1.08); }


.ap-shell .ap-mega__flag {
  position: absolute; top: 0; right: 0; z-index: 1;
  display: inline-flex; align-items: center; gap: .3rem;
  padding: .3rem .6rem; background: #8CCB1F; color: #111111;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600;
  font-size: .625rem; letter-spacing: .12em; text-transform: uppercase;
  clip-path: polygon(10px 0, 100% 0, 100% 100%, 0 100%);
}
.ap-shell .ap-mega__flag svg { width: 12px; height: 12px; fill: #111111; }
.ap-shell .ap-mega__call .ap-mega__n { color: #FFFFFF !important; font-size: 1.0625rem; }
.ap-shell .ap-mega__call:hover .ap-mega__n { color: #8CCB1F !important; }
.ap-shell .ap-mega__callnum {
  display: block; font-family: 'Anton', system-ui, sans-serif; font-weight: 400;
  font-size: 1.5rem; line-height: 1; color: #8CCB1F; letter-spacing: -.01em;
  font-variant-numeric: tabular-nums; margin-bottom: .1rem;
}
.ap-shell .ap-mega__call .ap-mega__s { color: rgba(255,255,255,.80) !important; font-size: .6875rem; line-height: 1.4; }


.ap-shell .ap-burger {
  display: none; align-items: center; justify-content: center;
  width: 50px; height: 50px; flex: none; padding: 0;
  background: #F4F5F1; border: 1px solid rgba(17,17,17,.16); border-radius: 10px;
  cursor: pointer; justify-self: end;
  transition: background-color .2s, border-color .2s;
}
@media (max-width: 1023px) { .ap-shell .ap-burger { display: inline-flex; } }
.ap-shell .ap-burger:hover { background: #E7ECF7; border-color: rgba(17,17,17,.30); }
.ap-shell .ap-burger__box { position: relative; width: 20px; height: 14px; }
.ap-shell .ap-burger__box span { position: absolute; left: 0; width: 100%; height: 2px;
  background: #111111; border-radius: 2px;
  transition: transform .32s cubic-bezier(.22,1,.36,1), opacity .18s, top .32s cubic-bezier(.22,1,.36,1); }
.ap-shell .ap-burger__box span:nth-child(1) { top: 0; }
.ap-shell .ap-burger__box span:nth-child(2) { top: 6px; }
.ap-shell .ap-burger__box span:nth-child(3) { top: 12px; }
.ap-shell .ap-burger[aria-expanded="true"] .ap-burger__box span:nth-child(1) { top: 6px; transform: rotate(45deg); }
.ap-shell .ap-burger[aria-expanded="true"] .ap-burger__box span:nth-child(2) { opacity: 0; }
.ap-shell .ap-burger[aria-expanded="true"] .ap-burger__box span:nth-child(3) { top: 6px; transform: rotate(-45deg); }
.ap-shell .ap-burger:focus-visible { outline: 3px solid #111111; outline-offset: 2px; }


.ap-shell .ap-drawer { position: fixed; inset: 0; z-index: 950; visibility: hidden;
  transition: visibility 0s linear .38s; }
.ap-shell .ap-drawer.is-open { visibility: visible; transition-delay: 0s; }
.ap-shell .ap-drawer__scrim { position: absolute; inset: 0; background: rgba(3,8,28,.62);
  opacity: 0; transition: opacity .34s cubic-bezier(.2,.7,.3,1); backdrop-filter: blur(2px); }
.ap-shell .ap-drawer.is-open .ap-drawer__scrim { opacity: 1; }
.ap-shell .ap-drawer__panel {
  position: absolute; top: 0; right: 0; bottom: 0; width: min(88vw, 380px);
  background: #FFFFFF; overflow-y: auto; overscroll-behavior: contain; -webkit-overflow-scrolling: touch;
  transform: translateX(100%); transition: transform .38s cubic-bezier(.22,1,.36,1);
  padding: 1rem 1.25rem calc(1.5rem + env(safe-area-inset-bottom));
  display: flex; flex-direction: column;
}
.ap-shell .ap-drawer.is-open .ap-drawer__panel { transform: none; }
.ap-shell .ap-drawer__head { display: flex; align-items: center; justify-content: space-between; gap: 1rem;
  padding-bottom: 1rem; margin-bottom: .25rem; border:0; }

.ap-shell .ap-drawer__x { width: 48px; height: 48px; flex: none; background: #F4F5F1;
  border: 1px solid rgba(17,17,17,.16); border-radius: 10px; cursor: pointer;
  color: #111111; font-size: 1.5rem; line-height: 1; }
.ap-shell .ap-drawer__x:focus-visible { outline: 3px solid #111111; outline-offset: 2px; }
.ap-shell .ap-drawer ul { list-style: none; margin: 0; padding: 0; }
.ap-shell .ap-drawer li { margin: 0; }
.ap-shell .ap-drawer__a, .ap-shell .ap-drawer__t {
  display: flex; align-items: center; justify-content: space-between; gap: .75rem;
  width: 100%; min-height: 54px; padding: .9rem .25rem;
  background: none; border: 0; border:0; cursor: pointer;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .9375rem;
  letter-spacing: .06em; text-transform: uppercase; color: #111111; text-decoration: none; text-align: left;
}
.ap-shell .ap-drawer__t svg { width: 12px; height: 12px; fill: #111111; transition: transform .25s; flex: none; }
.ap-shell .ap-drawer__t[aria-expanded="true"] svg { transform: rotate(180deg); }
.ap-shell .ap-drawer__sub { display: grid; grid-template-rows: 0fr;
  transition: grid-template-rows .32s cubic-bezier(.22,1,.36,1); }
.ap-shell .ap-drawer__sub > div { overflow: hidden; }
.ap-shell .ap-drawer__sub.is-open { grid-template-rows: 1fr; }
.ap-shell .ap-drawer__sub a { display: block; min-height: 46px; padding: .7rem .25rem .7rem .9rem;
  font-size: .875rem; color: #4E5464; text-decoration: none;
  font-family: 'Inter', system-ui, sans-serif; text-transform: none; letter-spacing: 0; }
.ap-shell .ap-drawer__sub a:hover { color: #111111; }
.ap-shell .ap-drawer__sub small { display: block; font-size: .75rem; color: #6B7180; }
.ap-shell .ap-drawer__cta { margin-top: auto; padding-top: 1.5rem;
  display: grid; grid-template-columns: 1fr 1fr; gap: .625rem; }
.ap-shell .ap-drawer__cta .ap-btn { margin: 0; width: 100%; padding-inline: .75rem;
  font-size: .75rem; letter-spacing: .04em; }

body.ap-drawer-open { overflow: hidden; }


body.ap .site-header,
body.ap #site-navigation,
body.ap .main-navigation:not(.ap-nav),
body.ap .menu-toggle,
body.ap .mobile-menu-control-wrapper,
body.ap .site-info,
body.ap .inside-site-info,
body.ap footer.site-footer .footer-widgets { display: none !important; }


.ap-shell .ap-ft { background: #111111; color: rgba(255,255,255,.78); }
.ap-shell .ap-ft__in { max-width: 1360px; margin-inline: auto; padding: clamp(3rem,6vw,4.5rem) clamp(1rem,3vw,2rem); }
.ap-shell .ap-ft__cols { display: grid; gap: clamp(2rem,4vw,3rem); grid-template-columns: repeat(4, minmax(0,1fr)); }
@media (max-width: 899px) { .ap-shell .ap-ft__cols { grid-template-columns: repeat(2, minmax(0,1fr)); } }
@media (max-width: 559px) { .ap-shell .ap-ft__cols { grid-template-columns: minmax(0,1fr); } }
.ap-shell .ap-ft h3 { font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .75rem;
  letter-spacing: .16em; text-transform: uppercase; color: #8CCB1F; margin: 0 0 1rem; }
.ap-shell .ap-ft ul { list-style: none; margin: 0; padding: 0; }
.ap-shell .ap-ft li { margin: 0; }
.ap-shell .ap-ft li a, .ap-shell .ap-ft__nap a {
  display: block; min-height: 44px; padding: .55rem 0; font-size: .9375rem; line-height: 1.4;
  color: rgba(255,255,255,.78); text-decoration: none; transition: color .2s;
}
.ap-shell .ap-ft li a:hover, .ap-shell .ap-ft__nap a:hover { color: #8CCB1F; }
.ap-shell .ap-ft li small { display: block; font-size: .75rem; color: rgba(255,255,255,.48); }
.ap-shell .ap-ft__nap p { font-size: .9375rem; line-height: 1.6; margin: 0 0 .75rem; color: rgba(255,255,255,.78); max-width: none; }
.ap-shell .ap-ft__nap strong { display: block; font-family: 'Anton', system-ui, sans-serif; font-weight: 400;
  font-size: 1.25rem; color: #FFFFFF; margin-bottom: .6rem; letter-spacing: -.01em; }
.ap-shell .ap-ft__hrs { margin-top: 1rem; font-size: .8125rem; line-height: 1.7; color: rgba(255,255,255,.62); }
.ap-shell .ap-ft__hrs b { color: rgba(255,255,255,.86); font-weight: 600; }

.ap-shell .ap-ft__base { border:0; }
.ap-shell .ap-ft__basein { max-width: 1360px; margin-inline: auto; padding: 1.25rem clamp(1rem,3vw,2rem);
  display: flex; align-items: center; justify-content: space-between; gap: 1.25rem; flex-wrap: wrap; }

.ap-shell .ap-ft__copy { font-size: .8125rem; color: rgba(255,255,255,.58);
  white-space: nowrap; margin: 0; }
@media (max-width: 520px) { .ap-shell .ap-ft__copy { white-space: normal; } }
.ap-shell .ap-social { display: flex; gap: .6rem; }
.ap-shell .ap-social a { display: inline-flex; align-items: center; justify-content: center;
  width: 44px; height: 44px; background: rgba(255,255,255,.07);
  border: 1px solid rgba(255,255,255,.14); transition: background-color .2s, border-color .2s; }
.ap-shell .ap-social a:hover { background: #8CCB1F; border-color: #8CCB1F; }
.ap-shell .ap-social svg { width: 18px; height: 18px; fill: #FFFFFF; }
.ap-shell .ap-social a:hover svg { fill: #111111; }
.ap-shell .ap-social a:focus-visible { outline: 3px solid #8CCB1F; outline-offset: 2px; }


.ap-sticky {
  position: fixed; left: 0; right: 0; bottom: 0; z-index: 800;
  display: none; gap: .5rem;
  padding: .5rem .5rem calc(.5rem + env(safe-area-inset-bottom));
  background: rgba(17,17,17,.94);
  -webkit-backdrop-filter: saturate(1.4) blur(10px); backdrop-filter: saturate(1.4) blur(10px);
  box-shadow: 0 -10px 30px rgba(0,0,0,.45);
  transform: translateY(120%);
  transition: transform .46s cubic-bezier(.22,1,.36,1);
  will-change: transform;
}

.ap-sticky::before { content: ''; position: absolute; left: 0; right: 0; top: 0; height: 2px;
  background: linear-gradient(90deg, rgba(223,212,87,0), #8CCB1F 22%, #8CCB1F 78%, rgba(223,212,87,0)); }
@media (max-width: 768px) {
  .ap-sticky { display: grid; grid-template-columns: 1fr 1fr; }
  .ap-sticky.is-up { transform: none; }
  
  body.ap.ap-sticky-on { padding-bottom: 74px; }
  body.page-cart .ap-sticky, body.ap-no-sticky .ap-sticky { display: none !important; }
  body.page-cart.ap-sticky-on { padding-bottom: 0; }
}

.ap-sticky a {
  display: inline-flex; align-items: center; justify-content: center; gap: .5rem;
  min-height: 52px; text-decoration: none;
  font-family: 'Oswald', system-ui, sans-serif; font-weight: 600; font-size: .8125rem;
  letter-spacing: .08em; text-transform: uppercase;
  clip-path: polygon(0 6px, 6px 0, 100% 0, 100% calc(100% - 6px), calc(100% - 6px) 100%, 0 100%);
  opacity: 0; transform: translateY(10px);
  transition: opacity .3s ease .12s, transform .38s cubic-bezier(.22,1,.36,1) .12s, background-color .2s;
}
.ap-sticky.is-up a { opacity: 1; transform: none; }
.ap-sticky.is-up a:nth-child(2) { transition-delay: .2s; }
.ap-sticky svg { width: 18px; height: 18px; flex: none; }
.ap-sticky__call { background: #FFFFFF; color: #111111; }
.ap-sticky__call svg { fill: #111111; }
.ap-sticky__call:active { background: #F4F5F1; }
.ap-sticky__book { background: #8CCB1F; color: #111111; }
.ap-sticky__book svg { fill: #111111; }
.ap-sticky__book:active { background: #CFC33F; }
.ap-sticky a:focus-visible { outline: 3px solid #FFFFFF; outline-offset: -4px; }

@media (prefers-reduced-motion: reduce) {
  .ap-sticky, .ap-sticky a { transition: none; }
  .ap-sticky.is-up a { transform: none; }
}

body.ap-drawer-open { overflow: hidden; }




.ap-shell .ap-ft__logo { display: inline-block; margin-bottom: 1.1rem; }
.ap-shell .ap-ft__logo img { display: block; }

.ap-shell .ap-ft__logo img { height: 104px !important; width: auto !important; max-width: none !important; }



.ap-shell .ap-hdwrap--flat::before {
  height: var(--ap-util-h);            
}
.ap-shell .ap-hdwrap--flat.is-stuck::before { height: 0; opacity: 0; }
.ap-shell .ap-hdwrap--flat .ap-hdrail { padding-inline: 0 !important; }
.ap-shell .ap-hdwrap--flat .ap-hd {
  max-width: none !important; border-radius: 0 !important;
  box-shadow: 0 6px 22px -12px rgba(17,17,17,.30) !important;
}
.ap-shell .ap-hdwrap--flat .ap-hd__in,
.ap-shell .ap-hdwrap--flat.is-stuck .ap-hd__in { min-height: 80px !important; }
html body.ap .ap-shell .ap-hdwrap--flat a.ap-logo { top: 4px; }
html body.ap .ap-shell .ap-hdwrap--flat a.ap-logo img,
html body.ap .ap-shell .ap-hdwrap--flat.is-stuck a.ap-logo img { height: 87px !important; }
@media (max-width: 1023px) {
  .ap-shell .ap-hdwrap--flat .ap-hd__in,
  .ap-shell .ap-hdwrap--flat.is-stuck .ap-hd__in { min-height: 64px !important; }
  html body.ap .ap-shell .ap-hdwrap--flat a.ap-logo { top: 3px; }
  html body.ap .ap-shell .ap-hdwrap--flat a.ap-logo img,
  html body.ap .ap-shell .ap-hdwrap--flat.is-stuck a.ap-logo img { height: 66px !important; }
}
@media (max-width: 380px) {
  html body.ap .ap-shell .ap-hdwrap--flat a.ap-logo img,
  html body.ap .ap-shell .ap-hdwrap--flat.is-stuck a.ap-logo img { height: 56px !important; }
}

.ap-shell .ap-hdwrap--flat + .ap-crumbs,
body.ap .ap-hdwrap--flat ~ .ap-crumbs { border:0; }




body.ap .site-content .content-area,
body.ap .site-content #primary { padding: 0 !important; margin: 0 !important; }
body.ap .entry-content,
body.ap .inside-article,
body.ap .site-main > article { padding: 0 !important; margin: 0 !important; max-width: none !important; }
body.ap .entry-content > *:first-child { margin-top: 0 !important; }
body.ap .entry-content > *:last-child { margin-bottom: 0 !important; }

body.ap .site-main { padding: 0 !important; margin: 0 !important; }
body.ap .separate-containers .site-main { margin: 0 !important; }

body.ap .page .entry-header,
body.ap .page .entry-title { display: none !important; }



body:not(.ap) .ap-pill {
  outline: 3px dashed #D64545;
  outline-offset: 3px;
}
body:not(.ap) .ap-pill::after {
  content: ' [body.ap missing]';
  font-size: .625rem; color: #D64545; letter-spacing: 0;
}

/* Nortex factual exceptions to AltaPeak's layout: two sizes and no decorative edge strips. */
.nortex-skip{position:fixed;left:16px;top:-100px;z-index:999999;background:#fff;color:#111;padding:12px}.nortex-skip:focus{top:16px}#main-content{outline:none}.nortex-form-result:empty{display:none!important}#ap-m-areas .ap-mega__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.ap-hp{position:absolute;left:-9999px}.ap-shell .ap-mega__grid{grid-template-columns:repeat(3,minmax(0,1fr))}
body.ap{margin:0;background:#fff}body.ap .ap-sizes{grid-template-columns:repeat(2,minmax(0,1fr))}body.ap .ap-sizes>*{max-width:none;margin:0}body.ap .ap-ft__logo img{background:#fff;border-radius:6px;object-fit:contain}body.ap .ap-logo img{object-fit:contain}body.ap .ap-ridge{display:none}body.ap .ap-reveal{opacity:1;transform:none}body.ap .nortex-form-result:not(:empty){padding:20px;border:1px solid #8ccb1f;background:#f4f5f1;color:#111;margin-bottom:20px}body.ap .ap-legal__body .ap-wrap{width:auto;padding:0}body.ap .ap-legal__body section{margin-bottom:36px}body.ap .ap-legal__body .ap-section{padding:0}body.ap .ap-legal__body .nx-tint{background:transparent}body.ap .ap-size__img img{object-fit:contain}body.ap .ap-err{display:none}body.ap :focus-visible{outline:3px solid #537a0d;outline-offset:4px}body.ap .ap-g-night :focus-visible{outline-color:#8ccb1f}
@media(max-width:680px){body.ap .ap-sizes{grid-template-columns:1fr!important}body.ap .ap-sizes>*{max-width:none!important}}
