:root {
  --ink:#202a29;
  --muted:#66716f;
  --accent:#8ce0d7;
  --accent-hover:#72d2c7;
  --accent-dark:#24756c;
  --paper:#fff;
  --wash:#f6f8f7;
  --line:#e4e9e7;
  --radius:14px;
  --shell:1280px;
  font-family:Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:var(--paper);
  font-synthesis:none;
  text-rendering:optimizeLegibility}
* {
  box-sizing:border-box}
html {
  scroll-behavior:smooth;
  scroll-padding-top:112px}
body {
  margin:0}
a {
  color:inherit;
  text-decoration:none}
button,input,select,textarea {
  font:inherit}
a,button,summary {
  -webkit-tap-highlight-color:transparent}
button,summary {
  cursor:pointer}
img {
  display:block;
  max-width:100%;
  object-fit:cover}
button {
  color:inherit}
p {
  line-height:1.65}
h1,h2,h3,p {
  margin-top:0}
h1,h2,h3 {
  font-weight:500}
a:focus-visible,button:focus-visible,summary:focus-visible {
  outline:3px solid var(--accent-dark);
  outline-offset:5px}
.shell {
  width:calc(100% - 96px);
  max-width:var(--shell);
  margin-inline:auto}
.site-header {
  position:sticky;
  top:0;
  z-index:20;
  background:rgba(255,255,255,.96);
  border-bottom:1px solid var(--line)}
.header-inner {
  height:98px;
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:30px}
.brand {
  display:flex;
  align-items:center;
  gap:10px;
  font-size:22px;
  font-weight:600;
  letter-spacing:-.8px;
  line-height:1}
.brand-mark {
  color:var(--accent-dark);
  font-size:43px;
  font-weight:400}
.brand-sub {
  display:block;
  font-size:10px;
  letter-spacing:3px;
  margin-top:7px;
  font-weight:400}
nav {
  display:flex;
  align-items:center;
  gap:29px;
  font-size:14px}
nav>a:not(.button) {
  padding-block:12px}
nav>a:not(.button):hover,.text-link:hover {
  color:var(--accent-dark)}
.button {
  display:inline-flex;
  justify-content:center;
  align-items:center;
  gap:25px;
  padding:18px 23px;
  border:0;
  border-radius:7px;
  background:var(--accent);
  font-size:14px;
  line-height:1.35;
  font-weight:600;
  transition:background .2s,transform .2s}
.button:hover {
  background:var(--accent-hover);
  transform:translateY(-1px)}
.button span {
  font-size:19px;
  font-weight:400}
.nav-cta {
  padding:14px 18px;
  gap:19px;
  margin-left:10px}
.menu-toggle {
  display:none}
.hero {
  padding-block:55px 49px;
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:55px;
  align-items:center}
.hero-copy {
  padding-bottom:5px}
.eyebrow {
  font-size:11px;
  letter-spacing:1.6px;
  font-weight:600;
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:26px}
.small-line {
  width:23px;
  height:2px;
  background:var(--accent-dark);
  display:inline-block}
h1 {
  font-size:clamp(45px,4.55vw,66px);
  line-height:1.08;
  letter-spacing:-3px;
  margin-bottom:27px}
