﻿:root {
  --paper: #f6f1e8;
  --paper-soft: #fbf8f2;
  --ink: #1f1b16;
  --muted: #6f655a;
  --gold: #c8a765;
  --gold-dark: #9d7b3d;
  --line: rgba(31, 27, 22, 0.12);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(31, 27, 22, 0.16);
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --sans: "Inter", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --max: 1216px;
  --gutter: 16px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); line-height: 1.6; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
input, select, textarea { width: 100%; min-height: 48px; border: 1px solid var(--line); border-radius: 8px; background: var(--white); color: var(--ink); padding: 0.8rem 0.95rem; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200, 167, 101, 0.22); }
label { display: grid; gap: 0.38rem; font-size: 0.86rem; font-weight: 600; color: var(--muted); }
p { margin: 0; color: var(--muted); overflow-wrap: anywhere; }
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: 0.98; color: var(--ink); }
h1 { font-size: 4.15rem; }
h2 { font-size: 3.65rem; }
h3 { font-size: 1.75rem; line-height: 1.08; }

.sr-only, .skip-link { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link:focus { position: fixed; z-index: 999; top: 1rem; left: 1rem; width: auto; height: auto; clip: auto; padding: 0.75rem 1rem; background: var(--ink); color: var(--white); }

.site-header {
  position: fixed;
  z-index: 100;
  top: 10.8px;
  left: 16px;
  right: 16px;
  min-height: 84px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0;
  padding: 16px 32px;
  color: var(--ink);
  background: var(--white);
  border: 0;
  border-radius: 16px;
  box-shadow: none;
  backdrop-filter: none;
}

.indo-wordmark, .brand strong {
  font-family: var(--sans);
  text-transform: uppercase;
  font-size: 28px;
  line-height: 32px;
  color: #b99468;
  font-weight: 500;
  white-space: nowrap;
}
.brand { display: inline-flex; align-items: center; gap: 0.75rem; }

.primary-nav, .indo-nav { flex: 1; display: flex; align-items: center; gap: 0; margin-left: 17.6px; font-weight: 600; color: var(--ink); }
.primary-nav > a, .nav-menu-trigger { font-size: 1rem; }
.primary-nav a::after { display: none; }
.nav-social { margin-left: auto; margin-right: 12px; min-height: 46px; display: inline-flex; align-items: center; justify-content: center; padding: 10px 18px; border-radius: 8px; font-size: 16px; font-weight: 600; }
.nav-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 46px; width: 106.39px; min-height: 46.06px; padding: 0 !important; border: 0; border-radius: 12px; background: #cbaf7b; color: #000; font-size: 14.4px !important; font-weight: 400; line-height: 17.28px; }
.nav-group { position: relative; }
.nav-menu-trigger { border: 0; background: transparent; color: #222; padding: 16px 20.6px 16px 16px; cursor: pointer; font-weight: 600; line-height: 1.25; }
.nav-menu-trigger::after { content: ""; display: inline-block; width: 7px; height: 7px; margin-left: 0.45rem; border-right: 1.5px solid currentColor; border-bottom: 1.5px solid currentColor; transform: translateY(-3px) rotate(45deg); }
.nav-menu { position: absolute; top: calc(100% + 0.7rem); left: -1rem; width: 300px; display: grid; gap: 0.15rem; padding: 0.75rem; background: var(--white); border: 1px solid var(--line); border-radius: 8px; box-shadow: var(--shadow); opacity: 0; transform: translateY(8px); pointer-events: none; transition: opacity 220ms ease, transform 220ms ease; }
.nav-group:hover .nav-menu, .nav-group:focus-within .nav-menu { opacity: 1; transform: translateY(0); pointer-events: auto; }
.nav-menu a { display: grid; gap: 0.18rem; padding: 0.78rem 0.85rem; border-radius: 8px; }
.nav-menu a:hover { background: #f5efe4; }
.nav-menu strong { font-size: 0.94rem; }
.nav-menu span { color: var(--muted); font-size: 0.8rem; line-height: 1.35; }

.nav-toggle { display: none; width: 40px; height: 48px; border: 0; border-radius: 0; background: transparent; color: #111; padding: 10px 6px; }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 5px 0; background: currentColor; }

.indo-hero { position: relative; min-height: 648px; height: calc(100svh - 73.2px); margin-top: 73.2px; overflow: hidden; border-radius: 16px; }
.indo-hero-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.indo-hero-shade { position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,27,22,0.06), rgba(31,27,22,0.28)); }
.indo-hero-content { position: absolute; z-index: 2; top: 137.16px; left: 0; right: 0; display: grid; justify-items: center; gap: 48px; padding: 0 var(--gutter); text-align: center; color: var(--white); }
.indo-hero h1 { width: min(720px, calc(100vw - 32px)); color: var(--white); font-size: 60.96px; font-weight: 700; line-height: 1.04; text-shadow: 0 16px 42px rgba(0,0,0,0.34); }
.indo-hero-content.reveal { opacity: 1; transform: none; }
.mobile-break { display: inline; }
.desktop-only { display: initial; }

.glass-button { display: inline-flex; align-items: center; justify-content: center; width: 145.8px; min-height: 46.06px; max-width: 100%; padding: 0; color: var(--white); border: 1px solid rgba(255,255,255,0.75); border-radius: 12px; background: transparent; backdrop-filter: none; font-size: 14.4px; line-height: 17.28px; font-weight: 400; }
.glass-button.dark { color: var(--ink); border-color: rgba(31,27,22,0.26); background: rgba(255,255,255,0.58); }
.subpage-hero { min-height: 648px; height: 648px; margin-top: 94.8px; }
.subpage-hero .indo-hero-content { top: 162.4px; gap: 34px; }
.subpage-hero h1 { width: min(720px, calc(100vw - 32px)); font-size: 48.8px; line-height: 1.04; }
.subpage-hero .glass-button { margin-top: 2px; }
.on-hero { display: none; color: rgba(255,255,255,0.82); margin-bottom: -0.2rem; }
.first-after-hero { padding-top: 4.8rem; }
.gallery-intro { padding-bottom: 2rem; }
.compact-plan { align-items: center; }
.compact-plan > .gold-button { justify-self: end; }
.check-list { margin: 1.2rem 0 0; padding: 0; list-style: none; color: var(--muted); display: grid; gap: 0.65rem; }
.check-list li { position: relative; padding-left: 1.4rem; }
.check-list li::before { content: ""; position: absolute; left: 0; top: 0.72em; width: 0.55rem; height: 1px; background: var(--gold-dark); }
.map-card { min-height: 360px; display: grid; align-content: end; background: linear-gradient(135deg, rgba(200,167,101,0.18), rgba(255,255,255,0.62)); }
.faq-band { padding-top: 0; }
.faq-band details { margin-bottom: 0.8rem; }
.faq-band summary { cursor: pointer; font-family: var(--serif); font-size: 1.5rem; color: var(--ink); }
.reservation-layout { grid-template-columns: 1fr 0.78fr; align-items: start; }
.reservation-form { display: grid; gap: 1rem; }
.reservation-summary { padding: 1.1rem; border: 1px solid var(--line); border-radius: 8px; background: rgba(255,255,255,0.42); }
.reservation-summary strong { display: block; margin-bottom: 0.25rem; font-family: var(--serif); font-size: 1.35rem; color: var(--ink); }
.form-actions { display: flex; gap: 0.8rem; flex-wrap: wrap; align-items: center; }
button.gold-button { border: 0; cursor: pointer; }
.reservation-aside img { margin-top: 1.4rem; height: 260px; object-fit: cover; border-radius: 8px; }
.lightbox p { color: rgba(255,255,255,0.78); text-align: center; }
.gold-button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: 0.8rem 1.35rem; background: var(--gold); color: var(--ink); border-radius: 8px; font-weight: 600; }

.indo-facts { position: absolute; z-index: 2; left: 0; right: 0; bottom: 18px; max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter); display: flex; align-items: center; justify-content: center; gap: 3.3rem; }
.indo-facts div { display: flex; align-items: center; gap: 0.55rem; color: rgba(255,255,255,0.72); }
.fact-icon { width: 32px; height: 32px; display: grid; place-items: center; border: 1px solid rgba(255,255,255,0.28); border-radius: 50%; color: rgba(255,255,255,0.82); font-family: var(--serif); font-size: 0.82rem; }
.indo-facts strong { color: var(--white); font-weight: 500; font-size: 0.82rem; }

