:root {
  --ang7-cream: #f5efe8;
  --ang7-paper: #fbf8f4;
  --ang7-taupe: #e8ddd2;
  --ang7-brown: #4d2f24;
  --ang7-brown-soft: #765646;
  --ang7-cocoa: #2f1a13;
  --ang7-gold: #bd9470;
  --ang7-gold-light: #dcc1a7;
  --ang7-text: #3d2b25;
  --ang7-muted: #766b65;
  --ang7-line: rgba(77, 47, 36, 0.16);
  --ang7-line-soft: rgba(77, 47, 36, 0.09);
  --ang7-shadow: 0 24px 70px rgba(77, 47, 36, 0.13);
  --ang7-display: 'Bodoni 72', 'Bodoni MT', Didot, 'Times New Roman', serif;
  --ang7-sans: 'Avenir Next', 'Segoe UI', Arial, sans-serif;
}

html { scroll-behavior: smooth; }

.elementor-widget-angelicious-complete-homepage > .elementor-widget-container {
  margin: 0 !important;
  padding: 0 !important;
}

.ang7-site,
.ang7-site * { box-sizing: border-box; }

.ang7-site {
  width: 100vw;
  max-width: 100vw;
  margin-left: calc(50% - 50vw);
  overflow-x: clip;
  background: var(--ang7-cream);
  color: var(--ang7-text);
  font-family: var(--ang7-sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

.ang7-site a { color: inherit; text-decoration: none; }
.ang7-site img { max-width: 100%; }
.ang7-wrap { width: min(1180px, calc(100% - 40px)); margin: 0 auto; }

/* Remove WordPress page chrome on this homepage */
body.ang7-page-active .entry-header,
body.ang7-page-active .page-header,
body.ang7-page-active .entry-title,
body.ang7-page-active .page-title,
body.ang7-page-active .wp-block-post-title,
body.ang7-page-active .elementor-page-title,
body.ang7-page-active .site-header,
body.ang7-page-active #masthead,
body.ang7-page-active .site-footer,
body.ang7-page-active #colophon,
body:has(.ang7-site) .entry-title,
body:has(.ang7-site) .page-title,
body:has(.ang7-site) .wp-block-post-title,
body:has(.ang7-site) .elementor-page-title {
  display: none !important;
}

body.ang7-page-active,
body:has(.ang7-site) { margin: 0 !important; padding: 0 !important; }

body.ang7-page-active .site-content,
body.ang7-page-active .content-area,
body.ang7-page-active .site-main,
body.ang7-page-active article,
body:has(.ang7-site) .site-content,
body:has(.ang7-site) .content-area,
body:has(.ang7-site) .site-main,
body:has(.ang7-site) article {
  width: 100% !important;
  max-width: none !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ang7-announcement {
  min-height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 16px;
  background: var(--ang7-brown);
  color: #fff8f1;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .16em;
  text-transform: uppercase;
  text-align: center;
}

.ang7-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(245, 239, 232, .94);
  border-bottom: 1px solid var(--ang7-line-soft);
  backdrop-filter: blur(18px);
  transition: background .25s ease, box-shadow .25s ease;
}
body.admin-bar .ang7-header { top: 32px; }

.ang7-header.is-scrolled {
  background: rgba(245, 239, 232, .985);
  box-shadow: 0 12px 32px rgba(77, 47, 36, .08);
}

.ang7-header-inner {
  min-height: 82px;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(170px, 1fr);
  align-items: center;
  gap: 24px;
}

.ang7-logo {
  width: 275px;
  max-width: 100%;
  display: inline-flex;
  align-items: center;
}

.ang7-logo img,
.ang7-footer-brand img {
  display: block;
  width: 100%;
  height: auto;
  transition: transform .22s ease, opacity .22s ease;
}

.ang7-logo:hover img,
.ang7-footer-brand:hover img { transform: translateY(-1px); opacity: .96; }

.ang7-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 32px);
}

.ang7-nav a {
  position: relative;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .035em;
  white-space: nowrap;
}

