/*
Theme Name: Randevu Atelier
Theme URI: https://example.com/randevu-atelier
Author: Manus AI
Description: Randevu ve profesyonel hizmet işletmeleri için özgün, zaman çizelgesi odaklı, duyarlı WordPress teması.
Version: 1.0.0
Text Domain: randevu-atelier
Requires at least: 5.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
*/

/* Randevu Atelier: çağdaş kurumsal misafirperverlik; gece laciverti, randevu kayısısı,
   ince zaman rayı, geniş nefes alan görsel yüzeyler. Bu dosyadaki her seçim bu yönü korur. */

:root {
  --rav-navy: #10243a;
  --rav-navy-deep: #091827;
  --rav-ink: #182333;
  --rav-apricot: #ff9f7b;
  --rav-apricot-pale: #ffd8c9;
  --rav-ivory: #f7f3ed;
  --rav-paper: #fffdfa;
  --rav-mist: #dce7ee;
  --rav-line: rgba(16, 36, 58, .16);
  --rav-shadow: 0 26px 65px rgba(11, 29, 45, .13);
  --rav-serif: "DM Serif Display", Georgia, serif;
  --rav-sans: "Manrope", Arial, sans-serif;
  --rav-ease: cubic-bezier(.23, 1, .32, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--rav-paper); color: var(--rav-ink); font-family: var(--rav-sans); font-size: 16px; line-height: 1.65; }
body.menu-open { overflow: hidden; }
img { max-width: 100%; height: auto; display: block; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
button { cursor: pointer; }
::selection { color: var(--rav-navy); background: var(--rav-apricot-pale); }

.rav-shell { width: min(1210px, calc(100% - 48px)); margin: 0 auto; }
.rav-screen-reader { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); border: 0; }
.rav-skip-link { position: fixed; left: 14px; top: -60px; z-index: 99; padding: .7rem 1rem; background: var(--rav-apricot); color: var(--rav-navy); font-weight: 800; }
.rav-skip-link:focus { top: 14px; }