h1>span {
  color:#7b8782}
.hero-description {
  font-size:17px;
  color:var(--muted);
  line-height:1.7;
  margin-bottom:29px}
.hero-actions {
  display:flex;
  align-items:center;
  gap:25px}
.text-link {
  font-size:14px;
  display:inline-flex;
  gap:15px;
  align-items:center}
.hero-note {
  font-size:12px;
  color:var(--muted);
  margin:24px 0 0}
.hero-image-wrap {
  height:550px;
  position:relative;
  border-radius:var(--radius);
  overflow:hidden;
  background:#eff1ed}
.hero-image {
  width:100%;
  height:100%;
  object-position:center}
.image-caption {
  position:absolute;
  bottom:20px;
  left:20px;
  right:20px;
  display:flex;
  align-items:center;
  gap:14px;
  background:rgba(255,255,255,.94);
  border-radius:9px;
  padding:17px 19px;
  font-size:14px}
.caption-icon {
  font-size:28px;
  color:var(--accent-dark)}
.image-caption small {
  display:block;
  margin-top:5px;
  font-size:12px;
  color:var(--muted)}
.trust {
  display:grid;
  grid-template-columns:1fr 1fr 1.3fr 1.1fr;
  gap:20px;
  border-block:1px solid var(--line);
  padding:27px 0;
  font-size:13px}
.trust>div {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:10px}
.trust>div+div {
  border-left:1px solid var(--line)}
.trust span {
  font-size:23px;
  color:var(--accent-dark)}
.skip-link {
  position:fixed;
  top:-80px;
  left:10px;
  background:white;
  z-index:40;
  padding:15px}
.skip-link:focus {
  top:10px}

@media(min-width:1500px) {
  .hero {
  padding-top:65px}
.hero-image-wrap {
  height:600px}
}

@media(max-width:1050px) {
  .shell {
  width:calc(100% - 56px)}
nav {
  gap:19px}
.brand {
  font-size:19px}
.brand-mark {
  font-size:35px}
.nav-cta {
  margin-left:0}
.hero {
  gap:30px}
.hero-image-wrap {
  height:520px}
h1 {
  font-size:49px;
  letter-spacing:-2px}
.hero-actions {
  align-items:flex-start;
  flex-direction:column;
  gap:20px}
.trust {
  font-size:12px;
  gap:10px}
.trust>div {
  gap:7px}
}

@media(max-width:800px) {
  html {
  scroll-padding-top:88px}
.header-inner {
  height:78px}
.menu-toggle {
  display:flex;
  width:44px;
  height:44px;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  background:none;
  border:1px solid var(--line);
  border-radius:7px}
.menu-toggle span {
  width:19px;
  height:1px;
  background:var(--ink)}
nav {
  display:none;
  position:absolute;
  top:77px;
  left:0;
  right:0;
  background:white;
  padding:20px 28px 28px;
  border-bottom:1px solid var(--line);
  flex-direction:column;
  align-items:stretch;
  gap:8px}
nav.is-open {
  display:flex}
nav .button {
  margin-top:10px}
.hero {
  padding-top:40px;
  gap:25px}
.hero-image-wrap {
  height:470px}
h1 {
  font-size:43px}
.eyebrow {
  font-size:10px;
  letter-spacing:1px}
.hero-description {
  font-size:16px}
.desktop-break {
  display:none}
.hero-note {
  font-size:11px}
.trust {
  grid-template-columns:1fr 1fr;
  gap:20px;
  font-size:13px}
.trust>div {
  justify-content:flex-start}
.trust>div+div {
  border:0}
}

@media(max-width:600px) {
  .shell {
  width:calc(100% - 40px)}
.hero {
  grid-template-columns:1fr;
  padding:34px 0 28px;
  gap:30px}
.hero-copy {
  padding:0}
.eyebrow {
  margin-bottom:22px}
h1 {
  font-size:clamp(41px,10.7vw,59px);
  letter-spacing:-2px;
  margin-bottom:22px}
.hero-description {
  max-width:340px;
  margin-bottom:23px}
.hero-actions {
  flex-direction:row;
  align-items:center;
  gap:19px;
  flex-wrap:wrap}
.button {
  padding:16px 19px;
  gap:16px}
.hero-note {
  margin-top:20px;
  font-size:12px}
.hero-image-wrap {
  height:390px}
.image-caption {
  bottom:14px;
  left:14px;
  right:14px;
  padding:14px}
.trust {
  gap:19px 12px;
  padding-block:22px;
  font-size:12px}
.trust span {
  font-size:21px}
.trust>div {
  align-items:center}
.brand {
  font-size:21px}
}

@media(prefers-reduced-motion:reduce) {
  html {
  scroll-behavior:auto}
*,*:before,*:after {
  transition:none!important;
  animation:none!important}
}

.section-space {
  padding-block:95px}
.section-heading {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap:35px;
  margin-bottom:38px}
h2 {
  font-size:clamp(34px,3.25vw,46px);
  line-height:1.15;
  letter-spacing:-1.7px;
  margin-bottom:0}
.section-heading .eyebrow,.about-copy .eyebrow,.approach .eyebrow,.quote-copy .eyebrow {
  color:var(--accent-dark);
  margin-bottom:19px}
.section-heading>p {
  font-size:16px;
  color:var(--muted);
  margin-bottom:3px}
.featured-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:30px}
.service-image {
  overflow:hidden;
  position:relative;
  border-radius:11px;
  background:#f0f1ee}
.service-image img {
  width:100%;
  height:100%;
  transition:transform .45s}
.featured .service-image {
  height:325px}
.service:hover .service-image img {
  transform:scale(1.025)}
.image-label {
  position:absolute;
  bottom:18px;
  left:18px;
  padding:9px 12px;
  background:#fff;
  font-size:10px;
  letter-spacing:1.2px;
  border-radius:4px}
.service-title {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  margin-top:25px}
.service h3 {
  font-size:25px;
  letter-spacing:-.65px;
  margin-bottom:12px;
  line-height:1.25}
.service-number {
  color:#78837f;
  font-size:12px;
  margin-bottom:12px}
.service>p {
  color:var(--muted);
  font-size:16px;
  max-width:530px;
  margin-bottom:16px}
.service details {
  font-size:14px}
.service summary {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  list-style:none;
  border-top:1px solid var(--line);
  padding:15px 0;
  color:var(--accent-dark);
  font-weight:500}
.service summary::-webkit-details-marker {
  display:none}
.service summary span {
  font-size:21px;
  font-weight:400;
  transition:transform .2s}
.service details[open] summary span {
  transform:rotate(45deg)}
.service-detail {
  padding:0 0 18px}
.service-detail p {
  font-size:14px;
  color:var(--muted)}
.service-detail a {
  text-decoration:underline;
  text-underline-offset:4px;
  line-height:1.6}
.more-heading {
  margin-top:76px;
  margin-bottom:28px;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px}
.more-heading h2 {
  font-size:29px;
  letter-spacing:-1px}
.more-heading p {
  font-size:14px;
  color:var(--muted);
  margin:0}
.more-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:24px}
.compact .service-image {
  height:180px;
  margin-bottom:20px}
.compact h3 {
  font-size:20px;
  letter-spacing:-.5px;
  min-height:25px}
.compact>p {
  font-size:14px;
  line-height:1.65;
  min-height:69px}
.compact details {
  font-size:14px}
.regular-photo, .deep-photo, .move-photo, .construction-photo {
  object-position: center;
}
.about-band {
  background:var(--wash);
  padding-block:70px}
.about-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:95px;
  align-items:center}