.ang7-nav a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 1px;
  background: var(--ang7-gold);
  transition: width .22s ease;
}

.ang7-nav a:hover::after,
.ang7-nav a:focus-visible::after { width: 100%; }

.ang7-header-cta {
  justify-self: end;
  min-height: 42px;
  padding: 0 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: var(--ang7-gold);
  color: var(--ang7-cocoa) !important;
  border: 1px solid var(--ang7-gold);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: transform .22s ease, background .22s ease;
}

.ang7-header-cta:hover { transform: translateY(-1px); background: #c7a381; }

.ang7-menu-toggle {
  display: none;
  width: 46px;
  height: 46px;
  border: 1px solid var(--ang7-line);
  border-radius: 50%;
  background: rgba(255,255,255,.28);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.ang7-menu-toggle span {
  width: 18px;
  height: 1px;
  background: var(--ang7-brown);
  transition: transform .22s ease, opacity .22s ease;
}

.ang7-site.menu-open .ang7-menu-toggle span:nth-child(1) { transform: translateY(6px) rotate(45deg); }
.ang7-site.menu-open .ang7-menu-toggle span:nth-child(2) { opacity: 0; }
.ang7-site.menu-open .ang7-menu-toggle span:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }

.ang7-mobile-nav {
  display: none;
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  border-top: 1px solid var(--ang7-line-soft);
  background: rgba(245,239,232,.99);
  transition: max-height .3s ease, padding .3s ease;
}

.ang7-mobile-nav a {
  display: block;
  padding: 14px 0;
  border-bottom: 1px solid var(--ang7-line-soft);
  font-size: 14px;
  font-weight: 700;
}

.ang7-mobile-nav .ang7-mobile-cta {
  margin: 12px 0 4px;
  padding: 14px 18px;
  border: 0;
  border-radius: 999px;
  background: var(--ang7-gold);
  text-align: center;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.ang7-site.menu-open .ang7-mobile-nav { max-height: 380px; padding-top: 8px; padding-bottom: 18px; }

/* Typography */
.ang7-kicker {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  margin: 0 0 18px;
  color: var(--ang7-gold);
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.ang7-kicker::before { content: ''; width: 34px; height: 1px; background: currentColor; }
.ang7-kicker-light { color: var(--ang7-gold-light); }

.ang7-hero h1,
.ang7-section-heading h2,
.ang7-story-copy h2,
.ang7-launch-card h2,
.ang7-contact-copy h2 {
  margin: 0;
  font-family: var(--ang7-display);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .98;
}

.ang7-hero h1 { max-width: 700px; font-size: clamp(58px, 7vw, 96px); color: var(--ang7-brown); }
.ang7-hero h1 em { color: var(--ang7-gold); font-style: normal; }

.ang7-lead,
.ang7-section-heading > p,
.ang7-fusion-copy p,
.ang7-property-card p,
.ang7-story-copy p,
.ang7-launch-card > p,
.ang7-contact-copy > p,
.ang7-footer-brand p {
  color: var(--ang7-muted);
  font-size: 16px;
  line-height: 1.85;
}

.ang7-section-heading h2,
.ang7-story-copy h2,
.ang7-launch-card h2,
.ang7-contact-copy h2 { font-size: clamp(46px, 5.8vw, 76px); }

/* Hero */
.ang7-hero {
  padding: 54px 0 72px;
  background:
    radial-gradient(circle at 87% 20%, rgba(189,148,112,.18), transparent 23%),
    linear-gradient(180deg, #eee7df 0%, #f7f2ec 100%);
}

.ang7-hero-grid {
  min-height: 650px;
  display: grid;
  grid-template-columns: 1.02fr .98fr;
  gap: clamp(42px, 7vw, 88px);
  align-items: center;
  padding: clamp(36px, 5vw, 70px);
  border: 1px solid var(--ang7-gold);
  background: rgba(251,248,244,.56);
  position: relative;
}

.ang7-hero-grid::before,
.ang7-hero-grid::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  border-color: var(--ang7-gold);
  border-style: solid;
}
.ang7-hero-grid::before { left: 16px; top: 16px; border-width: 1px 0 0 1px; }
.ang7-hero-grid::after { right: 16px; bottom: 16px; border-width: 0 1px 1px 0; }

.ang7-lead { max-width: 650px; margin: 28px 0 0; }
.ang7-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.ang7-button {
  min-height: 52px;
  padding: 0 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
  transition: transform .22s ease, box-shadow .22s ease, background .22s ease, color .22s ease;
}
.ang7-button:hover { transform: translateY(-2px); }
.ang7-button-primary { background: var(--ang7-gold); color: var(--ang7-cocoa) !important; box-shadow: 0 14px 34px rgba(77,47,36,.14); }
.ang7-button-primary:hover { background: #c7a381; }
.ang7-button-secondary { border-color: var(--ang7-brown); background: transparent; color: var(--ang7-brown) !important; }
.ang7-button-secondary:hover { background: var(--ang7-brown); color: #fff8f1 !important; }

.ang7-claim-pills { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 24px; }
.ang7-claim-pills span { padding: 9px 12px; border: 1px solid var(--ang7-line); border-radius: 999px; background: rgba(255,255,255,.48); font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }

.ang7-product-stage { position: relative; min-height: 520px; display: flex; align-items: center; justify-content: center; }
.ang7-product-glow { position: absolute; width: 430px; height: 430px; max-width: 88%; border-radius: 50%; background: radial-gradient(circle, rgba(220,193,167,.34), rgba(220,193,167,.03) 68%); border: 1px solid rgba(189,148,112,.32); }
.ang7-pack { position: relative; z-index: 2; width: min(100%, 355px); display: block; filter: drop-shadow(0 30px 46px rgba(77,47,36,.21)); transform: rotate(.5deg); }
.ang7-product-tag { position: absolute; z-index: 3; padding: 11px 15px; border-radius: 999px; border: 1px solid var(--ang7-line); background: rgba(251,248,244,.96); box-shadow: 0 14px 32px rgba(77,47,36,.12); color: var(--ang7-brown); font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.ang7-product-tag-top { top: 65px; right: 8px; }
.ang7-product-tag-bottom { left: 0; bottom: 80px; }

/* Ticker */
.ang7-ticker { padding: 17px 0; background: var(--ang7-taupe); border-top: 1px solid var(--ang7-line-soft); border-bottom: 1px solid var(--ang7-line-soft); }
.ang7-ticker .ang7-wrap { display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 16px; color: var(--ang7-brown-soft); font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.ang7-ticker i { color: var(--ang7-gold); font-style: normal; }

.ang7-section { padding: 104px 0; }

/* Fusion */
.ang7-fusion { background: var(--ang7-brown); color: #fff8f1; }
.ang7-fusion-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(38px, 7vw, 94px); align-items: start; }
.ang7-fusion .ang7-section-heading h2,
.ang7-story-copy h2 { color: #fff8f1; }
.ang7-fusion-copy p { color: rgba(255,248,241,.82); margin: 0; }
.ang7-fusion-copy p + p { margin-top: 18px; }
.ang7-fusion-copy small { display: block; margin-top: 18px; color: rgba(255,248,241,.62); font-size: 12px; }

.ang7-blend-visual { margin-top: 54px; display: grid; grid-template-columns: 1fr auto 1fr; gap: 18px; align-items: stretch; }
.ang7-blend-panel { min-height: 240px; padding: 30px; display: flex; flex-direction: column; justify-content: flex-end; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; position: relative; overflow: hidden; }
.ang7-blend-panel::before { content: ''; position: absolute; width: 260px; height: 260px; border-radius: 50%; right: -90px; top: -100px; border: 1px solid rgba(255,255,255,.12); }
.ang7-blend-cacao { background: linear-gradient(145deg, #2f1811, #5f3829); }
.ang7-blend-carob { background: linear-gradient(145deg, #7c4e36, #b08364); }
.ang7-blend-panel span { font-family: var(--ang7-display); font-size: clamp(42px, 6vw, 72px); letter-spacing: .02em; }
.ang7-blend-panel p { margin: 12px 0 0; font-size: 11px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; opacity: .78; }
.ang7-blend-sign { width: 58px; height: 58px; align-self: center; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--ang7-gold); color: var(--ang7-cocoa); font-family: var(--ang7-display); font-size: 30px; }

/* Claims */
.ang7-properties { background: var(--ang7-paper); }
.ang7-section-heading-center { max-width: 900px; margin: 0 auto; text-align: center; }
.ang7-section-heading-center .ang7-kicker { justify-content: center; }
.ang7-section-heading-center h2,
.ang7-contact-copy h2,
.ang7-launch-card h2 { color: var(--ang7-brown); }
.ang7-section-heading > p { max-width: 720px; margin: 24px auto 0; }

.ang7-property-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 26px; margin-top: 54px; }
.ang7-property-card { min-height: 330px; padding: 34px; border: 1px solid var(--ang7-line-soft); border-radius: 30px; background: #fffdf9; box-shadow: 0 14px 36px rgba(77,47,36,.06); position: relative; overflow: hidden; transition: transform .24s ease, box-shadow .24s ease; }
.ang7-property-card::after { content: ''; position: absolute; width: 180px; height: 180px; right: -90px; bottom: -90px; border-radius: 50%; background: radial-gradient(circle, rgba(189,148,112,.18), transparent 70%); pointer-events: none; }
.ang7-property-card:hover { transform: translateY(-5px); box-shadow: 0 22px 46px rgba(77,47,36,.1); }
.ang7-property-icon { width: 64px; height: 64px; display: flex; align-items: center; justify-content: center; border-radius: 50%; background: var(--ang7-taupe); color: var(--ang7-brown); }
.ang7-property-icon svg { width: 36px; height: 36px; fill: none; stroke: currentColor; stroke-width: 2.2; stroke-linecap: round; stroke-linejoin: round; }
.ang7-property-card h3 { margin: 28px 0 0; color: var(--ang7-brown); font-family: var(--ang7-display); font-size: 31px; font-weight: 400; line-height: 1.12; }
.ang7-property-card p { margin: 16px 0 0; font-size: 15px; line-height: 1.8; max-width: 470px; }
.ang7-card-toggle { display: none; margin-top: 18px; padding: 0; border: 0; background: transparent; color: var(--ang7-brown); font: inherit; font-size: 11px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; cursor: pointer; }

/* Gallery */
.ang7-gallery { background: linear-gradient(180deg, #efe5da 0%, #f6efe7 100%); }
.ang7-gallery .ang7-section-heading { max-width: 780px; }
.ang7-gallery-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 18px; margin-top: 42px; }
.ang7-gallery-item,
.ang7-gallery-placeholder { min-height: 360px; margin: 0; border-radius: 26px; overflow: hidden; border: 1px solid var(--ang7-line-soft); box-shadow: var(--ang7-shadow); background: #f9f4ee; }
.ang7-gallery-item:first-child { min-height: 520px; grid-row: span 2; }
.ang7-gallery-item img { width: 100%; height: 100%; object-fit: cover; display: block; transition: transform .6s ease; }
.ang7-gallery-item:hover img { transform: scale(1.035); }
.ang7-gallery-placeholder { display: flex; align-items: center; justify-content: center; padding: 30px; text-align: center; color: var(--ang7-muted); font-size: 14px; }

/* Story */
.ang7-story { background: linear-gradient(180deg, #5a3528 0%, #3b2119 100%); }
.ang7-story-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(42px, 8vw, 110px); align-items: center; }
.ang7-story-card { min-height: 430px; padding: 42px; display: flex; flex-direction: column; justify-content: center; align-items: flex-start; border: 1px solid rgba(220,193,167,.34); border-radius: 28px; background: rgba(255,255,255,.035); box-shadow: 0 22px 54px rgba(19,9,7,.16); }
.ang7-story-card img { width: min(100%, 260px); display: block; margin: 34px 0 24px; filter: brightness(0) invert(1) sepia(.16); opacity: .96; }
.ang7-story-label { min-height: 38px; padding: 0 16px; display: inline-flex; align-items: center; border-radius: 999px; background: rgba(255,255,255,.08); border: 1px solid rgba(220,193,167,.34); color: var(--ang7-gold-light); font-size: 10px; font-weight: 850; letter-spacing: .14em; text-transform: uppercase; }
.ang7-story-points { display: grid; grid-template-columns: 1fr; gap: 12px; width: min(100%, 300px); }
.ang7-story-points span { min-height: 48px; padding: 0 16px; display: flex; align-items: center; border-radius: 999px; background: rgba(255,255,255,.07); border: 1px solid rgba(220,193,167,.24); color: rgba(255,248,241,.84); font-size: 10px; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
.ang7-story-copy p { color: rgba(255,248,241,.8); margin: 24px 0 0; }

/* Launch */
.ang7-launch { background: var(--ang7-taupe); }
.ang7-launch-card { padding: clamp(42px, 6vw, 76px); border: 1px solid var(--ang7-gold); background: rgba(251,248,244,.72); text-align: center; }
.ang7-launch-card .ang7-kicker { justify-content: center; }
.ang7-launch-card > p { max-width: 760px; margin: 24px auto 0; }
.ang7-launch-card .ang7-button { margin-top: 28px; }

/* Contact */
.ang7-contact { background: var(--ang7-paper); }
.ang7-contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(42px, 7vw, 88px); align-items: start; }
.ang7-contact-copy > p { margin: 24px 0 0; }
.ang7-contact-points { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.ang7-contact-points span { padding: 9px 12px; border-radius: 999px; background: var(--ang7-taupe); font-size: 10px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.ang7-instagram-link { display: inline-flex; margin-top: 30px; color: var(--ang7-brown) !important; font-weight: 750; border-bottom: 1px solid var(--ang7-gold); padding-bottom: 4px; }

.ang7-form-card { padding: clamp(28px, 4vw, 44px); border: 1px solid var(--ang7-line); border-radius: 28px; background: #f7f1ea; box-shadow: var(--ang7-shadow); }
.ang7-form { display: grid; gap: 18px; }
.ang7-form-row { display: grid; grid-template-columns: repeat(2, minmax(0,1fr)); gap: 14px; }
.ang7-form label { display: grid; gap: 8px; }
.ang7-form label > span { color: var(--ang7-brown); font-size: 11px; font-weight: 800; letter-spacing: .06em; }
.ang7-form input,
.ang7-form select,
.ang7-form textarea { width: 100%; border: 1px solid var(--ang7-line); border-radius: 14px; background: #fffdf9; color: var(--ang7-text); font: inherit; font-size: 15px; outline: none; transition: border-color .2s ease, box-shadow .2s ease; }
.ang7-form input,
.ang7-form select { min-height: 52px; padding: 0 14px; }
.ang7-form textarea { padding: 14px; resize: vertical; }
.ang7-form input:focus,
.ang7-form select:focus,
.ang7-form textarea:focus { border-color: var(--ang7-gold); box-shadow: 0 0 0 3px rgba(189,148,112,.12); }
.ang7-consent { grid-template-columns: auto 1fr !important; align-items: start; gap: 10px !important; }
.ang7-consent input { width: 18px; min-height: 18px; margin-top: 2px; }
.ang7-consent span { font-size: 12px !important; line-height: 1.55; color: var(--ang7-muted) !important; font-weight: 500 !important; }
.ang7-submit { min-height: 54px; border: 0; border-radius: 999px; background: var(--ang7-brown); color: #fff8f1; font: inherit; font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; cursor: pointer; transition: transform .22s ease, background .22s ease; }
.ang7-submit:hover { transform: translateY(-1px); background: var(--ang7-cocoa); }
.ang7-form-note { margin: 0; color: var(--ang7-muted); font-size: 11px; line-height: 1.6; }
.ang7-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.ang7-form-notice { margin-bottom: 18px; padding: 14px 16px; border-radius: 14px; font-size: 14px; }
.ang7-form-notice-success { background: #e7f0e8; color: #315c38; }
.ang7-form-notice-error { background: #f6e7e4; color: #8c3f34; }
.ang7-form .ang7-invalid { border-color: #a74b3b !important; box-shadow: 0 0 0 3px rgba(167,75,59,.1) !important; }

/* Footer */
.ang7-footer { background: #f1e8df; border-top: 1px solid var(--ang7-line-soft); }
.ang7-footer-main { display: grid; grid-template-columns: 1.4fr .7fr .7fr; gap: 48px; padding: 54px 0 38px; }
.ang7-footer-brand { width: fit-content; display: inline-flex; flex-direction: column; align-items: flex-start; }
.ang7-footer-brand img { width: min(100%, 250px); }
.ang7-footer-brand p { margin: 16px 0 0; max-width: 360px; }
.ang7-footer-column { display: flex; flex-direction: column; gap: 12px; }
.ang7-footer-column h3 { margin: 0 0 6px; font-family: var(--ang7-display); font-size: 26px; font-weight: 400; color: var(--ang7-brown); }
.ang7-footer-column a,
.ang7-footer-column span { color: var(--ang7-muted); font-size: 14px; }
.ang7-footer-bottom { min-height: 62px; display: flex; align-items: center; justify-content: space-between; gap: 20px; border-top: 1px solid var(--ang7-line-soft); color: var(--ang7-muted); font-size: 12px; }
.ang7-footer-bottom div { display: flex; gap: 18px; }

/* Reveal motion */
[data-reveal] { opacity: 0; transform: translateY(24px); transition: opacity .68s ease, transform .68s ease; }
[data-reveal].is-visible { opacity: 1; transform: none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  [data-reveal] { opacity: 1; transform: none; transition: none; }
  .ang7-gallery-item img { transition: none; }
}

/* Tablet */
@media (max-width: 1120px) {
  .ang7-header-inner { grid-template-columns: auto 1fr auto; }
  .ang7-nav { display: none; }
  .ang7-header-cta { display: none; }
  .ang7-menu-toggle { display: inline-flex; justify-self: end; }
  .ang7-mobile-nav { display: block; }
  .ang7-logo { width: 235px; }
  .ang7-property-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .ang7-gallery-grid { grid-template-columns: 1fr 1fr; }
  .ang7-gallery-item:first-child { grid-column: span 2; min-height: 430px; grid-row: auto; }
}

@media (max-width: 900px) {
  body.admin-bar .ang7-header { top: 46px; }
  .ang7-hero-grid,
  .ang7-fusion-grid,
  .ang7-story-grid,
  .ang7-contact-grid { grid-template-columns: 1fr; }
  .ang7-hero-grid { min-height: 0; }
  .ang7-product-stage { min-height: 460px; }
  .ang7-story-card { min-height: auto; }
  .ang7-footer-main { grid-template-columns: 1fr 1fr; }
  .ang7-footer-brand { grid-column: span 2; }
}

/* Mobile */
@media (max-width: 767px) {
  .ang7-wrap { width: min(100%, calc(100% - 28px)); }
  .ang7-announcement { min-height: 38px; font-size: 8px; letter-spacing: .12em; padding-inline: 14px; }
  .ang7-header-inner { min-height: 78px; }
  .ang7-logo { width: 205px; }
  .ang7-menu-toggle { width: 44px; height: 44px; }

  .ang7-hero { padding: 26px 0 42px; }
  .ang7-hero-grid { gap: 28px; padding: 34px 24px 28px; }
  .ang7-hero-grid::before { left: 12px; top: 12px; }
  .ang7-hero-grid::after { right: 12px; bottom: 12px; }
  .ang7-kicker { font-size: 8px; letter-spacing: .16em; gap: 10px; margin-bottom: 14px; }
  .ang7-kicker::before { width: 24px; }
  .ang7-hero h1 { font-size: clamp(42px, 13vw, 58px); line-height: .98; max-width: 100%; overflow-wrap: anywhere; }
  .ang7-lead,
  .ang7-section-heading > p,
  .ang7-fusion-copy p,
  .ang7-property-card p,
  .ang7-story-copy p,
  .ang7-launch-card > p,
  .ang7-contact-copy > p,
  .ang7-footer-brand p { font-size: 15px; line-height: 1.75; }
  .ang7-actions { display: grid; grid-template-columns: 1fr; }
  .ang7-button { width: 100%; min-height: 52px; }
  .ang7-claim-pills { gap: 7px; }
  .ang7-claim-pills span { font-size: 8px; padding: 8px 10px; }
  .ang7-product-stage { min-height: 390px; }
  .ang7-pack { width: min(100%, 285px); }
  .ang7-product-glow { width: 330px; height: 330px; }
  .ang7-product-tag-top { top: 34px; right: 0; }
  .ang7-product-tag-bottom { bottom: 42px; left: 0; }

  .ang7-ticker { padding: 14px 0; }
  .ang7-ticker .ang7-wrap { display: grid; grid-template-columns: 1fr; gap: 7px; text-align: center; font-size: 8px; letter-spacing: .12em; }
  .ang7-ticker i { display: none; }

  .ang7-section { padding: 76px 0; }
  .ang7-section-heading h2,
  .ang7-story-copy h2,
  .ang7-launch-card h2,
  .ang7-contact-copy h2 { font-size: clamp(40px, 11vw, 56px); line-height: 1; }
  .ang7-section-heading-center { text-align: left; }
  .ang7-section-heading-center .ang7-kicker { justify-content: flex-start; }
  .ang7-section-heading > p { margin-top: 20px; }

  .ang7-blend-visual { grid-template-columns: 1fr; gap: 14px; }
  .ang7-blend-panel { min-height: 190px; padding: 24px; }
  .ang7-blend-sign { width: 48px; height: 48px; margin: -4px auto; }

  .ang7-property-grid {
    display: flex;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    gap: 16px;
    margin-right: -14px;
    padding: 4px 14px 18px 0;
    scrollbar-width: none;
  }
  .ang7-property-grid::-webkit-scrollbar { display: none; }
  .ang7-property-card { flex: 0 0 86%; min-height: 280px; padding: 28px; scroll-snap-align: start; }
  .ang7-property-card h3 { font-size: 28px; }
  .ang7-property-card p { max-height: 0; overflow: hidden; opacity: 0; margin-top: 0; transition: max-height .35s ease, opacity .28s ease, margin .28s ease; }
  .ang7-property-card.is-open p { max-height: 260px; opacity: 1; margin-top: 16px; }
  .ang7-card-toggle { display: inline-flex; }
  .ang7-property-card.is-open .ang7-card-toggle::after { content: ' −'; }
  .ang7-property-card:not(.is-open) .ang7-card-toggle::after { content: ' +'; }

  .ang7-gallery-grid { grid-template-columns: 1fr; }
  .ang7-gallery-item,
  .ang7-gallery-item:first-child,
  .ang7-gallery-placeholder { min-height: 320px; grid-column: auto; }

  .ang7-story-card { padding: 28px 24px; }
  .ang7-story-card img { width: min(100%, 210px); margin: 28px 0 22px; }
  .ang7-story-label { font-size: 8px; letter-spacing: .1em; }
  .ang7-story-points { width: 100%; }

  .ang7-launch-card { padding: 38px 24px; }
  .ang7-form-row { grid-template-columns: 1fr; }
  .ang7-form-card { padding: 24px 18px; border-radius: 22px; }

  .ang7-footer-main { grid-template-columns: 1fr; gap: 28px; padding: 42px 0 30px; }
  .ang7-footer-brand { grid-column: auto; }
  .ang7-footer-brand img { width: min(100%, 220px); }
  .ang7-footer-bottom { align-items: flex-start; flex-direction: column; padding: 18px 0 24px; }
}

@media (max-width: 380px) {
  .ang7-logo { width: 180px; }
  .ang7-hero h1 { font-size: 41px; }
  .ang7-product-tag { font-size: 7px; padding: 9px 11px; }
  .ang7-property-card { flex-basis: 90%; }
}