.indo-intro { max-width: var(--max); margin: 0 auto; padding: 4.8rem var(--gutter) 4.8rem; display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; }
.indo-intro h2 { max-width: 560px; }
.intro-copy { display: grid; gap: 1.35rem; padding-top: 0.4rem; }
.intro-copy p { font-size: 1.03rem; line-height: 1.75; }

.indo-photo-pair { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter) 6.3rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.photo-card { position: relative; min-height: 520px; overflow: hidden; border-radius: 8px; background: #ddd; }
.photo-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform 700ms ease; }
.photo-card:hover img { transform: scale(1.035); }
.photo-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(31,27,22,0.02), rgba(31,27,22,0.6)); }
.photo-card div { position: absolute; z-index: 2; left: 1.45rem; right: 1.45rem; bottom: 1.45rem; color: var(--white); }
.photo-card h3 { color: var(--white); font-size: 2rem; }
.photo-card ul { display: grid; gap: 0.35rem; margin: 1rem 0 1.1rem; padding: 0; list-style: none; color: rgba(255,255,255,0.86); }
.photo-card a { display: inline-flex; color: var(--white); border-bottom: 1px solid currentColor; font-weight: 600; }

.indo-design { max-width: var(--max); margin: 0 auto; padding: 0 var(--gutter) 6.5rem; }
.design-lead { display: grid; grid-template-columns: 1fr 1fr; gap: 4.5rem; margin-bottom: 3.6rem; }
.design-lead p { align-self: end; font-size: 1.03rem; line-height: 1.75; }
.design-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.design-grid article { min-height: 245px; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,255,255,0.22); }
.design-grid span { display: block; margin-bottom: 2.2rem; color: var(--gold-dark); font-family: var(--serif); font-size: 1.45rem; }
.design-grid h3 { margin-bottom: 0.7rem; font-size: 1.55rem; }
.design-grid p { font-size: 0.94rem; line-height: 1.6; }