.about-image {
  height:460px;
  position:relative;
  overflow:hidden;
  border-radius:11px}
.about-image img {
  width:100%;
  height:100%;
  object-position:25% center}
.about-image-tag {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:22px;
  background:rgba(255,255,255,.93);
  font-size:11px;
  letter-spacing:1px}
.about-copy h2 {
  margin-bottom:25px}
.about-copy>p:not(.eyebrow) {
  font-size:16px;
  max-width:445px;
  color:var(--muted);
  margin-bottom:17px}
.about-copy .text-link {
  margin-top:13px;
  color:var(--accent-dark)}
.approach {
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:70px}
.approach-content>p {
  font-size:16px;
  color:var(--muted);
  max-width:520px}
.approach-content .approach-intro {
  font-size:23px;
  color:var(--ink);
  line-height:1.45;
  letter-spacing:-.5px;
  margin-bottom:20px}
.approach-steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:25px;
  border-top:1px solid var(--line);
  padding-top:26px;
  margin-top:31px}
.approach-steps span {
  font-size:12px;
  color:var(--accent-dark)}
.approach-steps h3 {
  font-size:17px;
  margin:15px 0 9px}
.approach-steps p {
  font-size:14px;
  margin:0;
  color:var(--muted)}
.quote-band {
  background:var(--wash);
  padding-block:74px}
.quote-grid {
  display:grid;
  grid-template-columns:1fr 1.2fr;
  gap:70px;
  align-items:center}
.quote-copy h2 {
  margin-bottom:24px}
.quote-copy>p:not(.eyebrow) {
  max-width:335px;
  color:var(--muted);
  font-size:16px}
.quote-note {
  display:flex;
  align-items:center;
  gap:14px;
  margin-top:35px}
.quote-note>span {
  font-size:29px;
  color:var(--accent-dark)}
.quote-note p {
  font-size:14px;
  color:var(--muted);
  margin:0}