/* Header: sakin karşılama yüzeyi ve kayısı vurgulu küçük markalama */
.site-header { position: relative; z-index: 20; background: var(--rav-navy); color: #fff; }
.rav-topline { border-bottom: 1px solid rgba(255,255,255,.14); font-size: .71rem; letter-spacing: .09em; text-transform: uppercase; color: rgba(255,255,255,.68); }
.rav-topline .rav-shell { min-height: 33px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.rav-topline a { color: var(--rav-apricot-pale); }
.rav-mainnav { display: flex; align-items: center; justify-content: space-between; gap: 1.4rem; min-height: 88px; }
.custom-logo-link { flex: 0 0 auto; }
.custom-logo { width: 48px; height: 48px; object-fit: contain; }
.rav-brand { display: flex; align-items: center; gap: .78rem; min-width: 0; }
.rav-brand-mark { width: 43px; height: 43px; object-fit: contain; }
.rav-brand-name { display: block; color: #fff; font-size: .93rem; font-weight: 800; letter-spacing: .14em; line-height: 1.05; text-transform: uppercase; }
.rav-brand-sub { display: block; margin-top: .22rem; color: var(--rav-apricot); font-size: .56rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
.rav-nav { margin-left: auto; }
.rav-nav ul { display: flex; align-items: center; gap: 1.45rem; padding: 0; margin: 0; list-style: none; }
.rav-nav a { position: relative; display: inline-block; padding: .45rem 0; color: rgba(255,255,255,.82); font-size: .78rem; font-weight: 800; letter-spacing: .05em; text-transform: uppercase; }
.rav-nav a::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 2px; transform: scaleX(0); transform-origin: left; background: var(--rav-apricot); transition: transform .2s var(--rav-ease); }
.rav-nav a:hover::after, .rav-nav .current-menu-item a::after { transform: scaleX(1); }
.rav-header-cta { flex: 0 0 auto; }
.rav-menu-toggle { display: none; padding: .55rem; border: 1px solid rgba(255,255,255,.32); border-radius: 0; background: transparent; color: #fff; }
.rav-menu-toggle svg { display: block; width: 23px; height: 23px; }

/* Buttons and micro labels */
.rav-button { display: inline-flex; align-items: center; justify-content: center; gap: .65rem; min-height: 50px; padding: .78rem 1.1rem; border: 1px solid transparent; background: var(--rav-apricot); color: var(--rav-navy); font-size: .74rem; font-weight: 900; letter-spacing: .1em; line-height: 1.1; text-transform: uppercase; transition: transform .16s var(--rav-ease), background .16s var(--rav-ease), color .16s var(--rav-ease); }
.rav-button:hover { transform: translateY(-2px); background: #ffb294; }
.rav-button:active { transform: scale(.97); }
.rav-button--light { background: var(--rav-paper); color: var(--rav-navy); }
.rav-button--line { border-color: rgba(255,255,255,.46); background: transparent; color: #fff; }
.rav-button--line:hover { background: #fff; color: var(--rav-navy); }
.rav-button svg { width: 17px; height: 17px; }
.rav-kicker { display: flex; align-items: center; gap: .65rem; margin: 0 0 1rem; color: var(--rav-apricot); font-size: .68rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.rav-kicker::before { width: 32px; height: 1px; content: ""; background: currentColor; }
.rav-section-title { max-width: 650px; margin: 0; font-family: var(--rav-serif); font-size: clamp(2.35rem, 5vw, 4.6rem); font-weight: 400; letter-spacing: -.045em; line-height: .98; }
.rav-section-copy { max-width: 470px; margin: 1.55rem 0 0; color: rgba(24,35,51,.74); }

/* Hero: metin sol alt, çerçevesiz özgün fotoğraf sağ üst */
.rav-hero { position: relative; overflow: hidden; background: var(--rav-navy); color: #fff; }
.rav-hero::before { position: absolute; left: 8%; bottom: 0; width: 1px; height: 58%; content: ""; background: rgba(255,255,255,.17); }
.rav-hero-grid { position: relative; display: grid; grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr); align-items: end; gap: clamp(2rem, 5vw, 5.8rem); min-height: 660px; padding: 74px 0 0; }
.rav-hero-copy { position: relative; z-index: 2; padding: 2rem 0 5.8rem; }
.rav-hero-copy .rav-kicker { color: var(--rav-apricot); }
.rav-hero-copy h1 { max-width: 580px; margin: 0; font-family: var(--rav-serif); font-size: clamp(3.25rem, 6vw, 6.8rem); font-weight: 400; letter-spacing: -.062em; line-height: .89; }
.rav-hero-copy p { max-width: 460px; margin: 1.65rem 0 2rem; color: rgba(255,255,255,.74); font-size: 1rem; }
.rav-hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: .9rem; }
.rav-hero-proof { display: flex; align-items: center; gap: .85rem; margin-top: 2.25rem; color: rgba(255,255,255,.63); font-size: .76rem; }
.rav-hero-proof span { width: 8px; height: 8px; border-radius: 100%; background: var(--rav-apricot); box-shadow: 0 0 0 6px rgba(255,159,123,.13); }
.rav-hero-photo { position: relative; min-height: 586px; }
.rav-hero-photo::after { position: absolute; left: -18px; bottom: 0; width: 58%; height: 53%; content: ""; border: 1px solid var(--rav-apricot); border-bottom: 0; pointer-events: none; }
.rav-hero-photo img { position: absolute; z-index: 1; inset: 0 0 0 auto; width: 100%; height: 100%; object-fit: cover; object-position: center right; filter: saturate(.89) contrast(1.02); }
.rav-hero-date-card { position: absolute; z-index: 2; left: -44px; bottom: 42px; width: 174px; padding: 1.15rem 1.15rem 1.25rem; background: var(--rav-apricot); color: var(--rav-navy); box-shadow: var(--rav-shadow); }
.rav-hero-date-card small, .rav-hero-date-card strong { display: block; }
.rav-hero-date-card small { margin-bottom: .3rem; font-size: .61rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.rav-hero-date-card strong { font-family: var(--rav-serif); font-size: 2.1rem; font-weight: 400; letter-spacing: -.05em; line-height: 1; }
.rav-hero-date-card em { display: block; margin-top: .35rem; font-size: .69rem; font-style: normal; font-weight: 700; }

.rav-marquee { overflow: hidden; background: var(--rav-apricot); color: var(--rav-navy); }
.rav-marquee-track { display: flex; align-items: center; justify-content: space-between; gap: 1.2rem; min-height: 61px; font-size: .69rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; }
.rav-marquee-dot { width: 7px; height: 7px; flex: 0 0 auto; border-radius: 50%; background: var(--rav-navy); }

/* Timeline sections */
.rav-timeline { position: relative; }
.rav-timeline::before { position: absolute; top: 0; bottom: 0; left: calc((100% - min(1210px, calc(100% - 48px))) / 2 + 22px); width: 1px; content: ""; background: var(--rav-line); }
.rav-section { position: relative; padding: 130px 0; }
.rav-section--ivory { background: var(--rav-ivory); }
.rav-section--mist { background: var(--rav-mist); }
.rav-section-grid { display: grid; grid-template-columns: 88px minmax(0, 1fr); gap: 3.3rem; }
.rav-index { position: relative; z-index: 1; display: flex; flex-direction: column; align-items: center; width: 45px; min-height: 110px; padding-top: .2rem; background: var(--rav-paper); color: var(--rav-navy); font-size: .68rem; font-weight: 900; letter-spacing: .14em; }
.rav-index::after { width: 1px; height: 35px; margin-top: .8rem; content: ""; background: var(--rav-apricot); }
.rav-section--ivory .rav-index { background: var(--rav-ivory); }
.rav-section--mist .rav-index { background: var(--rav-mist); }
.rav-services { display: grid; grid-template-columns: minmax(255px, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 7vw, 7.3rem); align-items: start; }
.rav-service-list { margin: .4rem 0 0; padding: 0; border-top: 1px solid var(--rav-line); list-style: none; }
.rav-service-card { position: relative; display: grid; grid-template-columns: 50px 1fr auto; align-items: center; gap: 1rem; min-height: 116px; padding: 1.1rem 0; border-bottom: 1px solid var(--rav-line); transition: padding-left .22s var(--rav-ease), color .22s var(--rav-ease); }
.rav-service-card:hover { padding-left: .7rem; color: var(--rav-navy); }
.rav-service-no { color: var(--rav-apricot); font-size: .65rem; font-weight: 900; letter-spacing: .12em; }
.rav-service-card h3 { margin: 0; font-family: var(--rav-serif); font-size: clamp(1.55rem, 2vw, 2.1rem); font-weight: 400; letter-spacing: -.035em; line-height: 1.1; }
.rav-service-card p { max-width: 420px; margin: .35rem 0 0; color: rgba(24,35,51,.65); font-size: .8rem; line-height: 1.6; }
.rav-arrow { display: grid; width: 37px; height: 37px; place-items: center; border: 1px solid var(--rav-line); border-radius: 50%; color: var(--rav-navy); transition: background .2s var(--rav-ease), color .2s var(--rav-ease), transform .2s var(--rav-ease); }
.rav-service-card:hover .rav-arrow { transform: translateX(4px); border-color: var(--rav-navy); background: var(--rav-navy); color: #fff; }
.rav-arrow svg { width: 15px; height: 15px; }
.rav-service-visual { position: relative; min-height: 510px; }
.rav-service-visual::before { position: absolute; top: 22px; right: 0; width: 83%; height: 84%; content: ""; background: var(--rav-navy); }
.rav-service-visual img { position: absolute; z-index: 1; bottom: 0; left: 0; width: 76%; height: 84%; object-fit: cover; box-shadow: var(--rav-shadow); }
.rav-service-stamp { position: absolute; z-index: 2; top: 63px; right: 3%; width: 135px; padding: .95rem; border: 1px solid var(--rav-apricot); color: var(--rav-apricot); font-size: .61rem; font-weight: 900; letter-spacing: .13em; line-height: 1.55; text-transform: uppercase; }

/* Flow section */
.rav-flow-intro { display: grid; grid-template-columns: minmax(0, .95fr) minmax(300px, .55fr); gap: 3rem; align-items: end; }
.rav-flow-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin-top: 4.4rem; border-top: 1px solid rgba(255,255,255,.2); }
.rav-flow-step { position: relative; min-height: 330px; padding: 1.7rem 2rem 1.6rem 0; border-right: 1px solid rgba(255,255,255,.2); }
.rav-flow-step:not(:first-child) { padding-left: 2rem; }
.rav-flow-step:last-child { border-right: 0; }
.rav-flow-number { color: var(--rav-apricot); font-size: .7rem; font-weight: 900; letter-spacing: .14em; }
.rav-flow-step h3 { max-width: 250px; margin: 4.8rem 0 0; color: #fff; font-family: var(--rav-serif); font-size: clamp(1.8rem, 3vw, 2.65rem); font-weight: 400; letter-spacing: -.04em; line-height: 1.02; }
.rav-flow-step p { max-width: 280px; margin: 1.1rem 0 0; color: rgba(255,255,255,.67); font-size: .84rem; }
.rav-flow-mark { position: absolute; bottom: 1.7rem; left: 0; width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--rav-apricot); }
.rav-flow-step:nth-child(2) .rav-flow-mark { border-radius: 0 50% 50% 0; }
.rav-flow-step:nth-child(3) .rav-flow-mark { border-radius: 50% 0 0 50%; background: var(--rav-apricot); }

/* Expert zone */
.rav-experts-layout { display: grid; grid-template-columns: minmax(230px, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 7vw, 7rem); align-items: start; }
.rav-expert-feature { position: relative; margin-top: 3rem; }
.rav-expert-feature img { width: 84%; aspect-ratio: 3/4; object-fit: cover; }
.rav-expert-caption { position: absolute; right: 0; bottom: 0; width: 58%; padding: 1.1rem 1.2rem; background: var(--rav-navy); color: #fff; }
.rav-expert-caption strong { display: block; font-family: var(--rav-serif); font-size: 1.3rem; font-weight: 400; letter-spacing: -.02em; }
.rav-expert-caption span { display: block; margin-top: .3rem; color: var(--rav-apricot); font-size: .62rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.rav-expert-list { padding-top: 1.1rem; border-top: 1px solid var(--rav-line); }
.rav-expert-card { display: grid; grid-template-columns: 62px 1fr auto; align-items: center; gap: 1rem; min-height: 112px; border-bottom: 1px solid var(--rav-line); }
.rav-expert-avatar { display: grid; width: 49px; height: 49px; place-items: center; border-radius: 50%; background: var(--rav-apricot-pale); color: var(--rav-navy); font-family: var(--rav-serif); font-size: 1.35rem; }
.rav-expert-card h3 { margin: 0; font-family: var(--rav-serif); font-size: 1.55rem; font-weight: 400; letter-spacing: -.03em; line-height: 1.1; }
.rav-expert-card p { margin: .24rem 0 0; color: rgba(24,35,51,.65); font-size: .75rem; }
.rav-expert-card a { color: var(--rav-navy); font-size: .66rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }

/* FAQ and enquiry */
.rav-faq-layout { display: grid; grid-template-columns: minmax(265px, .75fr) minmax(0, 1.25fr); gap: clamp(2rem, 8vw, 8rem); }
.rav-faq-list { margin: 0; padding: 0; border-top: 1px solid rgba(255,255,255,.24); list-style: none; }
.rav-faq-item { border-bottom: 1px solid rgba(255,255,255,.24); }
.rav-faq-item details { padding: 1.32rem 0; }
.rav-faq-item summary { display: flex; align-items: center; justify-content: space-between; gap: 1rem; color: #fff; font-family: var(--rav-serif); font-size: 1.45rem; letter-spacing: -.025em; line-height: 1.15; cursor: pointer; list-style: none; }
.rav-faq-item summary::-webkit-details-marker { display: none; }
.rav-faq-item summary::after { flex: 0 0 auto; width: 25px; height: 25px; content: "+"; display: grid; place-items: center; border: 1px solid var(--rav-apricot); border-radius: 50%; color: var(--rav-apricot); font-family: var(--rav-sans); font-size: 1rem; line-height: 1; }
.rav-faq-item details[open] summary::after { content: "–"; }
.rav-faq-answer { max-width: 620px; padding: .8rem 2.3rem .15rem 0; color: rgba(255,255,255,.68); font-size: .85rem; }
.rav-booking { position: relative; overflow: hidden; background: var(--rav-apricot); color: var(--rav-navy); }
.rav-booking::after { position: absolute; top: -160px; right: -90px; width: 440px; height: 440px; content: ""; border: 1px solid rgba(16,36,58,.32); border-radius: 50%; }
.rav-booking-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: clamp(2rem, 7vw, 7.5rem); align-items: start; padding: 110px 0; }
.rav-booking h2 { max-width: 480px; margin: 0; font-family: var(--rav-serif); font-size: clamp(2.7rem, 5vw, 4.6rem); font-weight: 400; letter-spacing: -.05em; line-height: .95; }
.rav-booking p { max-width: 410px; margin: 1.35rem 0 0; font-size: .92rem; }
.rav-contact-inline { display: flex; flex-wrap: wrap; gap: .45rem 1.4rem; margin-top: 2rem; font-size: .73rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.rav-contact-inline a { border-bottom: 1px solid rgba(16,36,58,.45); }
.rav-form { display: grid; grid-template-columns: 1fr 1fr; gap: .95rem; padding: 1.35rem; background: var(--rav-paper); box-shadow: var(--rav-shadow); }
.rav-form label { display: block; color: var(--rav-navy); font-size: .63rem; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.rav-form input, .rav-form select, .rav-form textarea { width: 100%; margin-top: .45rem; padding: .75rem 0; border: 0; border-bottom: 1px solid rgba(16,36,58,.32); border-radius: 0; outline: none; background: transparent; color: var(--rav-ink); font-size: .88rem; }
.rav-form textarea { min-height: 80px; resize: vertical; }
.rav-form input:focus, .rav-form select:focus, .rav-form textarea:focus { border-color: var(--rav-apricot); box-shadow: 0 1px 0 var(--rav-apricot); }
.rav-form .rav-field-full { grid-column: 1 / -1; }
.rav-form .rav-button { width: 100%; margin-top: .25rem; }
.rav-form-note { grid-column: 1 / -1; margin: 0; color: rgba(24,35,51,.62); font-size: .67rem; line-height: 1.5; }
.rav-form-status { grid-column: 1 / -1; margin: 0; padding: .65rem .75rem; background: var(--rav-mist); color: var(--rav-navy); font-size: .76rem; font-weight: 700; }
.rav-form-status--error { background: var(--rav-apricot-pale); }

/* Content and footer */
.rav-content { padding: 100px 0; }
.rav-entry { max-width: 780px; }
.rav-entry h1, .rav-entry h2, .rav-entry h3 { font-family: var(--rav-serif); font-weight: 400; letter-spacing: -.035em; line-height: 1.05; }
.rav-entry h1 { font-size: clamp(3rem, 6vw, 5rem); }
.rav-entry h2 { margin-top: 2em; font-size: 2.25rem; }
.rav-entry a { color: var(--rav-navy); border-bottom: 1px solid var(--rav-apricot); }
.rav-post-list { display: grid; gap: 2rem; }
.rav-post-card { padding-bottom: 2rem; border-bottom: 1px solid var(--rav-line); }
.rav-post-card h2 { margin: 0; font-family: var(--rav-serif); font-size: 2.35rem; font-weight: 400; letter-spacing: -.04em; }
.rav-post-meta { margin: .55rem 0 1rem; color: rgba(24,35,51,.56); font-size: .7rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.site-footer { background: var(--rav-navy-deep); color: #fff; }
.rav-footer-main { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: 2rem; padding: 68px 0 46px; }
.rav-footer-main p { max-width: 330px; color: rgba(255,255,255,.62); font-size: .78rem; }
.rav-footer-title { margin: 0 0 1.05rem; color: var(--rav-apricot); font-size: .66rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.rav-footer-menu { margin: 0; padding: 0; list-style: none; }
.rav-footer-menu li { margin: .55rem 0; }
.rav-footer-menu a, .rav-footer-contact { color: rgba(255,255,255,.72); font-size: .8rem; }
.rav-footer-contact { display: block; margin: .55rem 0; }
.rav-footer-bottom { display: flex; align-items: center; justify-content: space-between; gap: 1.5rem; min-height: 60px; border-top: 1px solid rgba(255,255,255,.12); color: rgba(255,255,255,.45); font-size: .64rem; letter-spacing: .07em; text-transform: uppercase; }

@media (max-width: 900px) {
  .rav-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; padding: 1rem 24px 1.5rem; background: var(--rav-navy-deep); border-top: 1px solid rgba(255,255,255,.1); }
  .rav-nav.is-open { display: block; }
  .rav-nav ul { display: block; }
  .rav-nav li { border-bottom: 1px solid rgba(255,255,255,.1); }
  .rav-nav a { display: block; padding: .78rem 0; }
  .rav-header-cta { display: none; }
  .rav-menu-toggle { display: block; margin-left: auto; }
  .rav-hero-grid { grid-template-columns: 1fr; min-height: 0; gap: 0; padding-top: 2rem; }
  .rav-hero-copy { padding: 3rem 0 4.2rem; }
  .rav-hero-photo { min-height: 500px; margin: 0 -24px; }
  .rav-hero-date-card { left: 24px; }
  .rav-timeline::before { left: 23px; }
  .rav-section { padding: 82px 0; }
  .rav-section-grid { grid-template-columns: 54px 1fr; gap: 1.8rem; }
  .rav-services, .rav-experts-layout, .rav-faq-layout, .rav-booking-grid { grid-template-columns: 1fr; }
  .rav-service-visual { min-height: 420px; }
  .rav-flow-grid { grid-template-columns: 1fr; margin-top: 2.6rem; }
  .rav-flow-step, .rav-flow-step:not(:first-child) { min-height: 210px; padding: 1.7rem 0; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .rav-flow-step h3 { margin-top: 2rem; }
  .rav-flow-mark { display: none; }
  .rav-expert-feature img { width: 72%; }
  .rav-booking-grid { gap: 3rem; padding: 78px 0; }
}

@media (max-width: 620px) {
  .rav-shell { width: min(100% - 32px, 1210px); }
  .rav-topline .rav-shell { justify-content: center; }
  .rav-topline .rav-topline-mail { display: none; }
  .rav-mainnav { min-height: 74px; }
  .rav-brand-mark { width: 37px; height: 37px; }
  .rav-brand-name { font-size: .79rem; }
  .rav-hero-copy h1 { font-size: clamp(3.25rem, 16vw, 4.75rem); }
  .rav-hero-photo { min-height: 410px; margin: 0 -16px; }
  .rav-hero-date-card { left: 16px; bottom: 22px; width: 155px; }
  .rav-marquee-track { justify-content: flex-start; overflow: hidden; }
  .rav-marquee-track span:nth-of-type(n+4), .rav-marquee-dot:nth-of-type(n+4) { display: none; }
  .rav-timeline::before { left: 16px; }
  .rav-section-grid { grid-template-columns: 40px 1fr; gap: 1rem; }
  .rav-index { width: 33px; font-size: .57rem; }
  .rav-index::after { height: 24px; }
  .rav-section-title { font-size: clamp(2.25rem, 12vw, 3.3rem); }
  .rav-service-card { grid-template-columns: 35px 1fr; gap: .65rem; }
  .rav-service-card .rav-arrow { display: none; }
  .rav-service-card h3 { font-size: 1.55rem; }
  .rav-service-visual { min-height: 330px; }
  .rav-service-stamp { top: 40px; width: 105px; font-size: .51rem; }
  .rav-flow-intro { grid-template-columns: 1fr; gap: 1.1rem; }
  .rav-expert-feature img { width: 88%; }
  .rav-expert-caption { width: 64%; }
  .rav-expert-card { grid-template-columns: 50px 1fr; }
  .rav-expert-card a { display: none; }
  .rav-faq-item summary { font-size: 1.25rem; }
  .rav-form { grid-template-columns: 1fr; padding: 1.1rem; }
  .rav-footer-main { grid-template-columns: 1fr; padding: 50px 0 32px; }
  .rav-footer-bottom { align-items: flex-start; flex-direction: column; justify-content: center; gap: .45rem; padding: .8rem 0; }
}

@media (prefers-reduced-motion: no-preference) {
  .rav-hero-copy, .rav-hero-photo { animation: rav-fade-up .6s var(--rav-ease) both; }
  .rav-hero-photo { animation-delay: .12s; }
  @keyframes rav-fade-up { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: translateY(0); } }
}
