{"id":5713,"date":"2026-05-04T22:39:38","date_gmt":"2026-05-04T21:39:38","guid":{"rendered":"https:\/\/www.classic-touch.co.uk\/?page_id=5713"},"modified":"2026-05-05T10:57:55","modified_gmt":"2026-05-05T09:57:55","slug":"rates","status":"publish","type":"page","link":"https:\/\/www.classic-touch.co.uk\/?page_id=5713","title":{"rendered":"Rates"},"content":{"rendered":"\n<!DOCTYPE html>\n<html lang=\"en\">\n<head>\n<meta charset=\"UTF-8\">\n<meta name=\"viewport\" content=\"width=device-width, initial-scale=1.0\">\n<title>Classic Classic<\/title>\n<link href=\"https:\/\/fonts.googleapis.com\/css2?family=Playfair+Display:ital,wght@0,400;0,700;1,400&#038;family=Cormorant+Garamond:wght@300;400;500&#038;display=swap\" rel=\"stylesheet\">\n<style>\n  :root {\n    --pink-deep: #e8829a;\n    --pink-mid: #f4a7b9;\n    --pink-light: #fce4ec;\n    --pink-pale: #fff0f5;\n    --white: #ffffff;\n    --text-dark: #7a3f52;\n    --text-mid: #b06a7e;\n  }\n\n  * { margin: 0; padding: 0; box-sizing: border-box; }\n\n  body {\n    background: linear-gradient(160deg, #fce4ec 0%, #fff0f5 40%, #ffd6e7 100%);\n    min-height: 100vh;\n    font-family: 'Cormorant Garamond', serif;\n    overflow-x: hidden;\n    position: relative;\n  }\n\n  \/* ---- Animated clouds ---- *\/\n  .sky {\n    position: fixed;\n    inset: 0;\n    pointer-events: none;\n    z-index: 0;\n    overflow: hidden;\n  }\n\n  .cloud {\n    position: absolute;\n    background: white;\n    border-radius: 50px;\n    opacity: 0.75;\n    animation: drift linear infinite;\n  }\n  .cloud::before, .cloud::after {\n    content: '';\n    position: absolute;\n    background: white;\n    border-radius: 50%;\n  }\n\n  \/* cloud sizes & positions *\/\n  .c1 { width:180px; height:55px; top:8%;  animation-duration:55s; animation-delay:-10s; }\n  .c1::before { width:80px; height:80px; top:-40px; left:25px; }\n  .c1::after  { width:55px; height:55px; top:-28px; left:80px; }\n\n  .c2 { width:130px; height:40px; top:22%; animation-duration:70s; animation-delay:-30s; }\n  .c2::before { width:60px; height:60px; top:-30px; left:18px; }\n  .c2::after  { width:40px; height:40px; top:-20px; left:60px; }\n\n  .c3 { width:220px; height:65px; top:55%; animation-duration:45s; animation-delay:-5s; }\n  .c3::before { width:100px; height:100px; top:-55px; left:30px; }\n  .c3::after  { width:70px;  height:70px;  top:-38px; left:110px; }\n\n  .c4 { width:100px; height:32px; top:72%; animation-duration:80s; animation-delay:-50s; }\n  .c4::before { width:45px; height:45px; top:-22px; left:12px; }\n  .c4::after  { width:32px; height:32px; top:-16px; left:48px; }\n\n  .c5 { width:160px; height:48px; top:38%; animation-duration:60s; animation-delay:-20s; }\n  .c5::before { width:70px; height:70px; top:-36px; left:20px; }\n  .c5::after  { width:50px; height:50px; top:-26px; left:75px; }\n\n  .c6 { width:90px; height:28px; top:85%; animation-duration:90s; animation-delay:-40s; }\n  .c6::before { width:40px; height:40px; top:-20px; left:10px; }\n  .c6::after  { width:28px; height:28px; top:-14px; left:42px; }\n\n  @keyframes drift {\n    from { transform: translateX(-300px); }\n    to   { transform: translateX(calc(100vw + 300px)); }\n  }\n\n  \/* ---- Page content ---- *\/\n  .page-wrap {\n    position: relative;\n    z-index: 1;\n    max-width: 860px;\n    margin: 0 auto;\n    padding: 80px 32px 100px;\n  }\n\n  \/* Header *\/\n  .site-header {\n    text-align: center;\n    margin-bottom: 70px;\n    animation: fadeDown 1s ease both;\n  }\n\n  .logo-ring {\n    display: inline-flex;\n    align-items: center;\n    justify-content: center;\n    width: 110px; height: 110px;\n    border-radius: 50%;\n    border: 3px solid var(--pink-mid);\n    background: rgba(255,255,255,0.7);\n    backdrop-filter: blur(6px);\n    margin-bottom: 28px;\n    box-shadow: 0 8px 32px rgba(232,130,154,0.18);\n  }\n  .logo-ring svg { width: 54px; height: 54px; }\n\n  h1.site-title {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(2.8rem, 6vw, 4.4rem);\n    font-weight: 700;\n    color: var(--text-dark);\n    letter-spacing: 0.04em;\n    line-height: 1.1;\n    margin-bottom: 10px;\n  }\n  .title-sub {\n    font-size: 1.6rem;\n    font-weight: 500;\n    color: var(--text-dark);\n    letter-spacing: 0.08em;\n  }\n\n  \/* Divider *\/\n  .divider {\n    display: flex;\n    align-items: center;\n    gap: 16px;\n    margin: 40px 0;\n  }\n  .divider-line { flex: 1; height: 1px; background: linear-gradient(90deg, transparent, var(--pink-mid), transparent); }\n  .divider-dot  { width: 8px; height: 8px; border-radius: 50%; background: var(--pink-deep); }\n\n  \/* Cards *\/\n  .cards {\n    display: grid;\n    grid-template-columns: 1fr 1fr;\n    gap: 28px;\n    margin-bottom: 50px;\n    animation: fadeUp 1.1s ease 0.3s both;\n  }\n  @media (max-width: 580px) { .cards { grid-template-columns: 1fr; } }\n\n  .card {\n    background: rgba(255,255,255,0.72);\n    backdrop-filter: blur(10px);\n    border-radius: 20px;\n    border: 1px solid rgba(255,255,255,0.9);\n    box-shadow: 0 6px 28px rgba(232,130,154,0.12);\n    padding: 36px 30px;\n    transition: transform 0.3s ease, box-shadow 0.3s ease;\n  }\n  .card:hover {\n    transform: translateY(-5px);\n    box-shadow: 0 14px 40px rgba(232,130,154,0.22);\n  }\n  .card-icon {\n    font-size: 2rem;\n    margin-bottom: 14px;\n    display: block;\n  }\n  .card h2 {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.8rem;\n    color: var(--text-dark);\n    margin-bottom: 14px;\n    font-weight: 700;\n  }\n  .card p {\n    font-size: 1.3rem;\n    line-height: 1.85;\n    color: var(--text-mid);\n    font-weight: 400;\n  }\n  .card { text-align: center; }\n\n  \/* Full-width card *\/\n  .card-wide {\n    grid-column: 1 \/ -1;\n  }\n\n  \/* Quote block *\/\n  .quote-block {\n    background: linear-gradient(135deg, var(--pink-deep), var(--pink-mid));\n    border-radius: 20px;\n    padding: 48px 40px;\n    text-align: center;\n    color: white;\n    margin-bottom: 50px;\n    box-shadow: 0 10px 40px rgba(232,130,154,0.35);\n    animation: fadeUp 1.1s ease 0.5s both;\n  }\n  .quote-block blockquote {\n    font-family: 'Playfair Display', serif;\n    font-size: clamp(1.3rem, 3vw, 1.75rem);\n    font-style: italic;\n    line-height: 1.6;\n    margin-bottom: 16px;\n    opacity: 0.96;\n  }\n  .quote-block cite {\n    font-size: 0.95rem;\n    letter-spacing: 0.18em;\n    text-transform: uppercase;\n    opacity: 0.8;\n  }\n\n  \/* Footer *\/\n  .site-footer {\n    text-align: center;\n    padding-top: 50px;\n    animation: fadeUp 1.1s ease 0.7s both;\n  }\n  .site-footer p {\n    color: var(--text-mid);\n    font-size: 0.95rem;\n    letter-spacing: 0.1em;\n  }\n  .footer-logo {\n    font-family: 'Playfair Display', serif;\n    font-size: 1.3rem;\n    color: var(--text-dark);\n    font-style: italic;\n    margin-bottom: 10px;\n  }\n\n  @keyframes fadeDown {\n    from { opacity: 0; transform: translateY(-30px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n  @keyframes fadeUp {\n    from { opacity: 0; transform: translateY(30px); }\n    to   { opacity: 1; transform: translateY(0); }\n  }\n<\/style>\n<\/head>\n<body>\n\n\n\n<div class=\"page-wrap\">\n\n\n\n  <!-- Cards row 1 -->\n  <div class=\"cards\">\n    <div class=\"card card-wide\">\n      <h2>Rates<\/h2>\n      <p><p>\n\n30 min \u2013 \u00a350 \/ \u00a360 OWO <p>\n\n2 Girl \u00a3100 \/ \u00a3120 OWO <p>\n\n45 mins \u2013 \u00a380 <p>\n\n60 Mins \u2013 \u00a3120 <p>\n\n Longer appointments are available by booking<\/p>\n    <\/div>\n    <div class=\"card card-wide\">\n      <h2>What We Offer<\/h2>\n      <p>Discover a carefully curated collection of classic experiences, thoughtfully designed for those who appreciate the finer things in life. Every detail matters, every moment is considered, every visit is a joy.<\/p>\n    <\/div>\n  <\/div>\n\n  <!-- Quote -->\n  <div class=\"quote-block\">\n    <blockquote>&#8220;Elegance is not about being noticed,<br>it is about being remembered.&#8221;<\/blockquote>\n    <cite><\/cite>\n  <\/div>\n\n  <!-- Divider -->\n  <div class=\"divider\">\n    <div class=\"divider-line\"><\/div>\n    <div class=\"divider-dot\"><\/div>\n    <div class=\"divider-line\"><\/div>\n  <\/div>\n\n\n\n<\/div>\n<\/body>\n<\/html>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>Classic Classic Rates 30 min \u2013 \u00a350 \/ \u00a360 OWO 2 Girl \u00a3100 \/ \u00a3120 OWO 45 mins \u2013 \u00a380 60 Mins \u2013 \u00a3120 Longer appointments are available by booking What We Offer Discover a carefully curated collection of classic experiences, thoughtfully designed for those who appreciate the finer things in life. Every detail matters, every moment is considered, every visit is a joy. &#8220;Elegance is not about being noticed,it is about being remembered.&#8221;<\/p>\n","protected":false},"author":3,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-5713","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.5 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Rates - Classic Touch<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.classic-touch.co.uk\/?page_id=5713\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Rates - Classic Touch\" \/>\n<meta property=\"og:description\" content=\"Classic Classic Rates 30 min \u2013 \u00a350 \/ \u00a360 OWO 2 Girl \u00a3100 \/ \u00a3120 OWO 45 mins \u2013 \u00a380 60 Mins \u2013 \u00a3120 Longer appointments are available by booking What We Offer Discover a carefully curated collection of classic experiences, thoughtfully designed for those who appreciate the finer things in life. Every detail matters, every moment is considered, every visit is a joy. &#8220;Elegance is not about being noticed,it is about being remembered.&#8221;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.classic-touch.co.uk\/?page_id=5713\" \/>\n<meta property=\"og:site_name\" content=\"Classic Touch\" \/>\n<meta property=\"article:modified_time\" content=\"2026-05-05T09:57:55+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/?page_id=5713\",\"url\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/?page_id=5713\",\"name\":\"Rates - Classic Touch\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/#website\"},\"datePublished\":\"2026-05-04T21:39:38+00:00\",\"dateModified\":\"2026-05-05T09:57:55+00:00\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/?page_id=5713#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.classic-touch.co.uk\\\/?page_id=5713\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/?page_id=5713#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Rates\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/#website\",\"url\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/\",\"name\":\"Classic Touch\",\"description\":\"0114 258 7784 \\\/  07388 739 186\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/#organization\",\"name\":\"Classic Touch\",\"url\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/main-logo.jpg\",\"contentUrl\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/wp-content\\\/uploads\\\/2019\\\/09\\\/main-logo.jpg\",\"width\":1000,\"height\":288,\"caption\":\"Classic Touch\"},\"image\":{\"@id\":\"https:\\\/\\\/www.classic-touch.co.uk\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Rates - Classic Touch","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.classic-touch.co.uk\/?page_id=5713","og_locale":"en_GB","og_type":"article","og_title":"Rates - Classic Touch","og_description":"Classic Classic Rates 30 min \u2013 \u00a350 \/ \u00a360 OWO 2 Girl \u00a3100 \/ \u00a3120 OWO 45 mins \u2013 \u00a380 60 Mins \u2013 \u00a3120 Longer appointments are available by booking What We Offer Discover a carefully curated collection of classic experiences, thoughtfully designed for those who appreciate the finer things in life. Every detail matters, every moment is considered, every visit is a joy. &#8220;Elegance is not about being noticed,it is about being remembered.&#8221;","og_url":"https:\/\/www.classic-touch.co.uk\/?page_id=5713","og_site_name":"Classic Touch","article_modified_time":"2026-05-05T09:57:55+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.classic-touch.co.uk\/?page_id=5713","url":"https:\/\/www.classic-touch.co.uk\/?page_id=5713","name":"Rates - Classic Touch","isPartOf":{"@id":"https:\/\/www.classic-touch.co.uk\/#website"},"datePublished":"2026-05-04T21:39:38+00:00","dateModified":"2026-05-05T09:57:55+00:00","breadcrumb":{"@id":"https:\/\/www.classic-touch.co.uk\/?page_id=5713#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.classic-touch.co.uk\/?page_id=5713"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.classic-touch.co.uk\/?page_id=5713#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/www.classic-touch.co.uk\/"},{"@type":"ListItem","position":2,"name":"Rates"}]},{"@type":"WebSite","@id":"https:\/\/www.classic-touch.co.uk\/#website","url":"https:\/\/www.classic-touch.co.uk\/","name":"Classic Touch","description":"0114 258 7784 \/  07388 739 186","publisher":{"@id":"https:\/\/www.classic-touch.co.uk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.classic-touch.co.uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/www.classic-touch.co.uk\/#organization","name":"Classic Touch","url":"https:\/\/www.classic-touch.co.uk\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/www.classic-touch.co.uk\/#\/schema\/logo\/image\/","url":"https:\/\/www.classic-touch.co.uk\/wp-content\/uploads\/2019\/09\/main-logo.jpg","contentUrl":"https:\/\/www.classic-touch.co.uk\/wp-content\/uploads\/2019\/09\/main-logo.jpg","width":1000,"height":288,"caption":"Classic Touch"},"image":{"@id":"https:\/\/www.classic-touch.co.uk\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/www.classic-touch.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/5713","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.classic-touch.co.uk\/index.php?rest_route=\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.classic-touch.co.uk\/index.php?rest_route=\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.classic-touch.co.uk\/index.php?rest_route=\/wp\/v2\/users\/3"}],"replies":[{"embeddable":true,"href":"https:\/\/www.classic-touch.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fcomments&post=5713"}],"version-history":[{"count":2,"href":"https:\/\/www.classic-touch.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/5713\/revisions"}],"predecessor-version":[{"id":5727,"href":"https:\/\/www.classic-touch.co.uk\/index.php?rest_route=\/wp\/v2\/pages\/5713\/revisions\/5727"}],"wp:attachment":[{"href":"https:\/\/www.classic-touch.co.uk\/index.php?rest_route=%2Fwp%2Fv2%2Fmedia&parent=5713"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}