.quote-container {
  background:white;
  border:1px solid var(--line);
  border-radius:12px;
  min-height:370px;
  overflow:hidden;
  padding:20px}
.form-placeholder {
  border:1px dashed #ccd8d3;
  border-radius:7px;
  min-height:330px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding:30px 24px}
.form-icon {
  display:flex;
  align-items:center;
  justify-content:center;
  background:#f0f8f6;
  color:var(--accent-dark);
  width:60px;
  height:60px;
  border-radius:15px;
  margin-bottom:22px}
.form-placeholder h3 {
  font-size:23px;
  letter-spacing:-.5px;
  margin-bottom:12px}
.form-placeholder p {
  font-size:14px;
  color:var(--muted);
  margin-bottom:20px}
.form-status {
  font-size:12px;
  color:var(--muted);
  padding:9px 13px;
  border-radius:5px;
  background:var(--wash)}
.quote-container iframe {
  width:100%;
  border:0;
  min-height:620px}
.footer-main {
  padding-block:59px 45px;
  display:grid;
  grid-template-columns:1.4fr 1fr 1fr;
  gap:60px}
.footer-location {
  color:var(--muted);
  font-size:14px;
  margin:23px 0 0}
.footer-main h2 {
  font-size:14px;
  letter-spacing:0;
  margin:0 0 20px;
  font-weight:600}
.footer-contact p {
  font-size:14px;
  display:flex;
  gap:18px;
  margin-bottom:12px}
.footer-contact p>span,.footer-social>p {
  color:var(--muted);
  font-size:14px}
.footer-social .button {
  margin-top:3px;
  padding:13px 18px}
.footer-bottom {
  border-top:1px solid var(--line);
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:20px;
  padding:23px 0;
  color:var(--muted);
  font-size:12px}
.footer-bottom p {
  margin:0}
.trust {
  font-size:14px}
.eyebrow {
  font-size:12px}
.brand-sub {
  font-size:10px}

@media(max-width:1050px) {
  .section-space {
  padding-block:75px}
.featured .service-image {
  height:285px}
.service h3 {
  font-size:22px}
.more-grid {
  gap:20px}
.compact h3 {
  font-size:19px;
  min-height:48px}
.compact .service-image {
  height:150px}
.about-grid {
  gap:50px}
.approach,.quote-grid {
  gap:45px}
.trust {
  font-size:13px}
.footer-main {
  gap:30px}
.hero .eyebrow {
  font-size:11px}
}

@media(max-width:800px) {
  .section-heading {
  align-items:flex-start}
.section-heading>p {
  max-width:260px}
.featured .service-image {
  height:240px}
.service h3 {
  font-size:21px}
.more-grid {
  grid-template-columns:1fr 1fr;
  row-gap:30px}
.compact .service-image {
  height:210px}
.compact h3 {
  min-height:0}
.compact>p {
  min-height:47px}
.more-heading {
  align-items:flex-start;
  flex-direction:column;
  gap:12px;
  margin-top:55px}
.about-grid {
  gap:32px}
.about-image {
  height:460px}
.about-copy h2 {
  font-size:35px}
.approach,.quote-grid {
  grid-template-columns:1fr;
  gap:35px}
.approach-content>p {
  max-width:100%}
.quote-copy>p:not(.eyebrow) {
  max-width:430px}
.quote-note {
  margin-top:20px}
.footer-main {
  grid-template-columns:1.2fr 1fr;
  gap:35px}
.footer-social {
  grid-column:2}
.footer-bottom>p:nth-child(2) {
  display:none}
.hero .eyebrow {
  font-size:10px}
}