.indo-video-panel { position: relative; min-height: 620px; display: grid; place-items: center; overflow: hidden; color: var(--white); }
.indo-video-panel img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(0.7); }
.indo-video-panel div { position: relative; z-index: 2; width: min(760px, calc(100% - 32px)); text-align: center; display: grid; justify-items: center; gap: 1.2rem; }
.indo-video-panel p { color: rgba(255,255,255,0.78); }
.indo-video-panel h2 { color: var(--white); }

.indo-plan { max-width: var(--max); margin: 0 auto; padding: 6.4rem var(--gutter); display: grid; grid-template-columns: 1fr 0.82fr; gap: 4rem; align-items: start; }
.small-label { margin-bottom: 0.8rem; color: var(--gold-dark); font-weight: 600; }
.plan-text { display: grid; justify-items: start; gap: 1.2rem; }
.plan-text p:not(.small-label) { max-width: 560px; }
.plan-card { padding: 2rem; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-soft); box-shadow: 0 16px 50px rgba(31,27,22,0.06); }
.plan-card h3 { margin-bottom: 1rem; }
.plan-card ul { margin: 1.2rem 0 0; padding-left: 1.1rem; color: var(--muted); }

.indo-footer { display: grid; grid-template-columns: 1fr auto; gap: 2rem; align-items: center; padding: 3.2rem max(32px, calc((100vw - var(--max)) / 2)); background: #1f1b16; color: var(--white); }
.indo-footer .indo-wordmark { justify-self: start; width: auto; color: #d8c8a9; }
.indo-footer nav { justify-self: end; display: flex; gap: 1.35rem; flex-wrap: wrap; align-items: center; color: rgba(255,255,255,0.72); }
.indo-footer p { grid-column: 1 / -1; max-width: 520px; color: rgba(255,255,255,0.62); }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 720ms ease, transform 720ms ease; }
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.section, .page-hero, .reservation-hero, .page-title { max-width: var(--max); margin: 0 auto; padding: 8rem var(--gutter) 4rem; }
.split-hero, .reservation-hero, .intro-grid, .story-layout, .two-column-callout, .visual-band, .location-grid, .reservation-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: center; }
.page-hero img, .reservation-hero img, .visual-band img { height: 520px; object-fit: cover; border-radius: 8px; }
.amenities-hero { max-width: none; min-height: 72svh; position: relative; display: grid; align-items: end; overflow: hidden; color: var(--white); }
.amenities-hero img { position: absolute; inset: 0; height: 100%; object-fit: cover; }
.amenities-hero::after { content: ""; position: absolute; inset: 0; background: rgba(31,27,22,0.42); }
.amenities-hero .page-hero-copy { position: relative; z-index: 1; max-width: var(--max); padding: 8rem var(--gutter) 4rem; margin: 0 auto; }
.amenities-hero h1, .amenities-hero p { color: var(--white); }
.amenity-grid, .amenities-list, .gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.amenity-grid article, .amenities-list article, .reservation-form, .reservation-aside, details { padding: 1.5rem; border: 1px solid var(--line); border-radius: 8px; background: var(--paper-soft); }
.gallery-grid { grid-template-columns: repeat(4, 1fr); grid-auto-rows: 235px; }
.gallery-item { border: 0; padding: 0; overflow: hidden; border-radius: 8px; background: transparent; cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform 450ms ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item.wide { grid-column: span 2; }
.gallery-item.tall { grid-row: span 2; }
.lightbox { position: fixed; z-index: 300; inset: 0; display: none; place-items: center; padding: 2rem; background: rgba(31,27,22,0.92); color: var(--white); }
.lightbox.is-open { display: grid; }
.lightbox img { width: auto; max-width: min(1120px, 92vw); max-height: 78vh; object-fit: contain; border-radius: 8px; }
.lightbox-close { position: absolute; top: 1rem; right: 1rem; width: 48px; height: 48px; border: 1px solid rgba(255,255,255,0.4); border-radius: 8px; background: transparent; color: var(--white); font-size: 1.8rem; }
.form-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.form-note.is-error { color: #a33a2a; }
.form-note.is-success { color: #2f6b45; }

@media (max-width: 980px) {
  h1 { font-size: 3.35rem; }
  h2 { font-size: 2.85rem; }
  .site-header { left: 0; right: 0; top: 12.66px; min-height: 80px; padding: 16px 27px; }
  .indo-wordmark, .brand strong { font-size: 28px; line-height: 32px; }
  .nav-toggle { display: block; }
  .primary-nav { position: absolute; top: calc(100% + 8px); left: 11px; right: 11px; display: none; flex-direction: column; align-items: stretch; gap: 0.3rem; margin-left: 0; padding: 1rem; border-radius: 16px; background: var(--white); box-shadow: var(--shadow); }
  .site-header.nav-open .primary-nav { display: flex; }
  .nav-group { display: grid; }
  .nav-menu-trigger { text-align: left; }
  .nav-menu { position: static; width: auto; opacity: 1; transform: none; pointer-events: auto; box-shadow: none; background: #f7f1e8; margin-top: 0.35rem; display: none; }
  .nav-group:focus-within .nav-menu, .nav-group:hover .nav-menu { display: grid; }
  .nav-social { margin-left: 0; margin-right: 0; min-height: auto; justify-content: flex-start; padding: 0.75rem 0.85rem; }
  .nav-cta { width: 100%; min-height: 46px; }
  .indo-hero { height: calc(100svh - 84.4px); min-height: 759.6px; margin-top: 67.34px; }
  .subpage-hero { height: calc(100svh - 84.4px); min-height: 759.6px; margin-top: 67.34px; }
  .indo-intro, .indo-photo-pair, .design-lead, .indo-plan, .split-hero, .reservation-hero, .intro-grid, .story-layout, .two-column-callout, .visual-band, .location-grid, .reservation-layout { grid-template-columns: 1fr; gap: 2rem; }
  .compact-plan > .gold-button { justify-self: start; }
  .design-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 620px) {
  h1 { font-size: 3rem; }
  h2 { font-size: 2.45rem; }
  h3 { font-size: 1.45rem; }
  .site-header { left: 0; right: 0; top: 12.66px; }
  .indo-hero { height: calc(100svh - 84.4px); min-height: 759.6px; margin-top: 67.34px; }
  .subpage-hero { height: calc(100svh - 84.4px); min-height: 759.6px; margin-top: 67.34px; }
  .indo-hero-content { top: 189.36px; padding-top: 0; gap: 48px; }
  .subpage-hero .indo-hero-content { top: 189.36px; gap: 34px; }
  .subpage-hero h1 { font-size: 48.8px; width: min(343px, calc(100vw - 32px)); }
  .indo-hero h1 { font-size: 60.96px; line-height: 1.04; width: min(343px, calc(100vw - 32px)); }
  .mobile-break { display: block; }
  .desktop-only { display: none; }
  .indo-facts { bottom: 24px; margin: 0 auto; flex-direction: row; align-items: center; justify-content: center; gap: 0.7rem; padding: 0 24px; }
  .indo-facts div { gap: 0.38rem; }
  .fact-icon { width: 28px; height: 28px; font-size: 0.72rem; }
  .indo-facts strong { font-size: 0.72rem; }
  .indo-intro, .indo-photo-pair, .indo-design, .indo-plan { padding-bottom: 4.5rem; }
  .photo-card { min-height: 420px; }
  .design-grid, .amenity-grid, .amenities-list, .gallery-grid, .form-grid { grid-template-columns: 1fr; }
  .form-actions { align-items: stretch; }
  .form-actions > * { width: 100%; }
  .gallery-item.wide, .gallery-item.tall { grid-column: auto; grid-row: auto; }
  .indo-video-panel { min-height: 520px; }
  .indo-footer { grid-template-columns: 1fr; gap: 1.35rem; padding-left: 27px; padding-right: 27px; }
  .indo-footer nav { justify-self: start; gap: 1rem; }
  .indo-footer p { max-width: none; }
}







@media (max-width: 620px) {
  .indo-hero.subpage-hero h1 { font-size: 48.8px; width: min(343px, calc(100vw - 32px)); }
}
/* royal-sun-header-footer-final */
.primary-nav > .nav-social {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 96px;
  min-height: 46.06px;
  margin-left: auto;
  margin-right: 12px;
  padding: 0 18px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.primary-nav > .nav-cta {
  flex: 0 0 106.39px;
}

.indo-footer > .indo-wordmark {
  display: inline-flex;
  width: max-content;
  justify-self: start;
}

@media (max-width: 980px) {
  .primary-nav > .nav-social {
    width: 100%;
    min-width: 0;
    min-height: auto;
    margin-left: 0;
    margin-right: 0;
    padding: 0.75rem 0.85rem;
    justify-content: flex-start;
  }

  .primary-nav > .nav-cta {
    width: 100%;
    flex: 0 0 auto;
  }
}
/* royal-sun-live-polish-20260706 */
.indo-hero,
.subpage-hero {
  margin-top: 0;
}

.indo-hero-image {
  object-fit: cover;
  object-position: center center;
}

@media (min-width: 981px) {
  .nav-group::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: -18px;
    right: -18px;
    top: 100%;
    height: 18px;
  }

  .nav-menu {
    z-index: 2;
    top: calc(100% + 0.15rem);
  }
}
/* royal-sun-dropdown-js-state-20260706 */
.nav-group.is-open .nav-menu {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

@media (max-width: 980px) {
  .nav-group.is-open .nav-menu {
    display: grid;
  }
}
/* royal-sun-focus-polish-20260706 */
.nav-menu-trigger:focus {
  outline: none;
}

.nav-menu-trigger:focus-visible {
  border-radius: 10px;
  box-shadow: 0 0 0 1px rgba(200, 167, 101, 0.55);
}

/* royal-sun-logo-polish-20260713 */
.site-header {
  padding-top: 10px;
  padding-bottom: 10px;
  transition: box-shadow 220ms ease, background-color 220ms ease;
}

.site-header.is-scrolled {
  box-shadow: 0 12px 34px rgba(31, 27, 22, 0.12);
}

.site-logo {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  width: 162px;
  height: 58px;
}

.site-logo img,
.footer-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.site-logo:focus-visible,
.footer-logo:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 4px;
}

.footer-logo {
  display: inline-flex;
  width: 220px;
  height: 79px;
  justify-self: start;
  filter: invert(1);
  opacity: 0.86;
}

@media (max-width: 980px) {
  .site-header {
    padding: 10px 22px;
  }

  .site-logo {
    width: 151px;
    height: 54px;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-left: 18px;
    padding-right: 18px;
  }

  .site-logo {
    width: 142px;
    height: 51px;
  }

  .footer-logo {
    width: 196px;
    height: 70px;
  }
}

/* royal-sun-menu-icon-polish-20260713 */
.nav-toggle {
  outline: none;
}

.nav-toggle:focus-visible {
  border-radius: 8px;
  box-shadow: 0 0 0 1px rgba(31, 27, 22, 0.24);
}

.nav-toggle span:not(.sr-only) {
  transform-origin: center;
  transition: transform 220ms ease, opacity 160ms ease;
}

.site-header.nav-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.site-header.nav-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.site-header.nav-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