@media(max-width:600px) {
  .section-space {
  padding-block:55px}
.section-heading {
  flex-direction:column;
  gap:22px;
  margin-bottom:28px}
h2 {
  font-size:35px;
  letter-spacing:-1.3px}
.section-heading>p {
  max-width:100%;
  margin:0}
.featured-grid {
  grid-template-columns:1fr;
  gap:34px}
.featured .service-image {
  height:265px}
.service-title {
  margin-top:21px}
.service h3 {
  font-size:23px}
.service>p {
  font-size:16px}
.more-heading h2 {
  font-size:28px}
.more-grid {
  gap:25px 18px}
.compact .service-image {
  height:150px;
  margin-bottom:17px}
.compact h3 {
  font-size:19px;
  min-height:48px}
.compact>p {
  font-size:14px;
  min-height:92px}
.image-label {
  font-size:10px}
.about-band {
  padding-block:40px}
.about-grid {
  grid-template-columns:1fr;
  gap:32px}
.about-image {
  height:340px}
.about-copy h2 {
  font-size:38px}
.about-copy .text-link {
  margin-top:9px}
.approach-steps {
  gap:18px}
.approach-steps h3 {
  font-size:16px}
.approach-steps p {
  font-size:14px}
.approach-content .approach-intro {
  font-size:23px}
.quote-band {
  padding-block:49px}
.quote-grid {
  gap:30px}
.quote-container {
  padding:12px;
  min-height:330px}
.form-placeholder {
  min-height:305px;
  padding:23px 12px}
.form-placeholder h3 {
  font-size:22px}
.footer-main {
  padding-block:42px;
  grid-template-columns:1fr;
  gap:33px}
.footer-social {
  grid-column:auto}
.footer-main h2 {
  margin-bottom:15px}
.footer-location {
  margin-top:20px}
.footer-bottom {
  font-size:12px;
  gap:15px;
  align-items:flex-start}
.trust {
  font-size:12px}
.hero .eyebrow {
  font-size:10px}
}

@media(max-width:360px) {
  .more-grid {
  grid-template-columns:1fr}
.compact .service-image {
  height:200px}
.compact h3,.compact>p {
  min-height:0}
.approach-steps {
  grid-template-columns:1fr}
.trust {
  grid-template-columns:1fr}
.hero h1 {
  font-size:40px}
.form-placeholder h3 {
  font-size:20px}
}


/* Supplied Just Cleaning Team branding. Original PNGs stay unchanged. */
.brand { gap: 11px; flex-shrink: 0; }
.brand-logo { width: 56px; height: 56px; object-fit: contain; }
.brand-name { color: #24756c; font-size: 21px; font-weight: 700; letter-spacing: -.65px; line-height: 1.15; }
.footer-brand { display: block; width: 245px; max-width: 100%; }
.footer-brand img { width: 100%; height: auto; object-fit: contain; }
.footer-brand + .footer-location { margin-top: 8px; }
@media (max-width: 1050px) {
 .brand-name { font-size: 19px; }
 .brand-logo { width: 49px; height: 49px; }
}
@media (max-width: 600px) {
 .brand-name { font-size: 18px; }
 .brand-logo { width: 45px; height: 45px; }
 .brand { gap: 8px; }
 .footer-brand { width: 230px; }
}

/* Quiet headings, shared Tiffany branding, and inline quote form. */
:root { --heading-soft: #7b8782; }
.brand-name { color: var(--accent); }
.brand-logo-tint { display: block; flex-shrink: 0; background: var(--accent); -webkit-mask: url("assets/jct-mark.png") center / contain no-repeat; mask: url("assets/jct-mark.png") center / contain no-repeat; }
.footer-brand { display: flex; flex-direction: column; align-items: flex-start; gap: 12px; width: auto; }
.footer-brand .brand-logo { width: 64px; height: 64px; }
.footer-brand .brand-name { font-size: 21px; }
.footer-brand + .footer-location { margin-top: 20px; }
.hero h1 > span, #services-heading, .more-heading h2, .about-copy h2 { color: var(--heading-soft); }
.services.section-space { padding-top: 48px; }
.services .section-heading { justify-content: center; text-align: center; margin-bottom: 48px; }
#services-heading { font-size: clamp(30px, 3.3vw, 44px); line-height: 1.25; }
.quote-grid { align-items: start; }
.quote-copy { padding-top: 28px; }
.quote-container { padding: 24px; }
.quote-container iframe { display: block; min-height: 0; border: 0; width: 100%; }
.form-fallback { margin: 20px 0 0; font-size: 14px; color: var(--accent-dark); }
.form-fallback a { text-decoration: underline; text-underline-offset: 4px; }
@media (max-width: 600px) {
 .services .section-heading { margin-bottom: 30px; align-items: center; }
 .services.section-space { padding-top: 26px; }
 #services-heading { font-size: 32px; }
 .quote-container { padding: 15px; }
 .quote-copy { padding-top: 0; }
}

/* Give the full questionnaire enough room without an empty side column. */
.quote-grid { display: block; max-width: 820px; }
.quote-copy { padding-top: 0; margin-bottom: 32px; }
.quote-copy > p:not(.eyebrow) { max-width: 100%; }
.quote-container { overflow-anchor: none; }

/* Restrained heading accents, readable supporting copy. */
.brand-name, #approach-heading, #quote-heading, .about-copy .eyebrow { color: var(--heading-soft); }
.about-copy > p:not(.eyebrow) { color: var(--ink); }
.footer-brand { width: max-content; max-width: 100%; align-items: center; text-align: center; }
.approach { grid-template-columns: 1fr 1fr; align-items: center; gap: 80px; }
#approach-heading { font-size: clamp(30px, 3vw, 42px); line-height: 1.24; max-width: 540px; }
.approach-list { list-style: none; margin: 0; padding: 0; }
.approach-list li { display: grid; grid-template-columns: 110px 1fr; gap: 22px; align-items: baseline; padding: 24px 0; border-bottom: 1px solid var(--line); }
.approach-list li:first-child { border-top: 1px solid var(--line); }
.approach-list h3 { margin: 0; font-size: 19px; color: var(--ink); }
.approach-list p { margin: 0; font-size: 16px; color: var(--muted); }
.quote-copy h2 { margin-bottom: 0; }
@media (max-width: 1050px) { .approach { gap: 45px; } .approach-list li { grid-template-columns: 90px 1fr; gap: 15px; } }
@media (max-width: 800px) { .approach { grid-template-columns: 1fr; gap: 30px; } #approach-heading { max-width: 600px; } }
@media (max-width: 600px) { .approach-list li { padding-block: 20px; } .approach-list h3 { font-size: 18px; } }

/* Current colour study: black for hierarchy, grey-brown for supporting copy, and one quiet logo colour. */
:root { --ink: #202a29; --heading-soft: #7b8782; --muted: #66716f; --brand-teal: #59b8b0; }
.brand-name { color: var(--brand-teal); }
.brand-logo-tint { background: var(--brand-teal); }
.hero h1 > span,
#services-heading,
.more-heading h2,
.about-copy h2,
#approach-heading,
#quote-heading { color: var(--ink); }
.hero h1 > span { color: var(--heading-soft); }
.service h3,
.approach-list h3 { color: var(--ink); }
.hero-description,
.hero-note,
.service > p,
.service-detail p,
.about-copy > p:not(.eyebrow),
.approach-list p { color: var(--muted); }
.footer-brand .brand-name { color: var(--brand-teal); }

.facebook-link { display: inline-flex; align-items: center; gap: 10px; }
.facebook-link svg { display: block; flex-shrink: 0; }

/* Privacy page and discreet policy links. */
.privacy-link { font-size: 14px; text-decoration: underline; text-underline-offset: 3px; }
.form-privacy { margin: 12px 0 0; color: var(--muted); }
.privacy-page { max-width: 800px; padding-top: 64px; padding-bottom: 80px; }
.privacy-page h1 { font-size: clamp(36px, 5vw, 52px); line-height: 1.15; margin: 0 0 16px; }
.privacy-page .privacy-updated { font-size: 14px; color: var(--muted); margin-bottom: 32px; }
.privacy-page section { margin-top: 36px; }
.privacy-page h2 { font-size: 24px; line-height: 1.3; margin: 0 0 16px; }
.privacy-page p, .privacy-page li { font-size: 16px; line-height: 1.75; }
.privacy-page p { margin: 0 0 16px; }
.privacy-page ul { padding-left: 24px; margin: 0 0 20px; }
.privacy-page li { margin-bottom: 6px; }
.privacy-page a { text-decoration: underline; text-underline-offset: 3px; overflow-wrap: anywhere; }
@media (max-width: 600px) { .privacy-page { padding-top: 40px; padding-bottom: 56px; } }

/* Vector arrows avoid emoji substitution on iOS. */
.arrow-icon, .facebook-link .arrow-icon { display: inline-block; width: 1em; height: 1em; vertical-align: -0.125em; flex-shrink: 0; }
